Unverified Commit 74419019 authored by Sergei Morozov's avatar Sergei Morozov

Merge branch '3.0.x' into master

parents 859e80c9 aa848d82
...@@ -18,11 +18,7 @@ before_script: ...@@ -18,11 +18,7 @@ before_script:
fi fi
install: install:
- | - travis_retry composer -n install --prefer-dist
if [[ $TRAVIS_PHP_VERSION = "nightly" ]]; then
export COMPOSER_FLAGS="--ignore-platform-reqs"
fi
- travis_retry composer -n install --prefer-dist $COMPOSER_FLAGS
script: script:
- ./vendor/bin/phpunit --configuration ci/travis/$DB.travis.xml --coverage-clover clover.xml - ./vendor/bin/phpunit --configuration ci/travis/$DB.travis.xml --coverage-clover clover.xml
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
bootstrap="../../vendor/autoload.php"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
failOnRisky="true" failOnRisky="true"
...@@ -24,11 +23,11 @@ ...@@ -24,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
bootstrap="../../vendor/autoload.php"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
failOnRisky="true" failOnRisky="true"
...@@ -24,11 +23,11 @@ ...@@ -24,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
bootstrap="../../vendor/autoload.php"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
failOnRisky="true" failOnRisky="true"
...@@ -24,11 +23,11 @@ ...@@ -24,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
bootstrap="../../vendor/autoload.php"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
failOnRisky="true" failOnRisky="true"
...@@ -24,11 +23,11 @@ ...@@ -24,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
</phpunit> </phpunit>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
</phpunit> </phpunit>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="../../vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">../../src</directory> <directory suffix=".php">../../src</directory>
</whitelist> </include>
</filter> </coverage>
<groups> <groups>
<exclude> <exclude>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "acad7f4e4727e01178c00f5809ed760b", "content-hash": "9b005c1fb034d6cecc96cfeccbd0e19d",
"packages": [ "packages": [
{ {
"name": "composer/package-versions-deprecated", "name": "composer/package-versions-deprecated",
...@@ -655,6 +655,10 @@ ...@@ -655,6 +655,10 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.3.x"
},
"funding": [ "funding": [
{ {
"url": "https://www.doctrine-project.org/sponsorship.html", "url": "https://www.doctrine-project.org/sponsorship.html",
...@@ -805,20 +809,20 @@ ...@@ -805,20 +809,20 @@
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.9.5", "version": "1.10.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.1 || ^8.0"
}, },
"replace": { "replace": {
"myclabs/deep-copy": "self.version" "myclabs/deep-copy": "self.version"
...@@ -849,7 +853,17 @@ ...@@ -849,7 +853,17 @@
"object", "object",
"object graph" "object graph"
], ],
"time": "2020-01-17T21:11:47+00:00" "support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.x"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-06-29T13:22:24+00:00"
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",
...@@ -899,16 +913,16 @@ ...@@ -899,16 +913,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.4.0", "version": "v4.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120" "reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8c58eb4cd4f3883f82611abeac2efbc3dbed787e",
"reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120", "reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -916,8 +930,8 @@ ...@@ -916,8 +930,8 @@
"php": ">=7.0" "php": ">=7.0"
}, },
"require-dev": { "require-dev": {
"ircmaxell/php-yacc": "0.0.5", "ircmaxell/php-yacc": "^0.0.6",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
}, },
"bin": [ "bin": [
"bin/php-parse" "bin/php-parse"
...@@ -925,7 +939,7 @@ ...@@ -925,7 +939,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.3-dev" "dev-master": "4.8-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -947,7 +961,11 @@ ...@@ -947,7 +961,11 @@
"parser", "parser",
"php" "php"
], ],
"time": "2020-04-10T16:34:50+00:00" "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/master"
},
"time": "2020-08-09T10:23:20+00:00"
}, },
{ {
"name": "openlss/lib-array2xml", "name": "openlss/lib-array2xml",
...@@ -1000,28 +1018,29 @@ ...@@ -1000,28 +1018,29 @@
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
"version": "1.0.3", "version": "2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phar-io/manifest.git", "url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-phar": "*", "ext-phar": "*",
"phar-io/version": "^2.0", "ext-xmlwriter": "*",
"php": "^5.6 || ^7.0" "phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "2.0.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1051,24 +1070,28 @@ ...@@ -1051,24 +1070,28 @@
} }
], ],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2018-07-08T19:23:20+00:00" "support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
},
"time": "2020-06-27T14:33:11+00:00"
}, },
{ {
"name": "phar-io/version", "name": "phar-io/version",
"version": "2.0.1", "version": "3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phar-io/version.git", "url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" "reference": "c6bb6825def89e0a32220f88337f8ceaf1975fa0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", "url": "https://api.github.com/repos/phar-io/version/zipball/c6bb6825def89e0a32220f88337f8ceaf1975fa0",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", "reference": "c6bb6825def89e0a32220f88337f8ceaf1975fa0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.6 || ^7.0" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -1098,29 +1121,33 @@ ...@@ -1098,29 +1121,33 @@
} }
], ],
"description": "Library for handling version information and constraints", "description": "Library for handling version information and constraints",
"time": "2018-07-08T19:19:57+00:00" "support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/master"
},
"time": "2020-06-27T14:39:04+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
"version": "2.1.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.x-dev" "dev-2.x": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1147,32 +1174,35 @@ ...@@ -1147,32 +1174,35 @@
"reflection", "reflection",
"static analysis" "static analysis"
], ],
"time": "2020-04-27T09:25:28+00:00" "support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.1.0", "version": "5.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", "reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-filter": "^7.1", "ext-filter": "*",
"php": "^7.2", "php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0", "phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.0", "phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1" "webmozart/assert": "^1.9.1"
}, },
"require-dev": { "require-dev": {
"doctrine/instantiator": "^1", "mockery/mockery": "~1.3.2"
"mockery/mockery": "^1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -1200,29 +1230,32 @@ ...@@ -1200,29 +1230,32 @@
} }
], ],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-02-22T12:28:44+00:00" "support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
"time": "2020-08-15T11:14:08+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.2.0", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "30441f2752e493c639526b215ed81d54f369d693" "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/30441f2752e493c639526b215ed81d54f369d693", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
"reference": "30441f2752e493c639526b215ed81d54f369d693", "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2", "php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0" "phpdocumentor/reflection-common": "^2.0"
}, },
"require-dev": { "require-dev": {
"ext-tokenizer": "^7.2", "ext-tokenizer": "*"
"mockery/mockery": "~1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -1246,37 +1279,41 @@ ...@@ -1246,37 +1279,41 @@
} }
], ],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-06-19T20:22:09+00:00" "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.x"
},
"time": "2020-06-27T10:12:23+00:00"
}, },
{ {
"name": "phpspec/prophecy", "name": "phpspec/prophecy",
"version": "v1.10.3", "version": "1.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpspec/prophecy.git", "url": "https://github.com/phpspec/prophecy.git",
"reference": "451c3cd1418cf640de218914901e51b064abb093" "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
"reference": "451c3cd1418cf640de218914901e51b064abb093", "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.0.2", "doctrine/instantiator": "^1.2",
"php": "^5.3|^7.0", "php": "^7.2",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", "sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" "sebastian/recursion-context": "^3.0 || ^4.0"
}, },
"require-dev": { "require-dev": {
"phpspec/phpspec": "^2.5 || ^3.2", "phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" "phpunit/phpunit": "^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.10.x-dev" "dev-master": "1.11.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1309,7 +1346,11 @@ ...@@ -1309,7 +1346,11 @@
"spy", "spy",
"stub" "stub"
], ],
"time": "2020-03-05T15:02:03+00:00" "support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/master"
},
"time": "2020-07-08T12:44:21+00:00"
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
...@@ -1525,32 +1566,35 @@ ...@@ -1525,32 +1566,35 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "8.0.2", "version": "9.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ca6647ffddd2add025ab3f21644a441d7c146cdc" "reference": "4422fca28c3634e2de8c7c373af97a104dd1a45f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca6647ffddd2add025ab3f21644a441d7c146cdc", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4422fca28c3634e2de8c7c373af97a104dd1a45f",
"reference": "ca6647ffddd2add025ab3f21644a441d7c146cdc", "reference": "4422fca28c3634e2de8c7c373af97a104dd1a45f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"php": "^7.3", "nikic/php-parser": "^4.8",
"phpunit/php-file-iterator": "^3.0", "php": "^7.3 || ^8.0",
"phpunit/php-text-template": "^2.0", "phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-token-stream": "^4.0", "phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0", "sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/environment": "^5.0", "sebastian/complexity": "^2.0",
"sebastian/version": "^3.0", "sebastian/environment": "^5.1.2",
"theseer/tokenizer": "^1.1.3" "sebastian/lines-of-code": "^1.0",
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.3"
}, },
"suggest": { "suggest": {
"ext-pcov": "*", "ext-pcov": "*",
...@@ -1559,7 +1603,7 @@ ...@@ -1559,7 +1603,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "8.0-dev" "dev-master": "9.1-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1585,30 +1629,34 @@ ...@@ -1585,30 +1629,34 @@
"testing", "testing",
"xunit" "xunit"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-05-23T08:02:54+00:00" "time": "2020-08-13T15:04:53+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
"version": "3.0.2", "version": "3.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "eba15e538f2bb3fe018b7bbb47d2fe32d404bfd2" "reference": "25fefc5b19835ca653877fe081644a3f8c1d915e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/eba15e538f2bb3fe018b7bbb47d2fe32d404bfd2", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/25fefc5b19835ca653877fe081644a3f8c1d915e",
"reference": "eba15e538f2bb3fe018b7bbb47d2fe32d404bfd2", "reference": "25fefc5b19835ca653877fe081644a3f8c1d915e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -1641,30 +1689,34 @@ ...@@ -1641,30 +1689,34 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.4"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T12:54:35+00:00" "time": "2020-07-11T05:18:21+00:00"
}, },
{ {
"name": "phpunit/php-invoker", "name": "phpunit/php-invoker",
"version": "3.0.1", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git", "url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "62f696ad0d140e0e513e69eaafdebb674d622b4c" "reference": "7a85b66acc48cacffdf87dadd3694e7123674298"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/62f696ad0d140e0e513e69eaafdebb674d622b4c", "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/7a85b66acc48cacffdf87dadd3694e7123674298",
"reference": "62f696ad0d140e0e513e69eaafdebb674d622b4c", "reference": "7a85b66acc48cacffdf87dadd3694e7123674298",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"ext-pcntl": "*", "ext-pcntl": "*",
...@@ -1676,7 +1728,7 @@ ...@@ -1676,7 +1728,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1700,30 +1752,34 @@ ...@@ -1700,30 +1752,34 @@
"keywords": [ "keywords": [
"process" "process"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.0"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:10:07+00:00" "time": "2020-08-06T07:04:15+00:00"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
"version": "2.0.1", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git", "url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "0c69cbf965d5317ba33f24a352539f354a25db09" "reference": "6ff9c8ea4d3212b88fcf74e25e516e2c51c99324"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c69cbf965d5317ba33f24a352539f354a25db09", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/6ff9c8ea4d3212b88fcf74e25e516e2c51c99324",
"reference": "0c69cbf965d5317ba33f24a352539f354a25db09", "reference": "6ff9c8ea4d3212b88fcf74e25e516e2c51c99324",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -1755,30 +1811,34 @@ ...@@ -1755,30 +1811,34 @@
"keywords": [ "keywords": [
"template" "template"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T12:52:43+00:00" "time": "2020-06-26T11:55:37+00:00"
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
"version": "5.0.0", "version": "5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "b0d089de001ba60ffa3be36b23e1b8150d072238" "reference": "cc49734779cbb302bf51a44297dab8c4bbf941e7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/b0d089de001ba60ffa3be36b23e1b8150d072238", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/cc49734779cbb302bf51a44297dab8c4bbf941e7",
"reference": "b0d089de001ba60ffa3be36b23e1b8150d072238", "reference": "cc49734779cbb302bf51a44297dab8c4bbf941e7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.2" "phpunit/phpunit": "^9.2"
...@@ -1810,115 +1870,64 @@ ...@@ -1810,115 +1870,64 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"funding": [ "support": {
{ "issues": "https://github.com/sebastianbergmann/php-timer/issues",
"url": "https://github.com/sebastianbergmann", "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
"type": "github"
}
],
"time": "2020-06-07T12:05:53+00:00"
},
{
"name": "phpunit/php-token-stream",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "e61c593e9734b47ef462340c24fca8d6a57da14e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e61c593e9734b47ef462340c24fca8d6a57da14e",
"reference": "e61c593e9734b47ef462340c24fca8d6a57da14e",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.3"
}, },
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-16T07:00:44+00:00" "time": "2020-06-26T11:58:13+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.2.4", "version": "9.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "f4e572558c603d5f2a8499b8b9ce310a5af42a44" "reference": "c638a0cac77347980352485912de48c99b42ad00"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f4e572558c603d5f2a8499b8b9ce310a5af42a44", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c638a0cac77347980352485912de48c99b42ad00",
"reference": "f4e572558c603d5f2a8499b8b9ce310a5af42a44", "reference": "c638a0cac77347980352485912de48c99b42ad00",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/instantiator": "^1.2.0", "doctrine/instantiator": "^1.3.1",
"ext-dom": "*", "ext-dom": "*",
"ext-json": "*", "ext-json": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1", "myclabs/deep-copy": "^1.10.1",
"phar-io/manifest": "^1.0.3", "phar-io/manifest": "^2.0.1",
"phar-io/version": "^2.0.1", "phar-io/version": "^3.0.2",
"php": "^7.3", "php": "^7.3 || ^8.0",
"phpspec/prophecy": "^1.8.1", "phpspec/prophecy": "^1.11.1",
"phpunit/php-code-coverage": "^8.0.1", "phpunit/php-code-coverage": "^9.1.1",
"phpunit/php-file-iterator": "^3.0", "phpunit/php-file-iterator": "^3.0.4",
"phpunit/php-invoker": "^3.0", "phpunit/php-invoker": "^3.1",
"phpunit/php-text-template": "^2.0", "phpunit/php-text-template": "^2.0.2",
"phpunit/php-timer": "^5.0", "phpunit/php-timer": "^5.0.1",
"sebastian/code-unit": "^1.0.2", "sebastian/code-unit": "^1.0.5",
"sebastian/comparator": "^4.0", "sebastian/comparator": "^4.0.3",
"sebastian/diff": "^4.0", "sebastian/diff": "^4.0.2",
"sebastian/environment": "^5.0.1", "sebastian/environment": "^5.1.2",
"sebastian/exporter": "^4.0", "sebastian/exporter": "^4.0.2",
"sebastian/global-state": "^4.0", "sebastian/global-state": "^5.0",
"sebastian/object-enumerator": "^4.0", "sebastian/object-enumerator": "^4.0.2",
"sebastian/resource-operations": "^3.0", "sebastian/resource-operations": "^3.0.2",
"sebastian/type": "^2.1", "sebastian/type": "^2.2.1",
"sebastian/version": "^3.0" "sebastian/version": "^3.0.1"
}, },
"require-dev": { "require-dev": {
"ext-pdo": "*", "ext-pdo": "*",
"phpspec/prophecy-phpunit": "^2.0" "phpspec/prophecy-phpunit": "^2.0.1"
}, },
"suggest": { "suggest": {
"ext-soap": "*", "ext-soap": "*",
...@@ -1930,7 +1939,7 @@ ...@@ -1930,7 +1939,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "9.2-dev" "dev-master": "9.3-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1959,6 +1968,10 @@ ...@@ -1959,6 +1968,10 @@
"testing", "testing",
"xunit" "xunit"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.3"
},
"funding": [ "funding": [
{ {
"url": "https://phpunit.de/donate.html", "url": "https://phpunit.de/donate.html",
...@@ -1969,7 +1982,7 @@ ...@@ -1969,7 +1982,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-21T06:38:49+00:00" "time": "2020-08-11T15:36:12+00:00"
}, },
{ {
"name": "psalm/plugin-phpunit", "name": "psalm/plugin-phpunit",
...@@ -2071,20 +2084,20 @@ ...@@ -2071,20 +2084,20 @@
}, },
{ {
"name": "sebastian/code-unit", "name": "sebastian/code-unit",
"version": "1.0.3", "version": "1.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git", "url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "d650ef9b1fece15ed4d6eaed6e6b469b7b81183a" "reference": "c1e2df332c905079980b119c4db103117e5e5c90"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/d650ef9b1fece15ed4d6eaed6e6b469b7b81183a", "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/c1e2df332c905079980b119c4db103117e5e5c90",
"reference": "d650ef9b1fece15ed4d6eaed6e6b469b7b81183a", "reference": "c1e2df332c905079980b119c4db103117e5e5c90",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -2113,30 +2126,34 @@ ...@@ -2113,30 +2126,34 @@
], ],
"description": "Collection of value objects that represent the PHP code units", "description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit", "homepage": "https://github.com/sebastianbergmann/code-unit",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:11:26+00:00" "time": "2020-06-26T12:50:45+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.1", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "c771130f0e8669104a4320b7101a81c2cc2963ef" "reference": "ee51f9bb0c6d8a43337055db3120829fa14da819"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c771130f0e8669104a4320b7101a81c2cc2963ef", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ee51f9bb0c6d8a43337055db3120829fa14da819",
"reference": "c771130f0e8669104a4320b7101a81c2cc2963ef", "reference": "ee51f9bb0c6d8a43337055db3120829fa14da819",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -2164,30 +2181,34 @@ ...@@ -2164,30 +2181,34 @@
], ],
"description": "Looks up which function or method a line of code belongs to", "description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T12:56:39+00:00" "time": "2020-06-26T12:04:00+00:00"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
"version": "4.0.2", "version": "4.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "266d85ef789da8c41f06af4093c43e9798af2784" "reference": "dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/266d85ef789da8c41f06af4093c43e9798af2784", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f",
"reference": "266d85ef789da8c41f06af4093c43e9798af2784", "reference": "dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3", "php": "^7.3 || ^8.0",
"sebastian/diff": "^4.0", "sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0" "sebastian/exporter": "^4.0"
}, },
...@@ -2234,30 +2255,91 @@ ...@@ -2234,30 +2255,91 @@
"compare", "compare",
"equality" "equality"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T15:04:48+00:00" "time": "2020-06-26T12:05:46+00:00"
},
{
"name": "sebastian/complexity",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "33fcd6a26656c6546f70871244ecba4b4dced097"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/33fcd6a26656c6546f70871244ecba4b4dced097",
"reference": "33fcd6a26656c6546f70871244ecba4b4dced097",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-07-25T14:01:34+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "4.0.1", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a" "reference": "1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3e523c576f29dacecff309f35e4cc5a5c168e78a", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113",
"reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a", "reference": "1e90b4cf905a7d06c420b1d2e9d11a4dc8a13113",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0", "phpunit/phpunit": "^9.0",
...@@ -2296,30 +2378,34 @@ ...@@ -2296,30 +2378,34 @@
"unidiff", "unidiff",
"unified diff" "unified diff"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-05-08T05:01:12+00:00" "time": "2020-06-30T04:46:02+00:00"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "5.1.1", "version": "5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "16eb0fa43e29c33d7f2117ed23072e26fc5ab34e" "reference": "0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/16eb0fa43e29c33d7f2117ed23072e26fc5ab34e", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2",
"reference": "16eb0fa43e29c33d7f2117ed23072e26fc5ab34e", "reference": "0a757cab9d5b7ef49a619f1143e6c9c1bc0fe9d2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -2355,35 +2441,39 @@ ...@@ -2355,35 +2441,39 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:00:01+00:00" "time": "2020-06-26T12:07:24+00:00"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
"version": "4.0.1", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "d12fbca85da932d01d941b59e4b71a0d559db091" "reference": "571d721db4aec847a0e59690b954af33ebf9f023"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d12fbca85da932d01d941b59e4b71a0d559db091", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/571d721db4aec847a0e59690b954af33ebf9f023",
"reference": "d12fbca85da932d01d941b59e4b71a0d559db091", "reference": "571d721db4aec847a0e59690b954af33ebf9f023",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3", "php": "^7.3 || ^8.0",
"sebastian/recursion-context": "^4.0" "sebastian/recursion-context": "^4.0"
}, },
"require-dev": { "require-dev": {
"ext-mbstring": "*", "ext-mbstring": "*",
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -2428,36 +2518,40 @@ ...@@ -2428,36 +2518,40 @@
"export", "export",
"exporter" "exporter"
], ],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.2"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:12:44+00:00" "time": "2020-06-26T12:08:55+00:00"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
"version": "4.0.0", "version": "5.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git", "url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72" "reference": "22ae663c951bdc39da96603edc3239ed3a299097"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bdb1e7c79e592b8c82cb1699be3c8743119b8a72", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/22ae663c951bdc39da96603edc3239ed3a299097",
"reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72", "reference": "22ae663c951bdc39da96603edc3239ed3a299097",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3", "php": "^7.3 || ^8.0",
"sebastian/object-reflector": "^2.0", "sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0" "sebastian/recursion-context": "^4.0"
}, },
"require-dev": { "require-dev": {
"ext-dom": "*", "ext-dom": "*",
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.3"
}, },
"suggest": { "suggest": {
"ext-uopz": "*" "ext-uopz": "*"
...@@ -2465,7 +2559,7 @@ ...@@ -2465,7 +2559,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.0-dev" "dev-master": "5.0-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2488,24 +2582,91 @@ ...@@ -2488,24 +2582,91 @@
"keywords": [ "keywords": [
"global state" "global state"
], ],
"time": "2020-02-07T06:11:37+00:00" "support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-08-07T04:09:03+00:00"
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "e02bf626f404b5daec382a7b8a6a4456e49017e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e02bf626f404b5daec382a7b8a6a4456e49017e5",
"reference": "e02bf626f404b5daec382a7b8a6a4456e49017e5",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-07-22T18:33:42+00:00"
}, },
{ {
"name": "sebastian/object-enumerator", "name": "sebastian/object-enumerator",
"version": "4.0.1", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git", "url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "15f319d67c49fc55ebcdbffb3377433125588455" "reference": "074fed2d0a6d08e1677dd8ce9d32aecb384917b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/15f319d67c49fc55ebcdbffb3377433125588455", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/074fed2d0a6d08e1677dd8ce9d32aecb384917b8",
"reference": "15f319d67c49fc55ebcdbffb3377433125588455", "reference": "074fed2d0a6d08e1677dd8ce9d32aecb384917b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3", "php": "^7.3 || ^8.0",
"sebastian/object-reflector": "^2.0", "sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0" "sebastian/recursion-context": "^4.0"
}, },
...@@ -2535,30 +2696,34 @@ ...@@ -2535,30 +2696,34 @@
], ],
"description": "Traverses array structures and object graphs to enumerate all referenced objects", "description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/", "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:15:25+00:00" "time": "2020-06-26T12:11:32+00:00"
}, },
{ {
"name": "sebastian/object-reflector", "name": "sebastian/object-reflector",
"version": "2.0.1", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git", "url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "14e04b3c25b821cc0702d4837803fe497680b062" "reference": "127a46f6b057441b201253526f81d5406d6c7840"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/14e04b3c25b821cc0702d4837803fe497680b062", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/127a46f6b057441b201253526f81d5406d6c7840",
"reference": "14e04b3c25b821cc0702d4837803fe497680b062", "reference": "127a46f6b057441b201253526f81d5406d6c7840",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -2586,30 +2751,34 @@ ...@@ -2586,30 +2751,34 @@
], ],
"description": "Allows reflection of object attributes, including inherited and non-public ones", "description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/", "homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:08:02+00:00" "time": "2020-06-26T12:12:55+00:00"
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
"version": "4.0.1", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "a32789e5f0157c10cf216ce6c5136db12a12b847" "reference": "062231bf61d2b9448c4fa5a7643b5e1829c11d63"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/a32789e5f0157c10cf216ce6c5136db12a12b847", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/062231bf61d2b9448c4fa5a7643b5e1829c11d63",
"reference": "a32789e5f0157c10cf216ce6c5136db12a12b847", "reference": "062231bf61d2b9448c4fa5a7643b5e1829c11d63",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -2645,30 +2814,34 @@ ...@@ -2645,30 +2814,34 @@
], ],
"description": "Provides functionality to recursively process PHP variables", "description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:06:44+00:00" "time": "2020-06-26T12:14:17+00:00"
}, },
{ {
"name": "sebastian/resource-operations", "name": "sebastian/resource-operations",
"version": "3.0.1", "version": "3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git", "url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "71421c1745788de4facae1b79af923650bd3ec15" "reference": "0653718a5a629b065e91f774595267f8dc32e213"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/71421c1745788de4facae1b79af923650bd3ec15", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0653718a5a629b065e91f774595267f8dc32e213",
"reference": "71421c1745788de4facae1b79af923650bd3ec15", "reference": "0653718a5a629b065e91f774595267f8dc32e213",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
...@@ -2696,30 +2869,34 @@ ...@@ -2696,30 +2869,34 @@
], ],
"description": "Provides a list of PHP built-in functions that operate on resources", "description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations", "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.2"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-15T13:17:14+00:00" "time": "2020-06-26T12:16:22+00:00"
}, },
{ {
"name": "sebastian/type", "name": "sebastian/type",
"version": "2.1.0", "version": "2.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/type.git", "url": "https://github.com/sebastianbergmann/type.git",
"reference": "bad49207c6f854e7a25cef0ea948ac8ebe3ef9d8" "reference": "86991e2b33446cd96e648c18bcdb1e95afb2c05a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/bad49207c6f854e7a25cef0ea948ac8ebe3ef9d8", "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/86991e2b33446cd96e648c18bcdb1e95afb2c05a",
"reference": "bad49207c6f854e7a25cef0ea948ac8ebe3ef9d8", "reference": "86991e2b33446cd96e648c18bcdb1e95afb2c05a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.2" "phpunit/phpunit": "^9.2"
...@@ -2727,7 +2904,7 @@ ...@@ -2727,7 +2904,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "2.2-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2748,30 +2925,34 @@ ...@@ -2748,30 +2925,34 @@
], ],
"description": "Collection of value objects that represent the types of the PHP type system", "description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type", "homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/2.2.1"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
} }
], ],
"time": "2020-06-01T12:21:09+00:00" "time": "2020-07-05T08:31:53+00:00"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",
"version": "3.0.0", "version": "3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/version.git", "url": "https://github.com/sebastianbergmann/version.git",
"reference": "0411bde656dce64202b39c2f4473993a9081d39e" "reference": "626586115d0ed31cb71483be55beb759b5af5a3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/0411bde656dce64202b39c2f4473993a9081d39e", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/626586115d0ed31cb71483be55beb759b5af5a3c",
"reference": "0411bde656dce64202b39c2f4473993a9081d39e", "reference": "626586115d0ed31cb71483be55beb759b5af5a3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3" "php": "^7.3 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -2797,7 +2978,17 @@ ...@@ -2797,7 +2978,17 @@
], ],
"description": "Library that helps with managing the version number of Git-hosted PHP projects", "description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version", "homepage": "https://github.com/sebastianbergmann/version",
"time": "2020-01-21T06:36:37+00:00" "support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-06-26T12:18:43+00:00"
}, },
{ {
"name": "slevomat/coding-standard", "name": "slevomat/coding-standard",
...@@ -3105,16 +3296,16 @@ ...@@ -3105,16 +3296,16 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.17.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3126,7 +3317,11 @@ ...@@ -3126,7 +3317,11 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.17-dev" "dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
} }
}, },
"autoload": { "autoload": {
...@@ -3159,6 +3354,9 @@ ...@@ -3159,6 +3354,9 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.18.0"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -3173,7 +3371,7 @@ ...@@ -3173,7 +3371,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-12T16:14:59+00:00" "time": "2020-07-14T12:35:20+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
...@@ -3236,23 +3434,23 @@ ...@@ -3236,23 +3434,23 @@
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
"version": "1.1.3", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/theseer/tokenizer.git", "url": "https://github.com/theseer/tokenizer.git",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" "reference": "75a63c33a8577608444246075ea0af0d052e452a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "reference": "75a63c33a8577608444246075ea0af0d052e452a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"php": "^7.0" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -3272,7 +3470,17 @@ ...@@ -3272,7 +3470,17 @@
} }
], ],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2019-06-13T22:48:21+00:00" "support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/master"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
...@@ -3373,23 +3581,24 @@ ...@@ -3373,23 +3581,24 @@
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
"version": "1.8.0", "version": "1.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozart/assert.git",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.3 || ^7.0", "php": "^5.3.3 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1" "vimeo/psalm": "<3.9.1"
}, },
"require-dev": { "require-dev": {
...@@ -3417,7 +3626,11 @@ ...@@ -3417,7 +3626,11 @@
"check", "check",
"validate" "validate"
], ],
"time": "2020-04-18T12:12:48+00:00" "support": {
"issues": "https://github.com/webmozart/assert/issues",
"source": "https://github.com/webmozart/assert/tree/master"
},
"time": "2020-07-08T17:02:28+00:00"
}, },
{ {
"name": "webmozart/glob", "name": "webmozart/glob",
...@@ -3525,5 +3738,5 @@ ...@@ -3525,5 +3738,5 @@
"platform-overrides": { "platform-overrides": {
"php": "7.3.0" "php": "7.3.0"
}, },
"plugin-api-version": "1.1.0" "plugin-api-version": "2.0.0"
} }
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
Example: phpunit -c mysqlconf.xml Example: phpunit -c mysqlconf.xml
--> -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/schema/9.3.xsd"
colors="true" colors="true"
beStrictAboutOutputDuringTests="true" beStrictAboutOutputDuringTests="true"
beStrictAboutTodoAnnotatedTests="true" beStrictAboutTodoAnnotatedTests="true"
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <coverage>
<whitelist> <include>
<directory suffix=".php">src</directory> <directory suffix=".php">src</directory>
</whitelist> </include>
</filter> </coverage>
</phpunit> </phpunit>
...@@ -54,7 +54,7 @@ final class LoggingTest extends TestCase ...@@ -54,7 +54,7 @@ final class LoggingTest extends TestCase
$logger->expects(self::once()) $logger->expects(self::once())
->method('startQuery') ->method('startQuery')
->with(self::equalTo($expectedSQL), self::equalTo([])); ->with(self::equalTo($expectedSQL), self::equalTo([]));
$logger->expects(self::at(1)) $logger->expects(self::once())
->method('stopQuery'); ->method('stopQuery');
$connection = new Connection([], $driver); $connection = new Connection([], $driver);
......
...@@ -117,7 +117,7 @@ class ConnectionTest extends TestCase ...@@ -117,7 +117,7 @@ class ConnectionTest extends TestCase
$eventManager->addEventListener([Events::postConnect], $listenerMock); $eventManager->addEventListener([Events::postConnect], $listenerMock);
$driverMock = $this->createMock(Driver::class); $driverMock = $this->createMock(Driver::class);
$driverMock->expects(self::at(0)) $driverMock->expects(self::once())
->method('connect'); ->method('connect');
$conn = new Connection([], $driverMock, new Configuration(), $eventManager); $conn = new Connection([], $driverMock, new Configuration(), $eventManager);
...@@ -684,13 +684,11 @@ EOF ...@@ -684,13 +684,11 @@ EOF
$originalException = new DBALException('Original exception'); $originalException = new DBALException('Original exception');
$fallbackException = new DBALException('Fallback exception'); $fallbackException = new DBALException('Fallback exception');
$driverMock->expects(self::at(0)) $driverMock->method('connect')
->method('connect') ->will(self::onConsecutiveCalls(
->willThrowException($originalException); self::throwException($originalException),
self::throwException($fallbackException)
$driverMock->expects(self::at(1)) ));
->method('connect')
->willThrowException($fallbackException);
$this->expectExceptionMessage($originalException->getMessage()); $this->expectExceptionMessage($originalException->getMessage());
......
...@@ -1177,29 +1177,17 @@ class ComparatorTest extends TestCase ...@@ -1177,29 +1177,17 @@ class ComparatorTest extends TestCase
->method('getNamespaces') ->method('getNamespaces')
->will(self::returnValue(['foo', 'bar'])); ->will(self::returnValue(['foo', 'bar']));
$fromSchema->expects(self::at(0)) $fromSchema->method('hasNamespace')
->method('hasNamespace') ->withConsecutive(['bar'], ['baz'])
->with('bar') ->willReturnOnConsecutiveCalls(true, false);
->will(self::returnValue(true));
$fromSchema->expects(self::at(1))
->method('hasNamespace')
->with('baz')
->will(self::returnValue(false));
$toSchema->expects(self::once()) $toSchema->expects(self::once())
->method('getNamespaces') ->method('getNamespaces')
->will(self::returnValue(['bar', 'baz'])); ->will(self::returnValue(['bar', 'baz']));
$toSchema->expects(self::at(1)) $toSchema->method('hasNamespace')
->method('hasNamespace') ->withConsecutive(['foo'], ['bar'])
->with('foo') ->willReturnOnConsecutiveCalls(false, true);
->will(self::returnValue(false));
$toSchema->expects(self::at(2))
->method('hasNamespace')
->with('bar')
->will(self::returnValue(true));
$expected = new SchemaDiff(); $expected = new SchemaDiff();
$expected->fromSchema = $fromSchema; $expected->fromSchema = $fromSchema;
......
...@@ -393,36 +393,24 @@ class SchemaTest extends TestCase ...@@ -393,36 +393,24 @@ class SchemaTest extends TestCase
->method('acceptSchema') ->method('acceptSchema')
->with($schema); ->with($schema);
$visitor->expects(self::at(1)) $visitor->expects(self::exactly(3))
->method('acceptNamespace') ->method('acceptNamespace')
->with('foo'); ->withConsecutive(['foo'], ['bar'], ['bla']);
$visitor->expects(self::at(2)) $visitor->expects(self::exactly(2))
->method('acceptNamespace')
->with('bar');
$visitor->expects(self::at(3))
->method('acceptNamespace')
->with('bla');
$visitor->expects(self::at(4))
->method('acceptTable')
->with($schema->getTable('baz'));
$visitor->expects(self::at(5))
->method('acceptTable') ->method('acceptTable')
->with($schema->getTable('bla.bloo')); ->withConsecutive(
[$schema->getTable('baz')],
$visitor->expects(self::at(6)) [$schema->getTable('bla.bloo')]
->method('acceptSequence') );
->with($schema->getSequence('moo'));
$visitor->expects(self::at(7)) $visitor->expects(self::exactly(2))
->method('acceptSequence') ->method('acceptSequence')
->with($schema->getSequence('war')); ->withConsecutive(
[$schema->getSequence('moo')],
[$schema->getSequence('war')]
);
$schema->visit($visitor); $schema->visit($visitor);
self::doesNotPerformAssertions(); // FIXME
} }
} }
...@@ -47,19 +47,20 @@ class CreateSchemaSqlCollectorTest extends TestCase ...@@ -47,19 +47,20 @@ class CreateSchemaSqlCollectorTest extends TestCase
->willReturn(['foo']); ->willReturn(['foo']);
} }
public function testAcceptsNamespace(): void public function testAcceptsNamespaceDoesNotSupportSchemas(): void
{ {
$this->platformMock->expects(self::at(0)) $this->platformMock->method('supportsSchemas')
->method('supportsSchemas') ->willReturn(false);
->will(self::returnValue(false));
$this->platformMock->expects(self::at(1))
->method('supportsSchemas')
->will(self::returnValue(true));
$this->visitor->acceptNamespace('foo'); $this->visitor->acceptNamespace('foo');
self::assertEmpty($this->visitor->getQueries()); self::assertEmpty($this->visitor->getQueries());
}
public function testAcceptsNamespaceSupportsSchemas(): void
{
$this->platformMock->method('supportsSchemas')
->willReturn(true);
$this->visitor->acceptNamespace('foo'); $this->visitor->acceptNamespace('foo');
...@@ -75,15 +76,10 @@ class CreateSchemaSqlCollectorTest extends TestCase ...@@ -75,15 +76,10 @@ class CreateSchemaSqlCollectorTest extends TestCase
self::assertSame(['foo'], $this->visitor->getQueries()); self::assertSame(['foo'], $this->visitor->getQueries());
} }
public function testAcceptsForeignKey(): void public function testAcceptsForeignKeyDoesNotSupportCreateDropForeignKeyConstraints(): void
{ {
$this->platformMock->expects(self::at(0)) $this->platformMock->method('supportsCreateDropForeignKeyConstraints')
->method('supportsCreateDropForeignKeyConstraints') ->willReturn(false);
->will(self::returnValue(false));
$this->platformMock->expects(self::at(1))
->method('supportsCreateDropForeignKeyConstraints')
->will(self::returnValue(true));
$table = $this->createTableMock(); $table = $this->createTableMock();
$foreignKey = $this->createForeignKeyConstraintMock(); $foreignKey = $this->createForeignKeyConstraintMock();
...@@ -91,6 +87,15 @@ class CreateSchemaSqlCollectorTest extends TestCase ...@@ -91,6 +87,15 @@ class CreateSchemaSqlCollectorTest extends TestCase
$this->visitor->acceptForeignKey($table, $foreignKey); $this->visitor->acceptForeignKey($table, $foreignKey);
self::assertEmpty($this->visitor->getQueries()); self::assertEmpty($this->visitor->getQueries());
}
public function testAcceptsForeignKeySupportsCreateDropForeignKeyConstraints(): void
{
$this->platformMock->method('supportsCreateDropForeignKeyConstraints')
->willReturn(true);
$table = $this->createTableMock();
$foreignKey = $this->createForeignKeyConstraintMock();
$this->visitor->acceptForeignKey($table, $foreignKey); $this->visitor->acceptForeignKey($table, $foreignKey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment