diff --git a/composer.json b/composer.json index efd9d01749..f193a5c316 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.3", - "sylius/sylius": "~1.8.0", + "sylius/sylius": "~1.8.1", "symfony/dotenv": "^4.4", "symfony/flex": "^1.9" }, diff --git a/composer.lock b/composer.lock index d6ae28510d..6d8d01e39d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,157 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b5d941e9078f6adcae9a472a71d3609d", + "content-hash": "76b399351f13ad12e392f80cc712cc56", "packages": [ + { + "name": "api-platform/core", + "version": "v2.5.7", + "source": { + "type": "git", + "url": "https://github.com/api-platform/core.git", + "reference": "37b5edf50cc05299b12cb8982be3efa035d726ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/api-platform/core/zipball/37b5edf50cc05299b12cb8982be3efa035d726ce", + "reference": "37b5edf50cc05299b12cb8982be3efa035d726ce", + "shasum": "" + }, + "require": { + "doctrine/inflector": "^1.0 || ^2.0", + "fig/link-util": "^1.0", + "php": ">=7.1", + "psr/cache": "^1.0", + "psr/container": "^1.0", + "symfony/http-foundation": "^4.3.6 || ^5.0", + "symfony/http-kernel": "^4.3.7 || ^5.0", + "symfony/property-access": "^3.4 || ^4.0 || ^5.0", + "symfony/property-info": "^3.4 || ^4.0 || ^5.0", + "symfony/serializer": "^4.3 || ^5.0", + "symfony/web-link": "^4.1 || ^5.0", + "willdurand/negotiation": "^2.0.3" + }, + "conflict": { + "doctrine/common": "<2.7", + "doctrine/mongodb-odm": "<2.0", + "doctrine/persistence": "<1.3" + }, + "require-dev": { + "behat/behat": "^3.1", + "behat/mink": "^1.7", + "behat/mink-browserkit-driver": "^1.3.1", + "behat/mink-extension": "^2.2", + "behat/symfony2-extension": "^2.1.1", + "behatch/contexts": "^3.1.0", + "doctrine/annotations": "^1.7", + "doctrine/common": "^2.11", + "doctrine/data-fixtures": "^1.2.2", + "doctrine/doctrine-bundle": "^1.8 || ^2.0", + "doctrine/doctrine-cache-bundle": "^1.3.5", + "doctrine/mongodb-odm": "^2.0", + "doctrine/mongodb-odm-bundle": "^4.0", + "doctrine/orm": "^2.6.4", + "elasticsearch/elasticsearch": "^6.0", + "friendsofsymfony/user-bundle": "2.2.x-dev#157b53bd7d6c347148a90e723981a43f9c897bf5", + "guzzlehttp/guzzle": "^6.0", + "jangregor/phpstan-prophecy": "^0.6", + "justinrainbow/json-schema": "^5.2.1", + "nelmio/api-doc-bundle": "^2.13.4", + "phpdocumentor/reflection-docblock": "^3.0 || ^4.0", + "phpdocumentor/type-resolver": "^0.3 || ^0.4", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12.4", + "phpstan/phpstan-doctrine": "^0.12.7", + "phpstan/phpstan-phpunit": "^0.12.4", + "phpstan/phpstan-symfony": "^0.12.4", + "psr/log": "^1.0", + "ramsey/uuid": "^3.7", + "ramsey/uuid-doctrine": "^1.4", + "symfony/asset": "^3.4 || ^4.0 || ^5.0", + "symfony/browser-kit": "^4.3 || ^5.0", + "symfony/cache": "^3.4 || ^4.0 || ^5.0", + "symfony/config": "^3.4 || ^4.0 || ^5.0", + "symfony/console": "^3.4 || ^4.0 || ^5.0", + "symfony/css-selector": "^3.4 || ^4.0 || ^5.0", + "symfony/debug": "^3.4 || ^4.0", + "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0", + "symfony/doctrine-bridge": "^3.4 || ^4.0 || ^5.0", + "symfony/dom-crawler": "^3.4 || ^4.0 || ^5.0", + "symfony/event-dispatcher": "^3.4 || ^4.0 || ^5.0", + "symfony/expression-language": "^3.4 || ^4.0 || ^5.0", + "symfony/finder": "^3.4 || ^4.0 || ^5.0", + "symfony/form": "^3.4 || ^4.0 || ^5.0", + "symfony/framework-bundle": "^4.3.2 || ^5.0", + "symfony/http-client": "^4.3 || ^5.0", + "symfony/mercure-bundle": "*", + "symfony/messenger": "^4.3 || ^5.0", + "symfony/phpunit-bridge": "dev-master", + "symfony/routing": "^3.4 || ^4.3 || ^5.0", + "symfony/security-bundle": "^3.4 || ^4.0 || ^5.0", + "symfony/security-core": "^4.3 || ^5.0", + "symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0", + "symfony/validator": "^3.4 || ^4.0 || ^5.0", + "symfony/web-profiler-bundle": "^4.2 || ^5.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0", + "teohhanhui/stubs-mongodb": "@dev", + "twig/twig": "^1.42.3 || ^2.12", + "webonyx/graphql-php": "^14.0" + }, + "suggest": { + "doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.", + "elasticsearch/elasticsearch": "To support Elasticsearch.", + "guzzlehttp/guzzle": "To use the HTTP cache invalidation system.", + "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.", + "psr/cache-implementation": "To use metadata caching.", + "ramsey/uuid": "To support Ramsey's UUID identifiers.", + "symfony/cache": "To have metadata caching when using Symfony integration.", + "symfony/config": "To load XML configuration files.", + "symfony/expression-language": "To use authorization features.", + "symfony/security": "To use authorization features.", + "symfony/twig-bundle": "To use the Swagger UI integration.", + "symfony/web-profiler-bundle": "To use the data collector.", + "webonyx/graphql-php": "To support GraphQL." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5.x-dev" + }, + "symfony": { + "require": "^3.4 || ^4.0 || ^5.0" + } + }, + "autoload": { + "psr-4": { + "ApiPlatform\\Core\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kévin Dunglas", + "email": "dunglas@gmail.com", + "homepage": "https://dunglas.fr" + } + ], + "description": "Build a fully-featured hypermedia or GraphQL API in minutes", + "homepage": "https://api-platform.com", + "keywords": [ + "Hydra", + "JSON-LD", + "api", + "graphql", + "hal", + "jsonapi", + "openapi", + "rest", + "swagger" + ], + "time": "2020-08-28T16:23:13+00:00" + }, { "name": "behat/transliterator", "version": "v1.3.0", @@ -49,10 +198,6 @@ "slug", "transliterator" ], - "support": { - "issues": "https://github.com/Behat/Transliterator/issues", - "source": "https://github.com/Behat/Transliterator/tree/v1.3.0" - }, "time": "2020-01-14T16:39:13+00:00" }, { @@ -105,10 +250,6 @@ "stream_filter_append", "stream_filter_register" ], - "support": { - "issues": "https://github.com/clue/php-stream-filter/issues", - "source": "https://github.com/clue/php-stream-filter/tree/v1.5.0" - }, "funding": [ { "url": "https://clue.engineering/support", @@ -349,10 +490,6 @@ "redis", "xcache" ], - "support": { - "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.10.x" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -432,10 +569,6 @@ "iterators", "php" ], - "support": { - "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.6.7" - }, "time": "2020-07-27T17:53:49+00:00" }, { @@ -519,10 +652,6 @@ "doctrine", "php" ], - "support": { - "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/2.13.x" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -600,10 +729,6 @@ "keywords": [ "database" ], - "support": { - "issues": "https://github.com/doctrine/data-fixtures/issues", - "source": "https://github.com/doctrine/data-fixtures/tree/1.4.x" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -823,10 +948,6 @@ "orm", "persistence" ], - "support": { - "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/1.12.x" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -932,43 +1053,41 @@ "cache", "caching" ], - "support": { - "issues": "https://github.com/doctrine/DoctrineCacheBundle/issues", - "source": "https://github.com/doctrine/DoctrineCacheBundle/tree/1.4.0" - }, "time": "2019-11-29T11:22:01+00:00" }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "2.2.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "5efa29df768abaafe29b34e73dac68efbedcaa4d" + "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/5efa29df768abaafe29b34e73dac68efbedcaa4d", - "reference": "5efa29df768abaafe29b34e73dac68efbedcaa4d", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/96e730b0ffa0bb39c0f913c1966213f1674bf249", + "reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "~1.0|~2.0", - "doctrine/migrations": "^2.2", - "php": "^7.1", + "doctrine/migrations": "~3.0", + "php": "^7.2", "symfony/framework-bundle": "~3.4|~4.0|~5.0" }, "require-dev": { "doctrine/coding-standard": "^5.0", - "mikey179/vfsstream": "^1.6", - "phpstan/phpstan": "^0.9.2", - "phpstan/phpstan-strict-rules": "^0.9", + "doctrine/orm": "^2.6", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-deprecation-rules": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", "phpunit/phpunit": "^6.4|^7.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1004,10 +1123,6 @@ "migrations", "schema" ], - "support": { - "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/2.2.0" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -1022,7 +1137,7 @@ "type": "tidelift" } ], - "time": "2020-06-25T19:36:08+00:00" + "time": "2020-06-15T06:04:38+00:00" }, { "name": "doctrine/event-manager", @@ -1098,10 +1213,6 @@ "event system", "events" ], - "support": { - "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/1.1.x" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -1183,10 +1294,6 @@ "singularize", "string" ], - "support": { - "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/1.3.1" - }, "time": "2019-10-30T19:59:35+00:00" }, { @@ -1243,10 +1350,6 @@ "constructor", "instantiate" ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.3.x" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -1323,10 +1426,6 @@ "parser", "php" ], - "support": { - "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.1" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -1345,42 +1444,45 @@ }, { "name": "doctrine/migrations", - "version": "2.2.1", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "a3987131febeb0e9acb3c47ab0df0af004588934" + "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934", - "reference": "a3987131febeb0e9acb3c47ab0df0af004588934", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", + "reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882", "shasum": "" }, "require": { - "doctrine/dbal": "^2.9", + "doctrine/dbal": "^2.10", + "doctrine/event-manager": "^1.0", "ocramius/package-versions": "^1.3", "ocramius/proxy-manager": "^2.0.2", - "php": "^7.1", + "php": "^7.2", + "psr/log": "^1.1.3", "symfony/console": "^3.4||^4.0||^5.0", "symfony/stopwatch": "^3.4||^4.0||^5.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", + "doctrine/coding-standard": "^7.0", "doctrine/orm": "^2.6", + "doctrine/persistence": "^1.3||^2.0", + "doctrine/sql-formatter": "^1.0", "ext-pdo_sqlite": "*", - "jdorn/sql-formatter": "^1.1", - "mikey179/vfsstream": "^1.6", - "phpstan/phpstan": "^0.10", - "phpstan/phpstan-deprecation-rules": "^0.10", - "phpstan/phpstan-phpunit": "^0.10", - "phpstan/phpstan-strict-rules": "^0.10", - "phpunit/phpunit": "^7.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpstan/phpstan-symfony": "^0.12", + "phpunit/phpunit": "^8.4", "symfony/process": "^3.4||^4.0||^5.0", "symfony/yaml": "^3.4||^4.0||^5.0" }, "suggest": { - "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.", + "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", "symfony/yaml": "Allows the use of yaml for migration configuration files." }, "bin": [ @@ -1389,7 +1491,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1423,11 +1525,21 @@ "migrations", "php" ], - "support": { - "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/2.2.x" - }, - "time": "2019-12-04T06:09:14+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations", + "type": "tidelift" + } + ], + "time": "2020-06-21T08:55:42+00:00" }, { "name": "doctrine/orm", @@ -1603,10 +1715,6 @@ "orm", "persistence" ], - "support": { - "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/1.3.x" - }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", @@ -1625,32 +1733,32 @@ }, { "name": "doctrine/reflection", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" + "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", - "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", + "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "ext-tokenizer": "*", - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^5.0", + "doctrine/coding-standard": "^6.0 || ^8.2.0", "doctrine/common": "^2.10", - "phpstan/phpstan": "^0.11.0", - "phpstan/phpstan-phpunit": "^0.11.0", - "phpunit/phpunit": "^7.0" + "phpstan/phpstan": "^0.11.0 || ^0.12.20", + "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", + "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { @@ -1701,22 +1809,23 @@ ], "support": { "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.x" + "source": "https://github.com/doctrine/reflection/tree/1.2.2" }, - "time": "2020-03-27T11:06:43+00:00" + "abandoned": "roave/better-reflection", + "time": "2020-10-27T21:46:55+00:00" }, { "name": "egulias/email-validator", - "version": "2.1.22", + "version": "2.1.23", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5" + "reference": "5fa792ad1853ae2bc60528dd3e5cbf4542d3c1df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5", - "reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5fa792ad1853ae2bc60528dd3e5cbf4542d3c1df", + "reference": "5fa792ad1853ae2bc60528dd3e5cbf4542d3c1df", "shasum": "" }, "require": { @@ -1761,11 +1870,64 @@ "validation", "validator" ], - "support": { - "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/2.1.22" + "time": "2020-10-31T20:37:35+00:00" + }, + { + "name": "fig/link-util", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/link-util.git", + "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a", + "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a", + "shasum": "" + }, + "require": { + "php": ">=5.5.0", + "psr/link": "~1.0@dev" + }, + "provide": { + "psr/link-implementation": "1.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.1", + "squizlabs/php_codesniffer": "^2.3.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Fig\\Link\\": "src/" + } }, - "time": "2020-09-26T15:48:38+00:00" + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common utility implementations for HTTP links", + "keywords": [ + "http", + "http-link", + "link", + "psr", + "psr-13", + "rest" + ], + "time": "2020-04-27T06:40:36+00:00" }, { "name": "friendsofsymfony/oauth-server-bundle", @@ -1849,10 +2011,6 @@ "oauth2", "server" ], - "support": { - "issues": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues", - "source": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/tree/1.6" - }, "time": "2019-01-23T15:23:04+00:00" }, { @@ -1910,10 +2068,6 @@ "oauth", "oauth2" ], - "support": { - "issues": "https://github.com/FriendsOfSymfony/oauth2-php/issues", - "source": "https://github.com/FriendsOfSymfony/oauth2-php/tree/1.3.0" - }, "time": "2020-03-03T22:14:46+00:00" }, { @@ -2020,10 +2174,6 @@ "keywords": [ "rest" ], - "support": { - "issues": "https://github.com/FriendsOfSymfony/FOSRestBundle/issues", - "source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/2.8.3" - }, "time": "2020-09-10T06:51:53+00:00" }, { @@ -2074,10 +2224,7 @@ "faker", "fixtures" ], - "support": { - "issues": "https://github.com/fzaninotto/Faker/issues", - "source": "https://github.com/fzaninotto/Faker/tree/v1.9.1" - }, + "abandoned": true, "time": "2019-12-12T13:22:17+00:00" }, { @@ -2160,12 +2307,6 @@ "tree", "uploadable" ], - "support": { - "email": "gediminas.morkevicius@gmail.com", - "issues": "https://github.com/Atlantic18/DoctrineExtensions/issues", - "source": "https://github.com/Atlantic18/DoctrineExtensions/tree/v3.0.0-beta", - "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc" - }, "time": "2020-08-21T01:27:20+00:00" }, { @@ -2233,10 +2374,6 @@ "rest", "web service" ], - "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5" - }, "time": "2020-06-16T21:01:06+00:00" }, { @@ -2288,10 +2425,6 @@ "keywords": [ "promise" ], - "support": { - "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.4.0" - }, "time": "2020-09-30T07:37:28+00:00" }, { @@ -2363,10 +2496,6 @@ "uri", "url" ], - "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.7.0" - }, "time": "2020-09-30T07:37:11+00:00" }, { @@ -2414,32 +2543,28 @@ "keywords": [ "test" ], - "support": { - "issues": "https://github.com/hamcrest/hamcrest-php/issues", - "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1" - }, "time": "2020-07-09T08:09:16+00:00" }, { "name": "imagine/imagine", - "version": "1.2.3", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", - "reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab" + "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/cb2361e5bb4410b681462d8e4f912bc5dabf84ab", - "reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab", + "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", + "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { - "friendsofphp/php-cs-fixer": "2.2.*", - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" + "friendsofphp/php-cs-fixer": "^2.2", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3" }, "suggest": { "ext-gd": "to use the GD implementation", @@ -2476,11 +2601,7 @@ "image manipulation", "image processing" ], - "support": { - "issues": "https://github.com/avalanche123/Imagine/issues", - "source": "https://github.com/avalanche123/Imagine/tree/develop" - }, - "time": "2019-12-04T09:55:33+00:00" + "time": "2020-11-03T22:35:03+00:00" }, { "name": "jdorn/sql-formatter", @@ -2530,10 +2651,6 @@ "highlight", "sql" ], - "support": { - "issues": "https://github.com/jdorn/sql-formatter/issues", - "source": "https://github.com/jdorn/sql-formatter/tree/master" - }, "time": "2014-01-12T16:20:24+00:00" }, { @@ -2589,10 +2706,6 @@ "xml", "yaml" ], - "support": { - "issues": "https://github.com/schmittjoh/metadata/issues", - "source": "https://github.com/schmittjoh/metadata/tree/1.x" - }, "time": "2018-10-26T12:40:10+00:00" }, { @@ -2628,10 +2741,6 @@ "Apache2" ], "description": "A library for easily creating recursive-descent parsers.", - "support": { - "issues": "https://github.com/schmittjoh/parser-lib/issues", - "source": "https://github.com/schmittjoh/parser-lib/tree/1.0.0" - }, "time": "2012-11-18T18:08:43+00:00" }, { @@ -2716,10 +2825,6 @@ "serialization", "xml" ], - "support": { - "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/1.14.1" - }, "time": "2020-02-22T20:59:37+00:00" }, { @@ -2794,10 +2899,6 @@ "serialization", "xml" ], - "support": { - "issues": "https://github.com/schmittjoh/JMSSerializerBundle/issues", - "source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/2.4.4" - }, "time": "2019-03-30T10:26:09+00:00" }, { @@ -2887,10 +2988,6 @@ "filesystem", "media" ], - "support": { - "issues": "https://github.com/KnpLabs/Gaufrette/issues", - "source": "https://github.com/KnpLabs/Gaufrette/tree/v0.8.3" - }, "time": "2019-06-06T09:56:58+00:00" }, { @@ -2953,10 +3050,6 @@ "filesystem", "media" ], - "support": { - "issues": "https://github.com/KnpLabs/KnpGaufretteBundle/issues", - "source": "https://github.com/KnpLabs/KnpGaufretteBundle/tree/v0.7.1" - }, "time": "2019-12-26T15:32:33+00:00" }, { @@ -3025,10 +3118,6 @@ "menu", "tree" ], - "support": { - "issues": "https://github.com/KnpLabs/KnpMenu/issues", - "source": "https://github.com/KnpLabs/KnpMenu/tree/master" - }, "time": "2020-08-15T08:01:46+00:00" }, { @@ -3089,12 +3178,73 @@ "keywords": [ "menu" ], - "support": { - "issues": "https://github.com/KnpLabs/KnpMenuBundle/issues", - "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/master" - }, "time": "2019-12-01T13:07:41+00:00" }, + { + "name": "lcobucci/jwt", + "version": "3.3.3", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/jwt.git", + "reference": "c1123697f6a2ec29162b82f170dd4a491f524773" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773", + "reference": "c1123697f6a2ec29162b82f170dd4a491f524773", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-openssl": "*", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "mikey179/vfsstream": "~1.5", + "phpmd/phpmd": "~2.2", + "phpunit/php-invoker": "~1.1", + "phpunit/phpunit": "^5.7 || ^7.3", + "squizlabs/php_codesniffer": "~2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "psr-4": { + "Lcobucci\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Luís Otávio Cobucci Oblonczyk", + "email": "lcobucci@gmail.com", + "role": "Developer" + } + ], + "description": "A simple library to work with JSON Web Token and JSON Web Signature", + "keywords": [ + "JWS", + "jwt" + ], + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2020-08-20T13:22:28+00:00" + }, { "name": "league/uri", "version": "5.3.0", @@ -3160,11 +3310,6 @@ "url", "ws" ], - "support": { - "forum": "https://groups.google.com/forum/#!forum/thephpleague", - "issues": "https://github.com/thephpleague/uri/issues", - "source": "https://github.com/thephpleague/uri/tree/master" - }, "time": "2018-03-14T17:19:39+00:00" }, { @@ -3236,10 +3381,6 @@ "url", "userinfo" ], - "support": { - "issues": "https://github.com/thephpleague/uri-components/issues", - "source": "https://github.com/thephpleague/uri-components/tree/master" - }, "time": "2018-10-24T11:31:02+00:00" }, { @@ -3309,10 +3450,6 @@ "domain parsing", "icann" ], - "support": { - "issues": "https://github.com/thephphleague/uri-hostname-parser/issues", - "source": "https://github.com/thephphleague/uri-hostname-parser" - }, "time": "2018-02-16T07:29:26+00:00" }, { @@ -3365,10 +3502,6 @@ "uri", "url" ], - "support": { - "issues": "https://github.com/thephpleague/uri-interfaces/issues", - "source": "https://github.com/thephpleague/uri-interfaces/tree/master" - }, "time": "2018-11-05T14:00:06+00:00" }, { @@ -3445,11 +3578,6 @@ "uri", "url" ], - "support": { - "forum": "https://groups.google.com/forum/#!forum/thephpleague", - "issues": "https://github.com/thephpleague/uri/issues", - "source": "https://github.com/thephpleague/uri-manipulations/tree/master" - }, "time": "2018-03-14T16:44:57+00:00" }, { @@ -3515,10 +3643,6 @@ "uri", "url" ], - "support": { - "issues": "https://github.com/thephpleague/uri-parser/issues", - "source": "https://github.com/thephpleague/uri-parser/tree/master" - }, "time": "2018-11-22T07:55:51+00:00" }, { @@ -3594,13 +3718,110 @@ "ws", "wss" ], - "support": { - "forum": "https://groups.google.com/forum/#!forum/thephpleague", - "issues": "https://github.com/thephpleague/uri/issues", - "source": "https://github.com/thephpleague/uri-schemes/tree/master" - }, "time": "2018-11-26T08:09:30+00:00" }, + { + "name": "lexik/jwt-authentication-bundle", + "version": "v2.9.0", + "source": { + "type": "git", + "url": "https://github.com/lexik/LexikJWTAuthenticationBundle.git", + "reference": "2c3448975c5560f4a29ac6f3bfc1fb24673609c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lexik/LexikJWTAuthenticationBundle/zipball/2c3448975c5560f4a29ac6f3bfc1fb24673609c0", + "reference": "2c3448975c5560f4a29ac6f3bfc1fb24673609c0", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "lcobucci/jwt": "^3.2", + "namshi/jose": "^7.2", + "php": "^5.6|^7.0", + "symfony/framework-bundle": "^3.4|^4.0|^5.0", + "symfony/security-bundle": "^3.4|^4.0|^5.0" + }, + "require-dev": { + "symfony/browser-kit": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/phpunit-bridge": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "gesdinet/jwt-refresh-token-bundle": "Implements a refresh token system over Json Web Tokens in Symfony", + "spomky-labs/lexik-jose-bridge": "Provides a JWT Token encoder with encryption support" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Lexik\\Bundle\\JWTAuthenticationBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeremy Barthe", + "email": "j.barthe@lexik.fr", + "homepage": "https://github.com/jeremyb" + }, + { + "name": "Nicolas Cabot", + "email": "n.cabot@lexik.fr", + "homepage": "https://github.com/slashfan" + }, + { + "name": "Cedric Girard", + "email": "c.girard@lexik.fr", + "homepage": "https://github.com/cedric-g" + }, + { + "name": "Dev Lexik", + "email": "dev@lexik.fr", + "homepage": "https://github.com/lexik" + }, + { + "name": "Robin Chalas", + "email": "robin.chalas@gmail.com", + "homepage": "https://github.com/chalasr" + }, + { + "name": "Lexik Community", + "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle/graphs/contributors" + } + ], + "description": "This bundle provides JWT authentication for your Symfony REST API", + "homepage": "https://github.com/lexik/LexikJWTAuthenticationBundle", + "keywords": [ + "Authentication", + "JWS", + "api", + "bundle", + "jwt", + "rest", + "symfony" + ], + "funding": [ + { + "url": "https://github.com/chalasr", + "type": "github" + } + ], + "time": "2020-10-27T17:30:41+00:00" + }, { "name": "liip/imagine-bundle", "version": "2.3.1", @@ -3698,38 +3919,84 @@ "symfony", "transformation" ], - "support": { - "issues": "https://github.com/liip/LiipImagineBundle/issues", - "source": "https://github.com/liip/LiipImagineBundle/tree/master" - }, "time": "2020-06-26T05:55:54+00:00" }, + { + "name": "marcj/topsort", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/marcj/topsort.php.git", + "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", + "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", + "shasum": "" + }, + "require": { + "php": ">=5.4" + }, + "require-dev": { + "codeclimate/php-test-reporter": "dev-master", + "phpunit/phpunit": "~4.0", + "symfony/console": "~2.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "MJS\\TopSort\\": "src/", + "MJS\\TopSort\\Tests\\": "tests/Tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marc J. Schmidt", + "email": "marc@marcjschmidt.de" + } + ], + "description": "High-Performance TopSort/Dependency resolving algorithm", + "keywords": [ + "dependency resolving", + "topological sort", + "topsort" + ], + "time": "2016-11-19T14:58:11+00:00" + }, { "name": "mockery/mockery", - "version": "1.3.3", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d" + "reference": "20cab678faed06fac225193be281ea0fddb43b93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/60fa2f67f6e4d3634bb4a45ff3171fa52215800d", - "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d", + "url": "https://api.github.com/repos/mockery/mockery/zipball/20cab678faed06fac225193be281ea0fddb43b93", + "reference": "20cab678faed06fac225193be281ea0fddb43b93", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": ">=5.6.0" + "php": "^7.3 || ^8.0" + }, + "conflict": { + "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3" + "phpunit/phpunit": "^8.5 || ^9.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.4.x-dev" } }, "autoload": { @@ -3767,29 +4034,25 @@ "test double", "testing" ], - "support": { - "issues": "https://github.com/mockery/mockery/issues", - "source": "https://github.com/mockery/mockery/tree/1.3.3" - }, - "time": "2020-08-11T18:10:21+00:00" + "time": "2020-08-11T18:10:13+00:00" }, { "name": "monolog/monolog", - "version": "1.25.5", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0" + "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0", - "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5", + "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5", "shasum": "" }, "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" + "php": ">=7.2", + "psr/log": "^1.0.1" }, "provide": { "psr/log-implementation": "1.0.0" @@ -3797,32 +4060,36 @@ "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", + "elasticsearch/elasticsearch": "^6.0", + "graylog2/gelf-php": "^1.4.2", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "php-parallel-lint/php-parallel-lint": "^1.0", - "phpunit/phpunit": "~4.5", + "phpspec/prophecy": "^1.6.1", + "phpunit/phpunit": "^8.5", + "predis/predis": "^1.1", + "rollbar/rollbar": "^1.3", "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", + "ext-mbstring": "Allow to work properly with unicode symbols", + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "sentry/sentry": "Allow sending log messages to a Sentry server" + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -3848,10 +4115,6 @@ "logging", "psr-3" ], - "support": { - "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/1.25.5" - }, "funding": [ { "url": "https://github.com/Seldaek", @@ -3862,7 +4125,70 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:35:51+00:00" + "time": "2020-07-23T08:41:23+00:00" + }, + { + "name": "namshi/jose", + "version": "7.2.3", + "source": { + "type": "git", + "url": "https://github.com/namshi/jose.git", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", + "shasum": "" + }, + "require": { + "ext-date": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-spl": "*", + "php": ">=5.5", + "symfony/polyfill-php56": "^1.0" + }, + "require-dev": { + "phpseclib/phpseclib": "^2.0", + "phpunit/phpunit": "^4.5|^5.0", + "satooshi/php-coveralls": "^1.0" + }, + "suggest": { + "ext-openssl": "Allows to use OpenSSL as crypto engine.", + "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." + }, + "type": "library", + "autoload": { + "psr-4": { + "Namshi\\JOSE\\": "src/Namshi/JOSE/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Nadalin", + "email": "alessandro.nadalin@gmail.com" + }, + { + "name": "Alessandro Cinelli (cirpo)", + "email": "alessandro.cinelli@gmail.com" + } + ], + "description": "JSON Object Signing and Encryption library for PHP.", + "keywords": [ + "JSON Web Signature", + "JSON Web Token", + "JWS", + "json", + "jwt", + "token" + ], + "time": "2016-12-05T07:27:31+00:00" }, { "name": "ocramius/proxy-manager", @@ -4018,10 +4344,6 @@ "paginator", "paging" ], - "support": { - "issues": "https://github.com/BabDev/Pagerfanta/issues", - "source": "https://github.com/BabDev/Pagerfanta/tree/2.x" - }, "funding": [ { "url": "https://github.com/mbabker", @@ -4146,10 +4468,6 @@ "iso", "library" ], - "support": { - "issues": "https://github.com/payum/iso4217/issues", - "source": "https://github.com/payum/iso4217" - }, "time": "2016-08-04T08:15:12+00:00" }, { @@ -4272,10 +4590,6 @@ "stripe.js", "withdrawal" ], - "support": { - "issues": "https://github.com/Payum/Payum/issues", - "source": "https://github.com/Payum/Payum/tree/master" - }, "time": "2020-02-13T16:44:59+00:00" }, { @@ -4377,10 +4691,6 @@ "stripe.js", "symfony" ], - "support": { - "issues": "https://github.com/Payum/PayumBundle/issues", - "source": "https://github.com/Payum/PayumBundle/tree/2.4.1" - }, "time": "2020-02-11T19:51:20+00:00" }, { @@ -4444,10 +4754,6 @@ "Guzzle", "http" ], - "support": { - "issues": "https://github.com/php-http/guzzle6-adapter/issues", - "source": "https://github.com/php-http/guzzle6-adapter/tree/master" - }, "time": "2018-12-16T14:44:03+00:00" }, { @@ -4506,10 +4812,6 @@ "client", "http" ], - "support": { - "issues": "https://github.com/php-http/httplug/issues", - "source": "https://github.com/php-http/httplug/tree/master" - }, "time": "2020-07-13T15:43:23+00:00" }, { @@ -4637,10 +4939,6 @@ "stream", "uri" ], - "support": { - "issues": "https://github.com/php-http/message-factory/issues", - "source": "https://github.com/php-http/message-factory/tree/master" - }, "time": "2015-12-19T14:08:53+00:00" }, { @@ -4694,10 +4992,6 @@ "keywords": [ "promise" ], - "support": { - "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.1.0" - }, "time": "2020-07-07T09:29:14+00:00" }, { @@ -4746,10 +5040,6 @@ "sequence", "set" ], - "support": { - "issues": "https://github.com/schmittjoh/php-collection/issues", - "source": "https://github.com/schmittjoh/php-collection/tree/master" - }, "time": "2015-05-17T12:39:23+00:00" }, { @@ -4805,10 +5095,6 @@ "php", "type" ], - "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.7.5" - }, "funding": [ { "url": "https://github.com/GrahamCampbell", @@ -4874,10 +5160,6 @@ "mockery", "test" ], - "support": { - "issues": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer/issues", - "source": "https://github.com/PolishSymfonyCommunity/SymfonyMockerContainer/tree/master" - }, "time": "2019-12-11T22:38:53+00:00" }, { @@ -4924,9 +5206,6 @@ "psr", "psr-6" ], - "support": { - "source": "https://github.com/php-fig/cache/tree/master" - }, "time": "2016-08-06T20:24:11+00:00" }, { @@ -4976,10 +5255,6 @@ "container-interop", "psr" ], - "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/master" - }, "time": "2017-02-14T16:28:37+00:00" }, { @@ -5029,9 +5304,6 @@ "psr", "psr-18" ], - "support": { - "source": "https://github.com/php-fig/http-client/tree/master" - }, "time": "2020-06-29T06:28:15+00:00" }, { @@ -5082,11 +5354,57 @@ "request", "response" ], - "support": { - "source": "https://github.com/php-fig/http-message/tree/master" - }, "time": "2016-08-06T14:39:51+00:00" }, + { + "name": "psr/link", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/link.git", + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", + "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Link\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for HTTP links", + "keywords": [ + "http", + "http-link", + "link", + "psr", + "psr-13", + "rest" + ], + "time": "2016-10-28T16:06:13+00:00" + }, { "name": "psr/log", "version": "1.1.3", @@ -5132,9 +5450,6 @@ "psr", "psr-3" ], - "support": { - "source": "https://github.com/php-fig/log/tree/1.1.3" - }, "time": "2020-03-23T09:12:05+00:00" }, { @@ -5183,9 +5498,6 @@ "psr-16", "simple-cache" ], - "support": { - "source": "https://github.com/php-fig/simple-cache/tree/master" - }, "time": "2017-10-23T01:57:42+00:00" }, { @@ -5226,10 +5538,6 @@ } ], "description": "A polyfill for getallheaders.", - "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" - }, "time": "2019-03-08T08:55:37+00:00" }, { @@ -5317,12 +5625,6 @@ "identifier", "uuid" ], - "support": { - "issues": "https://github.com/ramsey/uuid/issues", - "rss": "https://github.com/ramsey/uuid/releases.atom", - "source": "https://github.com/ramsey/uuid", - "wiki": "https://github.com/ramsey/uuid/wiki" - }, "time": "2020-02-21T04:36:14+00:00" }, { @@ -5404,10 +5706,6 @@ "block", "sonata" ], - "support": { - "issues": "https://github.com/sonata-project/SonataBlockBundle/issues", - "source": "https://github.com/sonata-project/SonataBlockBundle/tree/4.2.0" - }, "time": "2020-03-21T15:01:48+00:00" }, { @@ -5477,10 +5775,6 @@ "mongodb", "redis" ], - "support": { - "issues": "https://github.com/sonata-project/cache/issues", - "source": "https://github.com/sonata-project/cache/tree/2.x" - }, "time": "2017-12-08T09:22:44+00:00" }, { @@ -5553,10 +5847,6 @@ "doctrine2", "json" ], - "support": { - "issues": "https://github.com/sonata-project/sonata-doctrine-extensions/issues", - "source": "https://github.com/sonata-project/sonata-doctrine-extensions/tree/1.9.1" - }, "time": "2020-08-09T21:39:55+00:00" }, { @@ -5630,10 +5920,6 @@ "form", "symfony" ], - "support": { - "issues": "https://github.com/sonata-project/form-extensions/issues", - "source": "https://github.com/sonata-project/form-extensions/tree/1.0.0" - }, "time": "2019-04-29T17:51:42+00:00" }, { @@ -5707,10 +5993,6 @@ "twig", "twig-extensions" ], - "support": { - "issues": "https://github.com/sonata-project/twig-extensions/issues", - "source": "https://github.com/sonata-project/twig-extensions/tree/1.4.1" - }, "time": "2020-08-09T21:35:09+00:00" }, { @@ -5777,10 +6059,6 @@ "translatable", "tree" ], - "support": { - "issues": "https://github.com/stof/StofDoctrineExtensionsBundle/issues", - "source": "https://github.com/stof/StofDoctrineExtensionsBundle/tree/v1.5.0" - }, "time": "2020-09-30T13:25:17+00:00" }, { @@ -5843,10 +6121,6 @@ "mail", "mailer" ], - "support": { - "issues": "https://github.com/swiftmailer/swiftmailer/issues", - "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.3" - }, "time": "2019-11-12T09:31:26+00:00" }, { @@ -5886,34 +6160,77 @@ } ], "description": "Doctrine ORM hydration performance optimization made easier.", - "support": { - "issues": "https://github.com/SyliusLabs/AssociationHydrator/issues", - "source": "https://github.com/SyliusLabs/AssociationHydrator/tree/master" - }, "time": "2019-12-19T09:41:08+00:00" }, { - "name": "sylius-labs/polyfill-symfony-event-dispatcher", - "version": "v1.0.0", + "name": "sylius-labs/doctrine-migrations-extra-bundle", + "version": "v0.1.3", "source": { "type": "git", - "url": "https://github.com/SyliusLabs/PolyfillSymfonyEventDispatcher.git", - "reference": "c3462b8a9ea7d3a82174237258c7fe8fb39eff8c" + "url": "https://github.com/SyliusLabs/DoctrineMigrationsExtraBundle.git", + "reference": "a68b6a7d50b67106c2ef408bbaabb2c9fd417dc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SyliusLabs/PolyfillSymfonyEventDispatcher/zipball/c3462b8a9ea7d3a82174237258c7fe8fb39eff8c", - "reference": "c3462b8a9ea7d3a82174237258c7fe8fb39eff8c", + "url": "https://api.github.com/repos/SyliusLabs/DoctrineMigrationsExtraBundle/zipball/a68b6a7d50b67106c2ef408bbaabb2c9fd417dc6", + "reference": "a68b6a7d50b67106c2ef408bbaabb2c9fd417dc6", "shasum": "" }, "require": { - "php": "^7.2", - "symfony/event-dispatcher": "^4.3|^5.0", - "symfony/event-dispatcher-contracts": "^1.1|^2.0" + "doctrine/doctrine-migrations-bundle": "^3.0", + "doctrine/migrations": "^3.0", + "marcj/topsort": "^1.1", + "php": "^7.3", + "symfony/framework-bundle": "^4.4|^5.0" }, - "type": "library", - "autoload": { - "psr-4": { + "require-dev": { + "infection/infection": "^0.16.4", + "matthiasnoback/symfony-config-test": "^4.2", + "matthiasnoback/symfony-dependency-injection-test": "^4.1", + "phpunit/phpunit": "^9.2", + "vimeo/psalm": "^3.13" + }, + "type": "bundle", + "autoload": { + "psr-4": { + "SyliusLabs\\DoctrineMigrationsExtraBundle\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kamil Kokot", + "email": "kamil@kokot.me", + "homepage": "https://kamilkokot.com" + } + ], + "time": "2020-08-06T10:28:05+00:00" + }, + { + "name": "sylius-labs/polyfill-symfony-event-dispatcher", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/SyliusLabs/PolyfillSymfonyEventDispatcher.git", + "reference": "c3462b8a9ea7d3a82174237258c7fe8fb39eff8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/SyliusLabs/PolyfillSymfonyEventDispatcher/zipball/c3462b8a9ea7d3a82174237258c7fe8fb39eff8c", + "reference": "c3462b8a9ea7d3a82174237258c7fe8fb39eff8c", + "shasum": "" + }, + "require": { + "php": "^7.2", + "symfony/event-dispatcher": "^4.3|^5.0", + "symfony/event-dispatcher-contracts": "^1.1|^2.0" + }, + "type": "library", + "autoload": { + "psr-4": { "SyliusLabs\\Polyfill\\Symfony\\EventDispatcher\\": "src/" } }, @@ -5928,43 +6245,39 @@ } ], "description": "Symfony EventDispatcher Polyfill", - "support": { - "issues": "https://github.com/SyliusLabs/PolyfillSymfonyEventDispatcher/issues", - "source": "https://github.com/SyliusLabs/PolyfillSymfonyEventDispatcher/tree/master" - }, "time": "2020-01-31T14:21:00+00:00" }, { "name": "sylius/fixtures-bundle", - "version": "v1.6.1", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/Sylius/SyliusFixturesBundle.git", - "reference": "1f29bdddd3df1823eda103d87ff6945e964eac9f" + "reference": "156ae4839e3473330673a7daf40dc428ba9a69a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Sylius/SyliusFixturesBundle/zipball/1f29bdddd3df1823eda103d87ff6945e964eac9f", - "reference": "1f29bdddd3df1823eda103d87ff6945e964eac9f", + "url": "https://api.github.com/repos/Sylius/SyliusFixturesBundle/zipball/156ae4839e3473330673a7daf40dc428ba9a69a9", + "reference": "156ae4839e3473330673a7daf40dc428ba9a69a9", "shasum": "" }, "require": { "doctrine/data-fixtures": "^1.2", - "monolog/monolog": "^1.8", - "php": "^7.2", - "symfony/framework-bundle": "^4.4|^5.0", - "symfony/monolog-bridge": "^4.4|^5.0", - "webmozart/assert": "^1.0" + "monolog/monolog": "^1.25 || ^2.1", + "php": "^7.3 || ^8.0", + "symfony/framework-bundle": "^4.4 || ^5.1", + "symfony/monolog-bridge": "^4.4 || ^5.1", + "webmozart/assert": "^1.9" }, "require-dev": { - "doctrine/doctrine-bundle": "^2.0", + "doctrine/doctrine-bundle": "^2.1", "doctrine/orm": "^2.7", "matthiasnoback/symfony-config-test": "^4.2", - "matthiasnoback/symfony-dependency-injection-test": "^4.0", - "phpspec/phpspec": "^6.1", - "phpunit/phpunit": "^8.5", - "sylius-labs/coding-standard": "^3.1", - "vimeo/psalm": "3.11.4" + "matthiasnoback/symfony-dependency-injection-test": "^4.2", + "phpspec/phpspec": "^7.0", + "phpunit/phpunit": "^9.4", + "sylius-labs/coding-standard": "^3.2", + "vimeo/psalm": "4.1.1" }, "type": "symfony-bundle", "extra": { @@ -5984,29 +6297,25 @@ "authors": [ { "name": "Kamil Kokot", - "homepage": "http://kamil.kokot.me" + "homepage": "https://kamilkokot.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "Configurable fixtures for Symfony applications.", - "homepage": "http://sylius.com", + "homepage": "https://sylius.com", "keywords": [ "fixtures", "sylius", "symfony" ], - "support": { - "issues": "https://github.com/Sylius/SyliusFixturesBundle/issues", - "source": "https://github.com/Sylius/SyliusFixturesBundle/tree/master" - }, - "time": "2020-05-25T09:23:15+00:00" + "time": "2020-11-05T12:08:16+00:00" }, { "name": "sylius/grid-bundle", @@ -6108,10 +6417,6 @@ "sylius", "webshop" ], - "support": { - "issues": "https://github.com/Sylius/SyliusGridBundle/issues", - "source": "https://github.com/Sylius/SyliusGridBundle/tree/v1.7.5" - }, "time": "2020-04-14T10:50:49+00:00" }, { @@ -6189,10 +6494,6 @@ "mailer", "swiftmailer" ], - "support": { - "issues": "https://github.com/Sylius/SyliusMailerBundle/issues", - "source": "https://github.com/Sylius/SyliusMailerBundle/tree/v1.5.1" - }, "time": "2020-03-27T09:36:50+00:00" }, { @@ -6252,10 +6553,6 @@ "registry", "services" ], - "support": { - "issues": "https://github.com/Sylius/Registry/issues", - "source": "https://github.com/Sylius/Registry/tree/v1.5.1" - }, "time": "2020-05-26T11:29:46+00:00" }, { @@ -6356,67 +6653,67 @@ "storage", "sylius" ], - "support": { - "issues": "https://github.com/Sylius/SyliusResourceBundle/issues", - "source": "https://github.com/Sylius/SyliusResourceBundle/tree/v1.6.4" - }, "time": "2020-08-18T07:16:31+00:00" }, { "name": "sylius/sylius", - "version": "v1.7.9", + "version": "v1.8.4", "source": { "type": "git", "url": "https://github.com/Sylius/Sylius.git", - "reference": "026fb0987484e105ce00a6f3ce498c930eb1ffe9" + "reference": "13a1029062eba5a5bf7620a13bbe393a39db55f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Sylius/Sylius/zipball/026fb0987484e105ce00a6f3ce498c930eb1ffe9", - "reference": "026fb0987484e105ce00a6f3ce498c930eb1ffe9", + "url": "https://api.github.com/repos/Sylius/Sylius/zipball/13a1029062eba5a5bf7620a13bbe393a39db55f8", + "reference": "13a1029062eba5a5bf7620a13bbe393a39db55f8", "shasum": "" }, "require": { - "behat/transliterator": "^1.1", - "doctrine/collections": "^1.3", - "doctrine/doctrine-bundle": "^1.6", - "doctrine/doctrine-cache-bundle": "^1.3", - "doctrine/doctrine-migrations-bundle": "^2.0", - "doctrine/orm": "^2.5", - "egulias/email-validator": "~2.0", + "api-platform/core": "^2.5", + "behat/transliterator": "^1.3", + "doctrine/collections": "^1.6", + "doctrine/doctrine-bundle": "^1.12", + "doctrine/doctrine-cache-bundle": "^1.4", + "doctrine/doctrine-migrations-bundle": "^3.0", + "doctrine/migrations": "^3.0", + "doctrine/orm": "^2.7", + "egulias/email-validator": "^2.1", "ext-exif": "*", "ext-fileinfo": "*", "ext-gd": "*", "friendsofsymfony/oauth-server-bundle": "^1.6", - "friendsofsymfony/rest-bundle": "^2.1", - "fzaninotto/faker": "^1.6", + "friendsofsymfony/rest-bundle": "^2.7", + "fzaninotto/faker": "^1.9", "gedmo/doctrine-extensions": "^2.4.12", - "jms/serializer-bundle": "^2.0", + "jms/serializer-bundle": "^2.4", "knplabs/gaufrette": "^0.8", "knplabs/knp-gaufrette-bundle": "^0.7", "knplabs/knp-menu": "^3.1", "knplabs/knp-menu-bundle": "^3.0", + "lexik/jwt-authentication-bundle": "^2.6", "liip/imagine-bundle": "^2.3", - "ocramius/proxy-manager": "^2.1", - "payum/payum": "^1.4", - "payum/payum-bundle": "^2.2", + "ocramius/proxy-manager": "^2.2", + "payum/payum": "^1.6", + "payum/payum-bundle": "^2.4", "php": "^7.3", "php-http/guzzle6-adapter": "^2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "ramsey/uuid": "^3.7", - "sonata-project/block-bundle": "^4.0", - "stof/doctrine-extensions-bundle": "^1.2", - "swiftmailer/swiftmailer": "^6.0", + "ramsey/uuid": "^3.9", + "sonata-project/block-bundle": "^4.2", + "stof/doctrine-extensions-bundle": "^1.4", + "swiftmailer/swiftmailer": "^6.2", "sylius-labs/association-hydrator": "^1.1", - "sylius/fixtures-bundle": "^1.4.1", - "sylius/grid": "^1.6", - "sylius/grid-bundle": "^1.6", - "sylius/mailer": "^1.4.4", - "sylius/mailer-bundle": "^1.4.4", - "sylius/registry": "^1.4.1", - "sylius/resource": "^1.4.4", - "sylius/resource-bundle": "^1.4.4", - "sylius/theme-bundle": "^1.4.5", + "sylius-labs/doctrine-migrations-extra-bundle": "^0.1.3", + "sylius/fixtures-bundle": "^1.6.1", + "sylius/grid": "^1.7.5", + "sylius/grid-bundle": "^1.7.5", + "sylius/mailer": "^1.5", + "sylius/mailer-bundle": "^1.5", + "sylius/registry": "^1.5", + "sylius/resource": "^1.6", + "sylius/resource-bundle": "^1.6", + "sylius/theme-bundle": "^1.5", "symfony/asset": "^4.4", "symfony/config": "^4.4", "symfony/console": "^4.4", @@ -6431,39 +6728,46 @@ "symfony/http-foundation": "^4.4", "symfony/http-kernel": "^4.4", "symfony/intl": "^4.4", - "symfony/monolog-bundle": "^3.0", + "symfony/messenger": "^4.4", + "symfony/monolog-bundle": "^3.5", "symfony/options-resolver": "^4.4", - "symfony/polyfill-iconv": "^1.3", - "symfony/polyfill-intl-icu": "^1.3", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-iconv": "^1.17", + "symfony/polyfill-intl-icu": "^1.17", + "symfony/polyfill-mbstring": "^1.17", + "symfony/polyfill-php80": "^1.17", "symfony/process": "^4.4", "symfony/property-access": "^4.4", + "symfony/property-info": "^4.4", "symfony/proxy-manager-bridge": "^4.4", "symfony/routing": "^4.4", - "symfony/security": "^4.4", "symfony/security-bundle": "^4.4", - "symfony/swiftmailer-bundle": "^3.0", + "symfony/security-core": "^4.4", + "symfony/security-csrf": "^4.4", + "symfony/security-guard": "^4.4", + "symfony/security-http": "^4.4", + "symfony/serializer": "^4.4", + "symfony/swiftmailer-bundle": "^3.4", "symfony/templating": "^4.4", - "symfony/thanks": "^1.0", + "symfony/thanks": "^1.2", "symfony/translation": "^4.4", "symfony/twig-bundle": "^4.4", "symfony/validator": "^4.4", "symfony/yaml": "^4.4", "twig/intl-extra": "^2.12", "twig/twig": "^2.12", - "webmozart/assert": "^1.1", - "white-october/pagerfanta-bundle": "^1.0.8", + "webmozart/assert": "^1.9", + "white-october/pagerfanta-bundle": "^1.3", "willdurand/hateoas": "^2.12", - "willdurand/hateoas-bundle": "^1.2", + "willdurand/hateoas-bundle": "^1.4", "winzou/state-machine-bundle": "^0.3", - "zendframework/zend-hydrator": "^2.2", - "zendframework/zend-stdlib": "^3.1" + "zendframework/zend-hydrator": "^2.4", + "zendframework/zend-stdlib": "^3.2" }, "conflict": { "doctrine/inflector": "^1.4", - "nikic/php-parser": "^4.7", + "phpspec/prophecy": "1.11.0", "sylius/grid-bundle": "1.7.4", + "symfony/doctrine-bridge": "4.4.16", "twig/twig": "2.6.1" }, "replace": { @@ -6510,40 +6814,40 @@ }, "require-dev": { "behat/behat": "^3.6.1", - "behat/mink-selenium2-driver": "^1.3", + "behat/mink-selenium2-driver": "^1.4", "dmore/behat-chrome-extension": "^1.3", "dmore/chrome-mink-driver": "^2.7", "doctrine/data-fixtures": "^1.4", + "ergebnis/composer-normalize": "^2.5", "friends-of-behat/mink": "^1.8", - "friends-of-behat/mink-browserkit-driver": "^1.3", - "friends-of-behat/mink-extension": "^2.2", + "friends-of-behat/mink-browserkit-driver": "^1.4", + "friends-of-behat/mink-extension": "^2.4", "friends-of-behat/page-object-extension": "^0.3", - "friends-of-behat/symfony-extension": "^2.0", - "friends-of-behat/variadic-extension": "^1.1", - "hwi/oauth-bundle": "^1.0", + "friends-of-behat/symfony-extension": "^2.1", + "friends-of-behat/variadic-extension": "^1.3", + "hwi/oauth-bundle": "^1.1", "lakion/mink-debug-extension": "^1.2.3", - "lchrusciel/api-test-case": "^3.1.0", - "matthiasnoback/symfony-config-test": "^4.0", - "matthiasnoback/symfony-dependency-injection-test": "^3.0", + "lchrusciel/api-test-case": "^5.0", + "matthiasnoback/symfony-config-test": "^4.2", + "matthiasnoback/symfony-dependency-injection-test": "^4.1", "mikey179/vfsstream": "^1.6", - "mockery/mockery": "^1.3", + "mockery/mockery": "^1.4", "pamil/prophecy-common": "^0.1", "phpspec/phpspec": "^6.1", - "phpstan/phpstan": "0.12.3", - "phpstan/phpstan-doctrine": "0.12.3", - "phpstan/phpstan-webmozart-assert": "0.12.0", - "phpunit/phpunit": "^7.0", + "phpstan/phpstan": "0.12.29", + "phpstan/phpstan-doctrine": "0.12.16", + "phpunit/phpunit": "^8.5", "psalm/plugin-mockery": "^0.3", "psr/event-dispatcher": "^1.0", - "sspooky13/yaml-standards": "^5.0", - "stripe/stripe-php": "^6.28", - "sylius-labs/coding-standard": "^3.0", + "sspooky13/yaml-standards": "^5.1", + "stripe/stripe-php": "^6.43", + "sylius-labs/coding-standard": "^3.1", "symfony/browser-kit": "^4.4", "symfony/debug-bundle": "^4.4", "symfony/dotenv": "^4.4", - "symfony/flex": "^1.2", + "symfony/flex": "^1.7", "symfony/web-profiler-bundle": "^4.4", - "vimeo/psalm": "^3.11" + "vimeo/psalm": "^3.11.6" }, "suggest": { "ext-iconv": "For better performance than using Symfony Polyfill Component", @@ -6556,7 +6860,7 @@ "allow-contrib": false }, "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -6576,24 +6880,20 @@ "authors": [ { "name": "Paweł Jędrzejewski", - "homepage": "http://pjedrzejewski.com" + "homepage": "https://pjedrzejewski.com" }, { "name": "Sylius project", - "homepage": "http://sylius.com" + "homepage": "https://sylius.com" }, { "name": "Community contributions", - "homepage": "http://github.com/Sylius/Sylius/contributors" + "homepage": "https://github.com/Sylius/Sylius/contributors" } ], "description": "E-Commerce platform for PHP, based on Symfony framework.", - "homepage": "http://sylius.com", - "support": { - "issues": "https://github.com/Sylius/Sylius/issues", - "source": "https://github.com/Sylius/Sylius/tree/v1.7.9" - }, - "time": "2020-10-19T12:34:35+00:00" + "homepage": "https://sylius.com", + "time": "2020-11-05T08:25:10+00:00" }, { "name": "sylius/theme-bundle", @@ -6683,24 +6983,20 @@ "themes", "theming" ], - "support": { - "issues": "https://github.com/Sylius/SyliusThemeBundle/issues", - "source": "https://github.com/Sylius/SyliusThemeBundle/tree/1.5" - }, "time": "2020-05-05T13:02:03+00:00" }, { "name": "symfony/asset", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "9b446eb7c16347088663dc18d38fb0f3b536b7e2" + "reference": "627761b47f94affdd8405e65245a8e1bbb810399" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/9b446eb7c16347088663dc18d38fb0f3b536b7e2", - "reference": "9b446eb7c16347088663dc18d38fb0f3b536b7e2", + "url": "https://api.github.com/repos/symfony/asset/zipball/627761b47f94affdd8405e65245a8e1bbb810399", + "reference": "627761b47f94affdd8405e65245a8e1bbb810399", "shasum": "" }, "require": { @@ -6714,11 +7010,6 @@ "symfony/http-foundation": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" @@ -6744,7 +7035,7 @@ "description": "Symfony Asset Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/4.4" + "source": "https://github.com/symfony/asset/tree/v4.4.16" }, "funding": [ { @@ -6760,20 +7051,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/cache", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "969a76c2dbce7e4306684f5376718147d1ec4ae7" + "reference": "7ab1528cac0328566895ad303e2a5111aef2b440" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/969a76c2dbce7e4306684f5376718147d1ec4ae7", - "reference": "969a76c2dbce7e4306684f5376718147d1ec4ae7", + "url": "https://api.github.com/repos/symfony/cache/zipball/7ab1528cac0328566895ad303e2a5111aef2b440", + "reference": "7ab1528cac0328566895ad303e2a5111aef2b440", "shasum": "" }, "require": { @@ -6803,14 +7094,10 @@ "psr/simple-cache": "^1.0", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" @@ -6840,7 +7127,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v4.4.15" + "source": "https://github.com/symfony/cache/tree/v4.4.16" }, "funding": [ { @@ -6856,7 +7143,7 @@ "type": "tidelift" } ], - "time": "2020-09-27T12:40:39+00:00" + "time": "2020-10-25T19:32:35+00:00" }, { "name": "symfony/cache-contracts", @@ -6918,9 +7205,6 @@ "interoperability", "standards" ], - "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v2.2.0" - }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6939,16 +7223,16 @@ }, { "name": "symfony/config", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "7c5a1002178a612787c291a4f515f87b19176b61" + "reference": "e85481cf359a7b28a44ac91f7d83441b70d76192" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/7c5a1002178a612787c291a4f515f87b19176b61", - "reference": "7c5a1002178a612787c291a4f515f87b19176b61", + "url": "https://api.github.com/repos/symfony/config/zipball/e85481cf359a7b28a44ac91f7d83441b70d76192", + "reference": "e85481cf359a7b28a44ac91f7d83441b70d76192", "shasum": "" }, "require": { @@ -6970,11 +7254,6 @@ "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" @@ -7000,7 +7279,7 @@ "description": "Symfony Config Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v4.4.15" + "source": "https://github.com/symfony/config/tree/v4.4.16" }, "funding": [ { @@ -7016,20 +7295,20 @@ "type": "tidelift" } ], - "time": "2020-10-02T07:34:48+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/console", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124" + "reference": "20f73dd143a5815d475e0838ff867bce1eebd9d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/90933b39c7b312fc3ceaa1ddeac7eb48cb953124", - "reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124", + "url": "https://api.github.com/repos/symfony/console/zipball/20f73dd143a5815d475e0838ff867bce1eebd9d5", + "reference": "20f73dd143a5815d475e0838ff867bce1eebd9d5", "shasum": "" }, "require": { @@ -7064,11 +7343,6 @@ "symfony/process": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" @@ -7094,7 +7368,7 @@ "description": "Symfony Console Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.15" + "source": "https://github.com/symfony/console/tree/v4.4.16" }, "funding": [ { @@ -7110,20 +7384,20 @@ "type": "tidelift" } ], - "time": "2020-09-15T07:58:55+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/debug", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "726b85e69342e767d60e3853b98559a68ff74183" + "reference": "c87adf3fc1cd0bf4758316a3a150d50a8f957ef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/726b85e69342e767d60e3853b98559a68ff74183", - "reference": "726b85e69342e767d60e3853b98559a68ff74183", + "url": "https://api.github.com/repos/symfony/debug/zipball/c87adf3fc1cd0bf4758316a3a150d50a8f957ef4", + "reference": "c87adf3fc1cd0bf4758316a3a150d50a8f957ef4", "shasum": "" }, "require": { @@ -7138,11 +7412,6 @@ "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" @@ -7168,7 +7437,7 @@ "description": "Symfony Debug Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/4.4" + "source": "https://github.com/symfony/debug/tree/v4.4.16" }, "funding": [ { @@ -7184,20 +7453,20 @@ "type": "tidelift" } ], - "time": "2020-09-09T05:20:36+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "89274c8847dff2ed703e481843eb9159ca25cc6e" + "reference": "4c41ad68924fd8f9e55e1cd77fd6bc28daa3fe89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/89274c8847dff2ed703e481843eb9159ca25cc6e", - "reference": "89274c8847dff2ed703e481843eb9159ca25cc6e", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4c41ad68924fd8f9e55e1cd77fd6bc28daa3fe89", + "reference": "4c41ad68924fd8f9e55e1cd77fd6bc28daa3fe89", "shasum": "" }, "require": { @@ -7228,11 +7497,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" @@ -7258,7 +7522,7 @@ "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.15" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.16" }, "funding": [ { @@ -7274,7 +7538,7 @@ "type": "tidelift" } ], - "time": "2020-09-10T10:08:39+00:00" + "time": "2020-10-27T10:05:40+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7324,9 +7588,6 @@ ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/master" - }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7436,9 +7697,6 @@ ], "description": "Symfony Doctrine Bridge", "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v4.4.15" - }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7457,16 +7715,16 @@ }, { "name": "symfony/dotenv", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "f17675595fd7527c57d11bd3d733eb5d41600128" + "reference": "450e2dad0b42431ad9558bc8adf07e8c4b55d1cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/f17675595fd7527c57d11bd3d733eb5d41600128", - "reference": "f17675595fd7527c57d11bd3d733eb5d41600128", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/450e2dad0b42431ad9558bc8adf07e8c4b55d1cd", + "reference": "450e2dad0b42431ad9558bc8adf07e8c4b55d1cd", "shasum": "" }, "require": { @@ -7476,11 +7734,6 @@ "symfony/process": "^3.4.2|^4.0|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" @@ -7511,7 +7764,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v4.4.15" + "source": "https://github.com/symfony/dotenv/tree/v4.4.16" }, "funding": [ { @@ -7527,20 +7780,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "c8be4a5c70af70fec82e762dd93e3bbcf95c035f" + "reference": "363cca01cabf98e4f1c447b14d0a68617f003613" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/c8be4a5c70af70fec82e762dd93e3bbcf95c035f", - "reference": "c8be4a5c70af70fec82e762dd93e3bbcf95c035f", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/363cca01cabf98e4f1c447b14d0a68617f003613", + "reference": "363cca01cabf98e4f1c447b14d0a68617f003613", "shasum": "" }, "require": { @@ -7555,11 +7808,6 @@ "symfony/serializer": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" @@ -7585,7 +7833,7 @@ "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v4.4.15" + "source": "https://github.com/symfony/error-handler/tree/v4.4.16" }, "funding": [ { @@ -7601,20 +7849,20 @@ "type": "tidelift" } ], - "time": "2020-10-01T16:21:20+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "e17bb5e0663dc725f7cdcafc932132735b4725cd" + "reference": "4204f13d2d0b7ad09454f221bb2195fccdf1fe98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e17bb5e0663dc725f7cdcafc932132735b4725cd", - "reference": "e17bb5e0663dc725f7cdcafc932132735b4725cd", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4204f13d2d0b7ad09454f221bb2195fccdf1fe98", + "reference": "4204f13d2d0b7ad09454f221bb2195fccdf1fe98", "shasum": "" }, "require": { @@ -7643,11 +7891,6 @@ "symfony/http-kernel": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" @@ -7673,7 +7916,7 @@ "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.15" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.16" }, "funding": [ { @@ -7689,7 +7932,7 @@ "type": "tidelift" } ], - "time": "2020-09-18T14:07:46+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -7751,9 +7994,6 @@ "interoperability", "standards" ], - "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9" - }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7772,16 +8012,16 @@ }, { "name": "symfony/expression-language", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "54b118a1c91991b90e67919146db66093def1bf9" + "reference": "b0b1ef4d86a968843748efd44c95abc0dd974de4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/54b118a1c91991b90e67919146db66093def1bf9", - "reference": "54b118a1c91991b90e67919146db66093def1bf9", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/b0b1ef4d86a968843748efd44c95abc0dd974de4", + "reference": "b0b1ef4d86a968843748efd44c95abc0dd974de4", "shasum": "" }, "require": { @@ -7790,11 +8030,6 @@ "symfony/service-contracts": "^1.1|^2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" @@ -7820,7 +8055,7 @@ "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/4.4" + "source": "https://github.com/symfony/expression-language/tree/v4.4.16" }, "funding": [ { @@ -7836,20 +8071,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/filesystem", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db" + "reference": "e74b873395b7213d44d1397bd4a605cd1632a68a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/ebc51494739d3b081ea543ed7c462fa73a4f74db", - "reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/e74b873395b7213d44d1397bd4a605cd1632a68a", + "reference": "e74b873395b7213d44d1397bd4a605cd1632a68a", "shasum": "" }, "require": { @@ -7857,11 +8092,6 @@ "symfony/polyfill-ctype": "~1.8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" @@ -7887,7 +8117,7 @@ "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.15" + "source": "https://github.com/symfony/filesystem/tree/v4.4.16" }, "funding": [ { @@ -7903,31 +8133,26 @@ "type": "tidelift" } ], - "time": "2020-09-27T13:54:16+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/finder", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "60d08560f9aa72997c44077c40d47aa28a963230" + "reference": "26f63b8d4e92f2eecd90f6791a563ebb001abe31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/60d08560f9aa72997c44077c40d47aa28a963230", - "reference": "60d08560f9aa72997c44077c40d47aa28a963230", + "url": "https://api.github.com/repos/symfony/finder/zipball/26f63b8d4e92f2eecd90f6791a563ebb001abe31", + "reference": "26f63b8d4e92f2eecd90f6791a563ebb001abe31", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" @@ -7953,7 +8178,7 @@ "description": "Symfony Finder Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.15" + "source": "https://github.com/symfony/finder/tree/v4.4.16" }, "funding": [ { @@ -7969,20 +8194,20 @@ "type": "tidelift" } ], - "time": "2020-10-02T07:34:48+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/flex", - "version": "v1.9.10", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "7335ec033995aa34133e621627333368f260b626" + "reference": "e38520236bdc911c2f219634b485bc328746e980" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/7335ec033995aa34133e621627333368f260b626", - "reference": "7335ec033995aa34133e621627333368f260b626", + "url": "https://api.github.com/repos/symfony/flex/zipball/e38520236bdc911c2f219634b485bc328746e980", + "reference": "e38520236bdc911c2f219634b485bc328746e980", "shasum": "" }, "require": { @@ -8018,10 +8243,6 @@ } ], "description": "Composer plugin for Symfony", - "support": { - "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v1.9.10" - }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -8036,20 +8257,20 @@ "type": "tidelift" } ], - "time": "2020-10-14T17:41:54+00:00" + "time": "2020-11-05T10:56:45+00:00" }, { "name": "symfony/form", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "54d9ec68b65440a4a5937bd6b76ac92214dcd210" + "reference": "27e5cfd473da30232cad45e1b0a7874458a3625d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/54d9ec68b65440a4a5937bd6b76ac92214dcd210", - "reference": "54d9ec68b65440a4a5937bd6b76ac92214dcd210", + "url": "https://api.github.com/repos/symfony/form/zipball/27e5cfd473da30232cad45e1b0a7874458a3625d", + "reference": "27e5cfd473da30232cad45e1b0a7874458a3625d", "shasum": "" }, "require": { @@ -8092,11 +8313,6 @@ "symfony/validator": "For form validation." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Form\\": "" @@ -8122,7 +8338,7 @@ "description": "Symfony Form Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v4.4.15" + "source": "https://github.com/symfony/form/tree/v4.4.16" }, "funding": [ { @@ -8138,20 +8354,20 @@ "type": "tidelift" } ], - "time": "2020-10-02T12:43:11+00:00" + "time": "2020-10-28T05:25:24+00:00" }, { "name": "symfony/framework-bundle", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "01c517f48814a1f599ce721814435f2dc548ce4c" + "reference": "0067e02d6ca55e284617777ed90cd086d3836457" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/01c517f48814a1f599ce721814435f2dc548ce4c", - "reference": "01c517f48814a1f599ce721814435f2dc548ce4c", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0067e02d6ca55e284617777ed90cd086d3836457", + "reference": "0067e02d6ca55e284617777ed90cd086d3836457", "shasum": "" }, "require": { @@ -8240,11 +8456,6 @@ "symfony/yaml": "For using the debug:config and lint:yaml commands" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" @@ -8270,7 +8481,7 @@ "description": "Symfony FrameworkBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v4.4.15" + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.16" }, "funding": [ { @@ -8286,7 +8497,7 @@ "type": "tidelift" } ], - "time": "2020-09-29T09:51:46+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/http-client-contracts", @@ -8369,16 +8580,16 @@ }, { "name": "symfony/http-foundation", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "10683b407c3b6087c64619ebc97a87e36ea62c92" + "reference": "827a00811ef699e809a201ceafac0b2b246bf38a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/10683b407c3b6087c64619ebc97a87e36ea62c92", - "reference": "10683b407c3b6087c64619ebc97a87e36ea62c92", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/827a00811ef699e809a201ceafac0b2b246bf38a", + "reference": "827a00811ef699e809a201ceafac0b2b246bf38a", "shasum": "" }, "require": { @@ -8391,11 +8602,6 @@ "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" @@ -8421,7 +8627,7 @@ "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.15" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.16" }, "funding": [ { @@ -8437,20 +8643,20 @@ "type": "tidelift" } ], - "time": "2020-09-27T14:14:06+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "6544745997b06c7dcecf0d4a70f09e5de1db7ca8" + "reference": "109b2a46e470a487ec8b0ffea4b0bb993aaf42ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6544745997b06c7dcecf0d4a70f09e5de1db7ca8", - "reference": "6544745997b06c7dcecf0d4a70f09e5de1db7ca8", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/109b2a46e470a487ec8b0ffea4b0bb993aaf42ed", + "reference": "109b2a46e470a487ec8b0ffea4b0bb993aaf42ed", "shasum": "" }, "require": { @@ -8500,11 +8706,6 @@ "symfony/dependency-injection": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" @@ -8530,7 +8731,7 @@ "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v4.4.15" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.16" }, "funding": [ { @@ -8546,20 +8747,20 @@ "type": "tidelift" } ], - "time": "2020-10-04T07:48:13+00:00" + "time": "2020-10-28T05:50:56+00:00" }, { "name": "symfony/inflector", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", - "reference": "fddb4262dd136b34db993a2a3488713df91e4856" + "reference": "ba33a08d608c5b26ef768b6652876098dd3ace36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/fddb4262dd136b34db993a2a3488713df91e4856", - "reference": "fddb4262dd136b34db993a2a3488713df91e4856", + "url": "https://api.github.com/repos/symfony/inflector/zipball/ba33a08d608c5b26ef768b6652876098dd3ace36", + "reference": "ba33a08d608c5b26ef768b6652876098dd3ace36", "shasum": "" }, "require": { @@ -8568,11 +8769,6 @@ "symfony/string": "^5.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Inflector\\": "" @@ -8606,7 +8802,7 @@ "words" ], "support": { - "source": "https://github.com/symfony/inflector/tree/v5.1.5" + "source": "https://github.com/symfony/inflector/tree/v5.1.8" }, "funding": [ { @@ -8622,20 +8818,20 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:43:50+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/intl", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "0da1f7f08072ddb9185b02ce30ce098fa61f4042" + "reference": "08aa334e1380eeef5450a11d40224d6bfa03efc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/0da1f7f08072ddb9185b02ce30ce098fa61f4042", - "reference": "0da1f7f08072ddb9185b02ce30ce098fa61f4042", + "url": "https://api.github.com/repos/symfony/intl/zipball/08aa334e1380eeef5450a11d40224d6bfa03efc3", + "reference": "08aa334e1380eeef5450a11d40224d6bfa03efc3", "shasum": "" }, "require": { @@ -8649,11 +8845,6 @@ "ext-intl": "to use the component with locales other than \"en\"" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Intl\\": "" @@ -8698,7 +8889,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v4.4.15" + "source": "https://github.com/symfony/intl/tree/v4.4.16" }, "funding": [ { @@ -8714,44 +8905,55 @@ "type": "tidelift" } ], - "time": "2020-09-27T03:36:23+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { - "name": "symfony/mime", - "version": "v5.1.7", + "name": "symfony/messenger", + "version": "v4.4.16", "source": { "type": "git", - "url": "https://github.com/symfony/mime.git", - "reference": "4404d6545125863561721514ad9388db2661eec5" + "url": "https://github.com/symfony/messenger.git", + "reference": "56676069f979835c06eb1b30c51deb4255cf6fcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/4404d6545125863561721514ad9388db2661eec5", - "reference": "4404d6545125863561721514ad9388db2661eec5", + "url": "https://api.github.com/repos/symfony/messenger/zipball/56676069f979835c06eb1b30c51deb4255cf6fcf", + "reference": "56676069f979835c06eb1b30c51deb4255cf6fcf", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0", + "php": ">=7.1.3", + "psr/log": "~1.0", "symfony/polyfill-php80": "^1.15" }, "conflict": { - "symfony/mailer": "<4.4" + "doctrine/persistence": "<1.3", + "symfony/event-dispatcher": "<4.3", + "symfony/framework-bundle": "<4.4", + "symfony/http-kernel": "<4.4" }, "require-dev": { - "egulias/email-validator": "^2.1.10", - "symfony/dependency-injection": "^4.4|^5.0" + "doctrine/dbal": "^2.6|^3.0", + "doctrine/persistence": "^1.3|^2", + "psr/cache": "~1.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4.19|^4.1.8|^5.0", + "symfony/event-dispatcher": "^4.3|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/serializer": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } + "suggest": { + "enqueue/messenger-adapter": "For using the php-enqueue library as a transport." }, + "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Mime\\": "" + "Symfony\\Component\\Messenger\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -8763,22 +8965,90 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Samuel Roze", + "email": "samuel.roze@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "A library to manipulate MIME messages", + "description": "Symfony Messenger Component", "homepage": "https://symfony.com", - "keywords": [ - "mime", - "mime-type" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-26T20:47:51+00:00" + }, + { + "name": "symfony/mime", + "version": "v5.1.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/f5485a92c24d4bcfc2f3fc648744fb398482ff1b", + "reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/dependency-injection": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A library to manipulate MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.1.7" + "source": "https://github.com/symfony/mime/tree/v5.1.8" }, "funding": [ { @@ -8794,20 +9064,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:23:27+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "37255bdafc2f94155a90154b1f9878eae020106d" + "reference": "0c507eddb704a3154b53f066cc0b587c4586c868" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/37255bdafc2f94155a90154b1f9878eae020106d", - "reference": "37255bdafc2f94155a90154b1f9878eae020106d", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/0c507eddb704a3154b53f066cc0b587c4586c868", + "reference": "0c507eddb704a3154b53f066cc0b587c4586c868", "shasum": "" }, "require": { @@ -8834,11 +9104,6 @@ "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\Monolog\\": "" @@ -8864,7 +9129,7 @@ "description": "Symfony Monolog Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/5.1" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.1.8" }, "funding": [ { @@ -8880,7 +9145,7 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:23:27+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/monolog-bundle", @@ -8965,27 +9230,22 @@ }, { "name": "symfony/options-resolver", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "02b120a79ff06b779819f1594a300226bfc75105" + "reference": "157a252222251310fe50c71012b4e72f01325850" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/02b120a79ff06b779819f1594a300226bfc75105", - "reference": "02b120a79ff06b779819f1594a300226bfc75105", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/157a252222251310fe50c71012b4e72f01325850", + "reference": "157a252222251310fe50c71012b4e72f01325850", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" @@ -9016,7 +9276,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v4.4.15" + "source": "https://github.com/symfony/options-resolver/tree/v4.4.16" }, "funding": [ { @@ -9032,7 +9292,7 @@ "type": "tidelift" } ], - "time": "2020-09-24T16:40:22+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/polyfill-ctype", @@ -9604,6 +9864,71 @@ ], "time": "2020-10-23T14:02:19+00:00" }, + { + "name": "symfony/polyfill-php56", + "version": "v1.20.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", + "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-23T14:02:19+00:00" + }, { "name": "symfony/polyfill-php72", "version": "v1.20.0", @@ -9844,27 +10169,22 @@ }, { "name": "symfony/process", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "9b887acc522935f77555ae8813495958c7771ba7" + "reference": "2f4b049fb80ca5e9874615a2a85dc2a502090f05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/9b887acc522935f77555ae8813495958c7771ba7", - "reference": "9b887acc522935f77555ae8813495958c7771ba7", + "url": "https://api.github.com/repos/symfony/process/zipball/2f4b049fb80ca5e9874615a2a85dc2a502090f05", + "reference": "2f4b049fb80ca5e9874615a2a85dc2a502090f05", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" @@ -9890,7 +10210,7 @@ "description": "Symfony Process Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/4.4" + "source": "https://github.com/symfony/process/tree/v4.4.16" }, "funding": [ { @@ -9906,20 +10226,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/property-access", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "ecc35239f0f665fd7a8e3a2ecaad7e4ee2668ab6" + "reference": "3d97341e820c248f8dc0b6b5bf991964bda5a3ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/ecc35239f0f665fd7a8e3a2ecaad7e4ee2668ab6", - "reference": "ecc35239f0f665fd7a8e3a2ecaad7e4ee2668ab6", + "url": "https://api.github.com/repos/symfony/property-access/zipball/3d97341e820c248f8dc0b6b5bf991964bda5a3ac", + "reference": "3d97341e820c248f8dc0b6b5bf991964bda5a3ac", "shasum": "" }, "require": { @@ -9933,11 +10253,6 @@ "psr/cache-implementation": "To cache access methods." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" @@ -9974,7 +10289,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v4.4.15" + "source": "https://github.com/symfony/property-access/tree/v4.4.16" }, "funding": [ { @@ -9990,23 +10305,109 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" + }, + { + "name": "symfony/property-info", + "version": "v4.4.16", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-info.git", + "reference": "f2063afce47039653b4c6754d35aeb647f837926" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-info/zipball/f2063afce47039653b4c6754d35aeb647f837926", + "reference": "f2063afce47039653b4c6754d35aeb647f837926", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/inflector": "^3.4|^4.0|^5.0" + }, + "conflict": { + "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0", + "symfony/dependency-injection": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/cache": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/serializer": "^3.4|^4.0|^5.0" + }, + "suggest": { + "phpdocumentor/reflection-docblock": "To use the PHPDoc", + "psr/cache-implementation": "To cache results", + "symfony/doctrine-bridge": "To use Doctrine metadata", + "symfony/serializer": "To use Serializer metadata" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyInfo\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kévin Dunglas", + "email": "dunglas@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Property Info Component", + "homepage": "https://symfony.com", + "keywords": [ + "doctrine", + "phpdoc", + "property", + "symfony", + "type", + "validator" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "3d698b01104bfca5b0776637cdfae6e1c8f658f1" + "reference": "aeaa539f696f77accbd3b99ba283406db1170ee6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/3d698b01104bfca5b0776637cdfae6e1c8f658f1", - "reference": "3d698b01104bfca5b0776637cdfae6e1c8f658f1", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/aeaa539f696f77accbd3b99ba283406db1170ee6", + "reference": "aeaa539f696f77accbd3b99ba283406db1170ee6", "shasum": "" }, "require": { + "composer/package-versions-deprecated": "^1.8", "ocramius/proxy-manager": "~2.1", "php": ">=7.1.3", "symfony/dependency-injection": "^4.0|^5.0" @@ -10018,11 +10419,6 @@ "symfony/config": "^3.4|^4.0|^5.0" }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\ProxyManager\\": "" @@ -10048,7 +10444,7 @@ "description": "Symfony ProxyManager Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/4.4" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v4.4.16" }, "funding": [ { @@ -10064,20 +10460,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-27T08:50:57+00:00" }, { "name": "symfony/routing", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "006b2d06672b8650998f328fc603eb6f3feb979f" + "reference": "826794f2e9305fe73cba859c60d2a336851bd202" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/006b2d06672b8650998f328fc603eb6f3feb979f", - "reference": "006b2d06672b8650998f328fc603eb6f3feb979f", + "url": "https://api.github.com/repos/symfony/routing/zipball/826794f2e9305fe73cba859c60d2a336851bd202", + "reference": "826794f2e9305fe73cba859c60d2a336851bd202", "shasum": "" }, "require": { @@ -10105,11 +10501,6 @@ "symfony/yaml": "For using the YAML loader" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" @@ -10141,7 +10532,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.15" + "source": "https://github.com/symfony/routing/tree/v4.4.16" }, "funding": [ { @@ -10157,20 +10548,20 @@ "type": "tidelift" } ], - "time": "2020-10-01T16:25:17+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/security", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/security.git", - "reference": "e6e48acfe08f1daff733a82509d2601bbde3a9e0" + "reference": "dacce2330c7b91d360b5510f0a1c732144c4d1c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security/zipball/e6e48acfe08f1daff733a82509d2601bbde3a9e0", - "reference": "e6e48acfe08f1daff733a82509d2601bbde3a9e0", + "url": "https://api.github.com/repos/symfony/security/zipball/dacce2330c7b91d360b5510f0a1c732144c4d1c1", + "reference": "dacce2330c7b91d360b5510f0a1c732144c4d1c1", "shasum": "" }, "require": { @@ -10211,11 +10602,6 @@ "symfony/validator": "For using the user password constraint" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\": "" @@ -10244,7 +10630,7 @@ "description": "Symfony Security Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security/tree/v4.4.15" + "source": "https://github.com/symfony/security/tree/v4.4.16" }, "funding": [ { @@ -10260,20 +10646,20 @@ "type": "tidelift" } ], - "time": "2020-10-04T07:09:09+00:00" + "time": "2020-10-28T05:25:24+00:00" }, { "name": "symfony/security-bundle", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "274b0eb10dfc9067175cb4d1bcc68f8b37ebee14" + "reference": "fedaba9b8c1be0555831f009ec54f5e3ed34d8aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/274b0eb10dfc9067175cb4d1bcc68f8b37ebee14", - "reference": "274b0eb10dfc9067175cb4d1bcc68f8b37ebee14", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/fedaba9b8c1be0555831f009ec54f5e3ed34d8aa", + "reference": "fedaba9b8c1be0555831f009ec54f5e3ed34d8aa", "shasum": "" }, "require": { @@ -10314,11 +10700,6 @@ "twig/twig": "^1.41|^2.10|^3.0" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" @@ -10344,7 +10725,7 @@ "description": "Symfony SecurityBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v4.4.15" + "source": "https://github.com/symfony/security-bundle/tree/v4.4.16" }, "funding": [ { @@ -10360,31 +10741,122 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { - "name": "symfony/service-contracts", - "version": "v2.2.0", + "name": "symfony/serializer", + "version": "v4.4.16", "source": { "type": "git", - "url": "https://github.com/symfony/service-contracts.git", - "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" + "url": "https://github.com/symfony/serializer.git", + "reference": "2af7e86db04ee65fdf1991b17ee0b3e955c93de9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", - "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", + "url": "https://api.github.com/repos/symfony/serializer/zipball/2af7e86db04ee65fdf1991b17ee0b3e955c93de9", + "reference": "2af7e86db04ee65fdf1991b17ee0b3e955c93de9", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.0" - }, - "suggest": { - "symfony/service-implementation": "" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" }, - "type": "library", - "extra": { + "conflict": { + "phpdocumentor/type-resolver": "<0.2.1", + "symfony/dependency-injection": "<3.4", + "symfony/property-access": "<3.4", + "symfony/property-info": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "^3.2|^4.0", + "symfony/cache": "^3.4|^4.0|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "^4.4|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4.13|~4.0|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Serializer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Serializer Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T11:50:19+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.0" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { "branch-alias": { "dev-master": "2.2-dev" }, @@ -10422,9 +10894,6 @@ "interoperability", "standards" ], - "support": { - "source": "https://github.com/symfony/service-contracts/tree/master" - }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -10443,16 +10912,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323" + "reference": "3d9f57c89011f0266e6b1d469e5c0110513859d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323", - "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/3d9f57c89011f0266e6b1d469e5c0110513859d5", + "reference": "3d9f57c89011f0266e6b1d469e5c0110513859d5", "shasum": "" }, "require": { @@ -10460,11 +10929,6 @@ "symfony/service-contracts": "^1.0|^2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" @@ -10490,7 +10954,7 @@ "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.1.4" + "source": "https://github.com/symfony/stopwatch/tree/v5.1.8" }, "funding": [ { @@ -10506,20 +10970,20 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:43:50+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/string", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e" + "reference": "a97573e960303db71be0dd8fda9be3bca5e0feea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e", - "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e", + "url": "https://api.github.com/repos/symfony/string/zipball/a97573e960303db71be0dd8fda9be3bca5e0feea", + "reference": "a97573e960303db71be0dd8fda9be3bca5e0feea", "shasum": "" }, "require": { @@ -10537,11 +11001,6 @@ "symfony/var-exporter": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" @@ -10578,7 +11037,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.1.7" + "source": "https://github.com/symfony/string/tree/v5.1.8" }, "funding": [ { @@ -10594,7 +11053,7 @@ "type": "tidelift" } ], - "time": "2020-09-15T12:23:47+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/swiftmailer-bundle", @@ -10678,16 +11137,16 @@ }, { "name": "symfony/templating", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/templating.git", - "reference": "7c5e32de7cf3efe9a11def8eaedc7901ec7b22b6" + "reference": "fcb67846db4de1bbb8cc970394b8d2bea15b704b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/templating/zipball/7c5e32de7cf3efe9a11def8eaedc7901ec7b22b6", - "reference": "7c5e32de7cf3efe9a11def8eaedc7901ec7b22b6", + "url": "https://api.github.com/repos/symfony/templating/zipball/fcb67846db4de1bbb8cc970394b8d2bea15b704b", + "reference": "fcb67846db4de1bbb8cc970394b8d2bea15b704b", "shasum": "" }, "require": { @@ -10701,11 +11160,6 @@ "psr/log-implementation": "For using debug logging in loaders" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Templating\\": "" @@ -10731,7 +11185,7 @@ "description": "Symfony Templating Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/templating/tree/v4.4.15" + "source": "https://github.com/symfony/templating/tree/v4.4.16" }, "funding": [ { @@ -10747,7 +11201,7 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/thanks", @@ -10812,16 +11266,16 @@ }, { "name": "symfony/translation", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd" + "reference": "73095716af79f610f3b6338b911357393fdd10ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd", - "reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd", + "url": "https://api.github.com/repos/symfony/translation/zipball/73095716af79f610f3b6338b911357393fdd10ab", + "reference": "73095716af79f610f3b6338b911357393fdd10ab", "shasum": "" }, "require": { @@ -10855,11 +11309,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" @@ -10885,7 +11334,7 @@ "description": "Symfony Translation Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v4.4.15" + "source": "https://github.com/symfony/translation/tree/v4.4.16" }, "funding": [ { @@ -10901,7 +11350,7 @@ "type": "tidelift" } ], - "time": "2020-10-02T07:34:48+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/translation-contracts", @@ -10962,9 +11411,6 @@ "interoperability", "standards" ], - "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v1.1.10" - }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -10983,16 +11429,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "ac5de06ef28f0638bd87d8fcf515715232db34d2" + "reference": "841c46c963891122429cfa1b56f06aeef9c1c010" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/ac5de06ef28f0638bd87d8fcf515715232db34d2", - "reference": "ac5de06ef28f0638bd87d8fcf515715232db34d2", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/841c46c963891122429cfa1b56f06aeef9c1c010", + "reference": "841c46c963891122429cfa1b56f06aeef9c1c010", "shasum": "" }, "require": { @@ -11053,11 +11499,6 @@ "symfony/yaml": "For using the YamlExtension" }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\Twig\\": "" @@ -11083,7 +11524,7 @@ "description": "Symfony Twig Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/4.4" + "source": "https://github.com/symfony/twig-bridge/tree/v4.4.16" }, "funding": [ { @@ -11099,20 +11540,20 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:08:58+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/twig-bundle", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "19369cd319700a925c1a736f3059894aab04c387" + "reference": "9acacb72d30ee1ea0331762906a129a66a9d9883" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/19369cd319700a925c1a736f3059894aab04c387", - "reference": "19369cd319700a925c1a736f3059894aab04c387", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9acacb72d30ee1ea0331762906a129a66a9d9883", + "reference": "9acacb72d30ee1ea0331762906a129a66a9d9883", "shasum": "" }, "require": { @@ -11145,11 +11586,6 @@ "symfony/yaml": "^3.4|^4.0|^5.0" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" @@ -11175,7 +11611,7 @@ "description": "Symfony TwigBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v4.4.15" + "source": "https://github.com/symfony/twig-bundle/tree/v4.4.16" }, "funding": [ { @@ -11191,20 +11627,20 @@ "type": "tidelift" } ], - "time": "2020-10-01T13:17:48+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/validator", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "8da71f775b7e1ffeed784d27f526527bb8e9504b" + "reference": "1d214a3aaa0753b19f94cf0479d8c315d957a10d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/8da71f775b7e1ffeed784d27f526527bb8e9504b", - "reference": "8da71f775b7e1ffeed784d27f526527bb8e9504b", + "url": "https://api.github.com/repos/symfony/validator/zipball/1d214a3aaa0753b19f94cf0479d8c315d957a10d", + "reference": "1d214a3aaa0753b19f94cf0479d8c315d957a10d", "shasum": "" }, "require": { @@ -11255,11 +11691,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Validator\\": "" @@ -11285,7 +11716,7 @@ "description": "Symfony Validator Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.15" + "source": "https://github.com/symfony/validator/tree/v4.4.16" }, "funding": [ { @@ -11301,20 +11732,20 @@ "type": "tidelift" } ], - "time": "2020-09-27T03:36:23+00:00" + "time": "2020-10-28T05:25:24+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "c976c115a0d788808f7e71834c8eb0844f678d02" + "reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c976c115a0d788808f7e71834c8eb0844f678d02", - "reference": "c976c115a0d788808f7e71834c8eb0844f678d02", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4e13f3fcefb1fcaaa5efb5403581406f4e840b9a", + "reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a", "shasum": "" }, "require": { @@ -11341,11 +11772,6 @@ "Resources/bin/var-dump-server" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "files": [ "Resources/functions/dump.php" @@ -11378,7 +11804,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.1.7" + "source": "https://github.com/symfony/var-dumper/tree/v5.1.8" }, "funding": [ { @@ -11394,20 +11820,20 @@ "type": "tidelift" } ], - "time": "2020-09-18T14:27:32+00:00" + "time": "2020-10-27T10:11:13+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "8b858508e49beb257fd635104c3d449a8113e8fe" + "reference": "b4048bfc6248413592462c029381bdb2f7b6525f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8b858508e49beb257fd635104c3d449a8113e8fe", - "reference": "8b858508e49beb257fd635104c3d449a8113e8fe", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b4048bfc6248413592462c029381bdb2f7b6525f", + "reference": "b4048bfc6248413592462c029381bdb2f7b6525f", "shasum": "" }, "require": { @@ -11418,11 +11844,6 @@ "symfony/var-dumper": "^4.4.9|^5.0.9" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" @@ -11456,8 +11877,92 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/5.1" + "source": "https://github.com/symfony/var-exporter/tree/v5.1.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-10-24T12:01:57+00:00" + }, + { + "name": "symfony/web-link", + "version": "v5.1.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/web-link.git", + "reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/web-link/zipball/e805314ad8c4298d9bfc75335e35f83d6db2f43f", + "reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/link": "^1.0" + }, + "conflict": { + "symfony/http-kernel": "<4.4" + }, + "provide": { + "psr/link-implementation": "1.0" + }, + "require-dev": { + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0" + }, + "suggest": { + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\WebLink\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kévin Dunglas", + "email": "dunglas@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony WebLink Component", + "homepage": "https://symfony.com", + "keywords": [ + "dns-prefetch", + "http", + "http2", + "link", + "performance", + "prefetch", + "preload", + "prerender", + "psr13", + "push" + ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -11472,20 +11977,20 @@ "type": "tidelift" } ], - "time": "2020-09-08T14:19:54+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1" + "reference": "543cb4dbd45ed803f08a9a65f27fb149b5dd20c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/c7885964b1eceb70b0981556d0a9b01d2d97c8d1", - "reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1", + "url": "https://api.github.com/repos/symfony/yaml/zipball/543cb4dbd45ed803f08a9a65f27fb149b5dd20c2", + "reference": "543cb4dbd45ed803f08a9a65f27fb149b5dd20c2", "shasum": "" }, "require": { @@ -11502,11 +12007,6 @@ "symfony/console": "For validating YAML files using the lint command" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" @@ -11532,7 +12032,7 @@ "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.15" + "source": "https://github.com/symfony/yaml/tree/v4.4.16" }, "funding": [ { @@ -11548,11 +12048,11 @@ "type": "tidelift" } ], - "time": "2020-09-27T03:36:23+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "twig/intl-extra", - "version": "v2.14.0", + "version": "v2.14.1", "source": { "type": "git", "url": "https://github.com/twigphp/intl-extra.git", @@ -11602,7 +12102,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/intl-extra/tree/v2.14.0" + "source": "https://github.com/twigphp/intl-extra/tree/v2.13.1" }, "funding": [ { @@ -11618,16 +12118,16 @@ }, { "name": "twig/twig", - "version": "v2.14.0", + "version": "v2.14.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "d495243dade48c39b6a5261c26cdbd8c5703f6a0" + "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/d495243dade48c39b6a5261c26cdbd8c5703f6a0", - "reference": "d495243dade48c39b6a5261c26cdbd8c5703f6a0", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/5eb9ac5dfdd20c3f59495c22841adc5da980d312", + "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312", "shasum": "" }, "require": { @@ -11681,7 +12181,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.14.0" + "source": "https://github.com/twigphp/Twig/tree/v2.14.1" }, "funding": [ { @@ -11693,27 +12193,28 @@ "type": "tidelift" } ], - "time": "2020-10-21T12:35:06+00:00" + "time": "2020-10-27T19:25:29+00:00" }, { "name": "webmozart/assert", - "version": "1.8.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", - "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", + "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0", + "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { + "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<3.9.1" }, "require-dev": { @@ -11741,11 +12242,7 @@ "check", "validate" ], - "support": { - "issues": "https://github.com/webmozart/assert/issues", - "source": "https://github.com/webmozart/assert/tree/master" - }, - "time": "2020-04-18T12:12:48+00:00" + "time": "2020-07-08T17:02:28+00:00" }, { "name": "white-october/pagerfanta-bundle", @@ -11806,10 +12303,6 @@ "page", "paging" ], - "support": { - "issues": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/issues", - "source": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle/tree/v1.3.2" - }, "abandoned": "babdev/pagerfanta-bundle", "time": "2019-12-02T14:19:37+00:00" }, @@ -11875,10 +12368,6 @@ } ], "description": "A PHP library to support implementing representations for HATEOAS REST web services", - "support": { - "issues": "https://github.com/willdurand/Hateoas/issues", - "source": "https://github.com/willdurand/Hateoas/tree/2.12.0" - }, "time": "2018-02-23T17:05:31+00:00" }, { @@ -11933,10 +12422,6 @@ "HATEOAS", "rest" ], - "support": { - "issues": "https://github.com/willdurand/BazingaHateoasBundle/issues", - "source": "https://github.com/willdurand/BazingaHateoasBundle/tree/1.4.0" - }, "time": "2018-01-27T13:03:07+00:00" }, { @@ -11977,10 +12462,6 @@ } ], "description": "JSONP callback validator.", - "support": { - "issues": "https://github.com/willdurand/JsonpCallbackValidator/issues", - "source": "https://github.com/willdurand/JsonpCallbackValidator/tree/master" - }, "time": "2014-01-20T22:35:06+00:00" }, { @@ -12033,10 +12514,6 @@ "header", "negotiation" ], - "support": { - "issues": "https://github.com/willdurand/Negotiation/issues", - "source": "https://github.com/willdurand/Negotiation/tree/2.x" - }, "time": "2017-05-14T17:21:12+00:00" }, { @@ -12091,10 +12568,6 @@ "state", "statemachine" ], - "support": { - "issues": "https://github.com/winzou/state-machine/issues", - "source": "https://github.com/winzou/state-machine/tree/master" - }, "time": "2018-02-11T18:07:15+00:00" }, { @@ -12141,10 +12614,6 @@ "statemachine", "symfony" ], - "support": { - "issues": "https://github.com/winzou/StateMachineBundle/issues", - "source": "https://github.com/winzou/StateMachineBundle/tree/0.3" - }, "time": "2020-07-27T08:31:31+00:00" }, { @@ -12330,14 +12799,6 @@ "hydrator", "zf" ], - "support": { - "chat": "https://zendframework-slack.herokuapp.com", - "docs": "https://docs.zendframework.com/zend-hydrator/", - "forum": "https://discourse.zendframework.com/c/questions/components", - "issues": "https://github.com/zendframework/zend-hydrator/issues", - "rss": "https://github.com/zendframework/zend-hydrator/releases.atom", - "source": "https://github.com/zendframework/zend-hydrator" - }, "abandoned": "laminas/laminas-hydrator", "time": "2019-10-04T11:17:36+00:00" }, @@ -12400,36 +12861,36 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.7.0", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "08052f739619a9e9f62f457a67302f0715e6dd13" + "reference": "304661d4bc00934314c835c79fe36c0ce38da268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/08052f739619a9e9f62f457a67302f0715e6dd13", - "reference": "08052f739619a9e9f62f457a67302f0715e6dd13", + "url": "https://api.github.com/repos/Behat/Behat/zipball/304661d4bc00934314c835c79fe36c0ce38da268", + "reference": "304661d4bc00934314c835c79fe36c0ce38da268", "shasum": "" }, "require": { "behat/gherkin": "^4.6.0", "behat/transliterator": "^1.2", "ext-mbstring": "*", - "php": ">=5.3.3", + "php": "^7.2 || ^8.0", "psr/container": "^1.0", - "symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0", - "symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0" + "symfony/config": "^4.4 || ^5.0", + "symfony/console": "^4.4 || ^5.0", + "symfony/dependency-injection": "^4.4 || ^5.0", + "symfony/event-dispatcher": "^4.4 || ^5.0", + "symfony/translation": "^4.4 || ^5.0", + "symfony/yaml": "^4.4 || ^5.0" }, "require-dev": { "container-interop/container-interop": "^1.2", "herrera-io/box": "~1.6.1", - "phpunit/phpunit": "^4.8.36 || ^6.5.14 || ^7.5.20", - "symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0" + "phpunit/phpunit": "^8.5 || ^9.0", + "symfony/process": "^4.4 || ^5.0" }, "suggest": { "ext-dom": "Needed to output test results in JUnit format." @@ -12440,7 +12901,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.6.x-dev" + "dev-master": "3.8.x-dev" } }, "autoload": { @@ -12460,7 +12921,7 @@ "homepage": "http://everzet.com" } ], - "description": "Scenario-oriented BDD framework for PHP 5.3", + "description": "Scenario-oriented BDD framework for PHP", "homepage": "http://behat.org/", "keywords": [ "Agile", @@ -12476,11 +12937,7 @@ "symfony", "testing" ], - "support": { - "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.7.0" - }, - "time": "2020-06-03T13:08:44+00:00" + "time": "2020-11-01T16:09:28+00:00" }, { "name": "behat/gherkin", @@ -12539,106 +12996,39 @@ "gherkin", "parser" ], - "support": { - "issues": "https://github.com/Behat/Gherkin/issues", - "source": "https://github.com/Behat/Gherkin/tree/master" - }, "time": "2020-03-17T14:03:26+00:00" }, { - "name": "behat/mink-extension", - "version": "2.3.1", + "name": "behat/mink-selenium2-driver", + "version": "v1.4.0", "source": { "type": "git", - "url": "https://github.com/Behat/MinkExtension.git", - "reference": "80f7849ba53867181b7e412df9210e12fba50177" + "url": "https://github.com/minkphp/MinkSelenium2Driver.git", + "reference": "312a967dd527f28980cce40850339cd5316da092" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", - "reference": "80f7849ba53867181b7e412df9210e12fba50177", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092", + "reference": "312a967dd527f28980cce40850339cd5316da092", "shasum": "" }, "require": { - "behat/behat": "^3.0.5", - "behat/mink": "^1.5", - "php": ">=5.3.2", - "symfony/config": "^2.7|^3.0|^4.0" + "behat/mink": "~1.7@dev", + "instaclick/php-webdriver": "~1.1", + "php": ">=5.4" }, "require-dev": { - "behat/mink-goutte-driver": "^1.1", - "phpspec/phpspec": "^2.0" + "mink/driver-testsuite": "dev-master" }, - "type": "behat-extension", + "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "1.4.x-dev" } }, "autoload": { - "psr-0": { - "Behat\\MinkExtension": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christophe Coevoet", - "email": "stof@notk.org" - }, - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com" - } - ], - "description": "Mink extension for Behat", - "homepage": "http://extensions.behat.org/mink", - "keywords": [ - "browser", - "gui", - "test", - "web" - ], - "support": { - "issues": "https://github.com/Behat/MinkExtension/issues", - "source": "https://github.com/Behat/MinkExtension/tree/master" - }, - "time": "2018-02-06T15:36:30+00:00" - }, - { - "name": "behat/mink-selenium2-driver", - "version": "v1.4.0", - "source": { - "type": "git", - "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "312a967dd527f28980cce40850339cd5316da092" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092", - "reference": "312a967dd527f28980cce40850339cd5316da092", - "shasum": "" - }, - "require": { - "behat/mink": "~1.7@dev", - "instaclick/php-webdriver": "~1.1", - "php": ">=5.4" - }, - "require-dev": { - "mink/driver-testsuite": "dev-master" - }, - "type": "mink-driver", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, - "autoload": { - "psr-4": { - "Behat\\Mink\\Driver\\": "src/" + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -12667,44 +13057,40 @@ "testing", "webdriver" ], - "support": { - "issues": "https://github.com/minkphp/MinkSelenium2Driver/issues", - "source": "https://github.com/minkphp/MinkSelenium2Driver/tree/v1.4.0" - }, "time": "2020-03-11T14:43:21+00:00" }, { "name": "coduo/php-matcher", - "version": "3.2.3", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/coduo/php-matcher.git", - "reference": "c7b3eb00007074b88e8517ab4b0c428a6909cf3f" + "reference": "5c3f3cbefa23a0aa3d42bbb506d4191813c63e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/coduo/php-matcher/zipball/c7b3eb00007074b88e8517ab4b0c428a6909cf3f", - "reference": "c7b3eb00007074b88e8517ab4b0c428a6909cf3f", + "url": "https://api.github.com/repos/coduo/php-matcher/zipball/5c3f3cbefa23a0aa3d42bbb506d4191813c63e64", + "reference": "5c3f3cbefa23a0aa3d42bbb506d4191813c63e64", "shasum": "" }, "require": { - "coduo/php-to-string": "^2", + "coduo/php-to-string": "^3", "doctrine/lexer": "^1.0", "ext-filter": "*", "ext-json": "*", "openlss/lib-array2xml": "^1.0", - "php": ">=7.0.0", - "symfony/expression-language": "^2.3|^3.0|^4.0", - "symfony/property-access": "^2.3|^3.0|^4.0" + "php": ">=7.2", + "symfony/expression-language": "^2.3|^3.0|^4.0|^5.0", + "symfony/property-access": "^2.3|^3.0|^4.0|^5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.4", - "phpunit/phpunit": "^6.0|^7.0" + "phpunit/phpunit": "^8.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -12733,43 +13119,38 @@ "matcher", "tests" ], - "support": { - "issues": "https://github.com/coduo/php-matcher/issues", - "source": "https://github.com/coduo/php-matcher/tree/3.2.3" - }, - "time": "2019-11-24T12:35:06+00:00" + "time": "2020-10-09T13:29:23+00:00" }, { "name": "coduo/php-to-string", - "version": "2.0.2", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/coduo/php-to-string.git", - "reference": "b3f2aa97055ea62ed6c63fae0db33454b47f1a5d" + "reference": "5eab40b901e89484f3ea586c08099162e89f81ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/coduo/php-to-string/zipball/b3f2aa97055ea62ed6c63fae0db33454b47f1a5d", - "reference": "b3f2aa97055ea62ed6c63fae0db33454b47f1a5d", + "url": "https://api.github.com/repos/coduo/php-to-string/zipball/5eab40b901e89484f3ea586c08099162e89f81ce", + "reference": "5eab40b901e89484f3ea586c08099162e89f81ce", "shasum": "" }, "require": { - "ext-intl": "*", - "php": ">=5.3.0" + "php": ">=7.2", + "symfony/intl": "^3.4|^4.0|^5.0" }, "require-dev": { - "coduo/phpspec-data-provider-extension": "^1", - "phpspec/phpspec": "^2" + "phpspec/phpspec": "^6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "4.0-dev" } }, "autoload": { - "psr-0": { - "": "src" + "psr-4": { + "Coduo\\ToString\\": "src/Coduo/ToString" } }, "notification-url": "https://packagist.org/downloads/", @@ -12786,42 +13167,40 @@ "email": "norbert@orzechowicz.pl" } ], + "description": "Simple library that converts PHP value into strings", "keywords": [ "php", "string", "to", "to string" ], - "support": { - "issues": "https://github.com/coduo/php-to-string/issues", - "source": "https://github.com/coduo/php-to-string/tree/master" - }, - "time": "2019-08-09T13:19:26+00:00" + "time": "2020-09-27T10:31:58+00:00" }, { "name": "composer/semver", - "version": "1.7.1", + "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "38276325bd896f90dfcfe30029aa5db40df387a7" + "reference": "4089fddb67bcf6bf860d91b979e95be303835002" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7", - "reference": "38276325bd896f90dfcfe30029aa5db40df387a7", + "url": "https://api.github.com/repos/composer/semver/zipball/4089fddb67bcf6bf860d91b979e95be303835002", + "reference": "4089fddb67bcf6bf860d91b979e95be303835002", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5" + "phpstan/phpstan": "^0.12.19", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -12860,7 +13239,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/1.7.1" + "source": "https://github.com/composer/semver/tree/3.2.2" }, "funding": [ { @@ -12876,7 +13255,7 @@ "type": "tidelift" } ], - "time": "2020-09-27T13:13:07+00:00" + "time": "2020-10-14T08:51:15+00:00" }, { "name": "composer/xdebug-handler", @@ -13005,10 +13384,6 @@ "stylecheck", "tests" ], - "support": { - "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", - "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" - }, "time": "2020-06-25T14:57:39+00:00" }, { @@ -13236,27 +13611,30 @@ }, { "name": "friends-of-behat/mink-extension", - "version": "2.3.1", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/MinkExtension.git", - "reference": "80f7849ba53867181b7e412df9210e12fba50177" + "reference": "ca8796a20f2b39ea275860d1cee7b863447dfe06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", - "reference": "80f7849ba53867181b7e412df9210e12fba50177", + "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/ca8796a20f2b39ea275860d1cee7b863447dfe06", + "reference": "ca8796a20f2b39ea275860d1cee7b863447dfe06", "shasum": "" }, "require": { "behat/behat": "^3.0.5", "behat/mink": "^1.5", - "php": ">=5.3.2", - "symfony/config": "^2.7|^3.0|^4.0" + "php": "^7.2", + "symfony/config": "^4.4|^5.0" + }, + "replace": { + "behat/mink-extension": "self.version" }, "require-dev": { "behat/mink-goutte-driver": "^1.1", - "phpspec/phpspec": "^2.0" + "phpspec/phpspec": "^6.0" }, "type": "behat-extension", "extra": { @@ -13291,34 +13669,28 @@ "test", "web" ], - "support": { - "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/2.3.1" - }, - "time": "2018-02-06T15:36:30+00:00" + "time": "2020-01-15T17:16:57+00:00" }, { "name": "friends-of-behat/page-object-extension", - "version": "v0.3.1", + "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/FriendsOfBehat/PageObjectExtension.git", - "reference": "b77db7346ba0e8fe60efd5855effe23635dc73d9" + "reference": "2e65b0bd7cca6ff2085b0fa885dc13dc57b18d4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfBehat/PageObjectExtension/zipball/b77db7346ba0e8fe60efd5855effe23635dc73d9", - "reference": "b77db7346ba0e8fe60efd5855effe23635dc73d9", + "url": "https://api.github.com/repos/FriendsOfBehat/PageObjectExtension/zipball/2e65b0bd7cca6ff2085b0fa885dc13dc57b18d4b", + "reference": "2e65b0bd7cca6ff2085b0fa885dc13dc57b18d4b", "shasum": "" }, "require": { "behat/mink": "^1.7", - "php": "^7.1" - }, - "conflict": { - "symfony/routing": "<3.4" + "php": "^7.1 || ^8.0" }, "require-dev": { - "symfony/routing": "^3.4" + "symfony/routing": "^3.4 || ^4.4 || ^5.1" }, "suggest": { "symfony/routing": "Allow better support for PageObject pattern in Symfony applications" @@ -13355,11 +13727,7 @@ } ], "description": "Provides default classes for Page object pattern in Behat", - "support": { - "issues": "https://github.com/FriendsOfBehat/PageObjectExtension/issues", - "source": "https://github.com/FriendsOfBehat/PageObjectExtension/tree/master" - }, - "time": "2019-12-19T10:42:44+00:00" + "time": "2020-11-05T20:37:07+00:00" }, { "name": "friends-of-behat/suite-settings-extension", @@ -13400,10 +13768,6 @@ } ], "description": "Allows to overwrite suites' default settings.", - "support": { - "issues": "https://github.com/FriendsOfBehat/SuiteSettingsExtension/issues", - "source": "https://github.com/FriendsOfBehat/SuiteSettingsExtension/tree/master" - }, "time": "2017-07-10T20:43:21+00:00" }, { @@ -13469,10 +13833,6 @@ } ], "description": "Integrates Behat with Symfony.", - "support": { - "issues": "https://github.com/FriendsOfBehat/SymfonyExtension/issues", - "source": "https://github.com/FriendsOfBehat/SymfonyExtension/tree/2.1" - }, "time": "2020-04-04T20:07:00+00:00" }, { @@ -13519,35 +13879,31 @@ } ], "description": "Variadic support for behat context arguments", - "support": { - "issues": "https://github.com/FriendsOfBehat/VariadicExtension/issues", - "source": "https://github.com/FriendsOfBehat/VariadicExtension/tree/v1.3.0" - }, "time": "2020-02-13T07:43:11+00:00" }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.16.4", + "version": "v2.16.7", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13" + "reference": "4e35806a6d7d8510d6842ae932e8832363d22c87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13", - "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/4e35806a6d7d8510d6842ae932e8832363d22c87", + "reference": "4e35806a6d7d8510d6842ae932e8832363d22c87", "shasum": "" }, "require": { - "composer/semver": "^1.4", + "composer/semver": "^1.4 || ^2.0 || ^3.0", "composer/xdebug-handler": "^1.2", "doctrine/annotations": "^1.2", "ext-json": "*", "ext-tokenizer": "*", - "php": "^5.6 || ^7.0", + "php": "^7.1", "php-cs-fixer/diff": "^1.3", - "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", + "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", "symfony/filesystem": "^3.0 || ^4.0 || ^5.0", "symfony/finder": "^3.0 || ^4.0 || ^5.0", @@ -13560,14 +13916,14 @@ "require-dev": { "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", "justinrainbow/json-schema": "^5.0", - "keradus/cli-executor": "^1.2", + "keradus/cli-executor": "^1.4", "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.1", + "php-coveralls/php-coveralls": "^2.4.1", "php-cs-fixer/accessible-object": "^1.0", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", - "phpunitgoodpractices/traits": "^1.8", + "phpunitgoodpractices/traits": "^1.9.1", "symfony/phpunit-bridge": "^5.1", "symfony/yaml": "^3.0 || ^4.0 || ^5.0" }, @@ -13616,7 +13972,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.16.4" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.16.7" }, "funding": [ { @@ -13624,7 +13980,7 @@ "type": "github" } ], - "time": "2020-06-27T23:57:46+00:00" + "time": "2020-10-27T22:44:27+00:00" }, { "name": "instaclick/php-webdriver", @@ -13683,10 +14039,6 @@ "webdriver", "webtest" ], - "support": { - "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.x" - }, "time": "2019-09-25T09:05:11+00:00" }, { @@ -13802,59 +14154,59 @@ "debug", "logging" ], - "support": { - "issues": "https://github.com/Lakion/MinkDebugExtension/issues", - "source": "https://github.com/Lakion/MinkDebugExtension/tree/v1.2.3" - }, "time": "2016-10-27T15:30:36+00:00" }, { "name": "lchrusciel/api-test-case", - "version": "v3.1.4", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/lchrusciel/ApiTestCase.git", - "reference": "c430ec143b5eeee805516df174c0cf2d620c6d81" + "reference": "5a2a4a8e3511e03b3875e5df6b60d123d0b607e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lchrusciel/ApiTestCase/zipball/c430ec143b5eeee805516df174c0cf2d620c6d81", - "reference": "c430ec143b5eeee805516df174c0cf2d620c6d81", + "url": "https://api.github.com/repos/lchrusciel/ApiTestCase/zipball/5a2a4a8e3511e03b3875e5df6b60d123d0b607e0", + "reference": "5a2a4a8e3511e03b3875e5df6b60d123d0b607e0", "shasum": "" }, "require": { - "coduo/php-matcher": "^2.3|^3.0", + "coduo/php-matcher": "^4.0", "doctrine/data-fixtures": "^1.2", - "doctrine/doctrine-bundle": "^1.6", + "doctrine/doctrine-bundle": "^1.6|^2.0", "doctrine/orm": "^2.5", - "nelmio/alice": "^3.1", - "php": "^7.1", + "ext-json": "*", + "nelmio/alice": "^3.6", + "php": "^7.2", "phpspec/php-diff": "^1.1", - "phpunit/phpunit": "^6.0|^7.0", - "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "symfony/browser-kit": "^3.4|^4.0", - "symfony/finder": "^3.4|^4.0", - "symfony/framework-bundle": "^3.4|^4.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", "theofidry/alice-data-fixtures": "^1.0" }, "conflict": { "symfony/dependency-injection": "4.1.0" }, - "replace": { - "lakion/api-test-case": "self.version" - }, "require-dev": { - "symfony/serializer": "^3.4|^4.0" + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpstan/phpstan-webmozart-assert": "^0.12", + "sylius-labs/coding-standard": "^3.1.2", + "symfony/serializer": "^4.4|^5.0" + }, + "suggest": { + "polishsymfonycommunity/symfony-mocker-container": "For mocking container services and external APIs" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { - "Lakion\\ApiTestCase\\": "src/" + "ApiTestCase\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -13864,20 +14216,20 @@ "authors": [ { "name": "Łukasz Chruściel", - "email": "lukasz.chrusciel@lakion.com" - }, - { - "name": "Michał Marcinkowski", - "email": "michal.marcinkowski@lakion.com" + "email": "lchrusciel@gmail.com" }, { "name": "Paweł Jędrzejewski", - "email": "pawel.jedrzejewski@lakion.com", + "email": "me@pjedrzejewski.com", "homepage": "http://pjedrzejewski.com" }, + { + "name": "Michał Marcinkowski", + "email": "michal.marcinkowski@lakion.com" + }, { "name": "Arkadiusz Krakowiak", - "email": "arkadiusz.krakowiak@lakion.com" + "email": "arkadiusz.k.e@gmail.com" } ], "description": "Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.", @@ -13890,11 +14242,7 @@ "symfony", "xml" ], - "support": { - "issues": "https://github.com/lchrusciel/ApiTestCase/issues", - "source": "https://github.com/lchrusciel/ApiTestCase/tree/3.1.4" - }, - "time": "2018-12-22T14:58:16+00:00" + "time": "2020-03-28T16:38:33+00:00" }, { "name": "myclabs/deep-copy", @@ -13942,10 +14290,6 @@ "object", "object graph" ], - "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", @@ -13956,16 +14300,16 @@ }, { "name": "nelmio/alice", - "version": "3.7.1", + "version": "3.7.3", "source": { "type": "git", "url": "https://github.com/nelmio/alice.git", - "reference": "d9a06e4b2e6ef274d4f572198e455cde993d87bb" + "reference": "62ef4fcc3646423fdb91043c3bf455461d33b718" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/alice/zipball/d9a06e4b2e6ef274d4f572198e455cde993d87bb", - "reference": "d9a06e4b2e6ef274d4f572198e455cde993d87bb", + "url": "https://api.github.com/repos/nelmio/alice/zipball/62ef4fcc3646423fdb91043c3bf455461d33b718", + "reference": "62ef4fcc3646423fdb91043c3bf455461d33b718", "shasum": "" }, "require": { @@ -13981,11 +14325,10 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.1.0", - "php-mock/php-mock": "^2.0", "phpspec/prophecy": "^1.6", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^8.5.4 || ^9.0", - "symfony/phpunit-bridge": "^5.0", + "phpunit/phpunit": "^8.5.4 || ^9.3", + "symfony/phpunit-bridge": "^5.1.3", "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0" }, "suggest": { @@ -14033,17 +14376,13 @@ "faker", "test" ], - "support": { - "issues": "https://github.com/nelmio/alice/issues", - "source": "https://github.com/nelmio/alice/tree/3.7.1" - }, "funding": [ { "url": "https://github.com/theofidry", "type": "github" } ], - "time": "2020-06-03T12:55:55+00:00" + "time": "2020-11-01T14:10:08+00:00" }, { "name": "nette/finder", @@ -14106,10 +14445,6 @@ "iterator", "nette" ], - "support": { - "issues": "https://github.com/nette/finder/issues", - "source": "https://github.com/nette/finder/tree/v2.5.2" - }, "time": "2020-01-03T20:35:40+00:00" }, { @@ -14173,10 +14508,6 @@ "nette", "trait" ], - "support": { - "issues": "https://github.com/nette/robot-loader/issues", - "source": "https://github.com/nette/robot-loader/tree/v3.3.1" - }, "time": "2020-09-15T15:14:17+00:00" }, { @@ -14255,24 +14586,20 @@ "utility", "validation" ], - "support": { - "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.1.3" - }, "time": "2020-08-07T10:34:21+00:00" }, { "name": "nikic/php-parser", - "version": "v4.6.0", + "version": "v4.10.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "c346bbfafe2ff60680258b631afb730d186ed864" + "reference": "658f1be311a230e0907f5dfe0213742aff0596de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c346bbfafe2ff60680258b631afb730d186ed864", - "reference": "c346bbfafe2ff60680258b631afb730d186ed864", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/658f1be311a230e0907f5dfe0213742aff0596de", + "reference": "658f1be311a230e0907f5dfe0213742aff0596de", "shasum": "" }, "require": { @@ -14280,8 +14607,8 @@ "php": ">=7.0" }, "require-dev": { - "ircmaxell/php-yacc": "0.0.5", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -14289,7 +14616,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "4.9-dev" } }, "autoload": { @@ -14311,11 +14638,7 @@ "parser", "php" ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.6.0" - }, - "time": "2020-07-02T17:12:47+00:00" + "time": "2020-09-26T10:30:38+00:00" }, { "name": "openlss/lib-array2xml", @@ -14364,10 +14687,6 @@ "xml", "xml conversion" ], - "support": { - "issues": "https://github.com/nullivex/lib-array2xml/issues", - "source": "https://github.com/nullivex/lib-array2xml/tree/master" - }, "time": "2019-03-29T20:06:56+00:00" }, { @@ -14423,10 +14742,6 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "support": { - "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/master" - }, "time": "2018-07-08T19:23:20+00:00" }, { @@ -14474,10 +14789,6 @@ } ], "description": "Library for handling version information and constraints", - "support": { - "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/master" - }, "time": "2018-07-08T19:19:57+00:00" }, { @@ -14582,36 +14893,31 @@ "reflection", "static analysis" ], - "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", - "version": "5.1.0", + "version": "5.2.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" + "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", - "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", + "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", "shasum": "" }, "require": { - "ext-filter": "^7.1", - "php": "^7.2", - "phpdocumentor/reflection-common": "^2.0", - "phpdocumentor/type-resolver": "^1.0", - "webmozart/assert": "^1" + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" }, "require-dev": { - "doctrine/instantiator": "^1", - "mockery/mockery": "^1" + "mockery/mockery": "~1.3.2" }, "type": "library", "extra": { @@ -14639,11 +14945,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "support": { - "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.1.0" - }, - "time": "2020-02-22T12:28:44+00:00" + "time": "2020-09-03T19:13:55+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -14688,10 +14990,6 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "support": { - "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" - }, "time": "2020-09-17T18:55:26+00:00" }, { @@ -14730,29 +15028,26 @@ } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", - "support": { - "source": "https://github.com/phpspec/php-diff/tree/v1.1.3" - }, "time": "2020-09-18T13:47:07+00:00" }, { "name": "phpspec/phpspec", - "version": "6.2.1", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/phpspec/phpspec.git", - "reference": "a40d53c8564f97eca75919769f93410dd3dba5e8" + "reference": "fc7b1eff1778db6ab8376bc92f7e31ddcd1e73cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/phpspec/zipball/a40d53c8564f97eca75919769f93410dd3dba5e8", - "reference": "a40d53c8564f97eca75919769f93410dd3dba5e8", + "url": "https://api.github.com/repos/phpspec/phpspec/zipball/fc7b1eff1778db6ab8376bc92f7e31ddcd1e73cd", + "reference": "fc7b1eff1778db6ab8376bc92f7e31ddcd1e73cd", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.5", "ext-tokenizer": "*", - "php": "^7.2, <7.5", + "php": "^7.2 || 8.0.*", "phpspec/php-diff": "^1.0.0", "phpspec/prophecy": "^1.9", "sebastian/exporter": "^1.0 || ^2.0 || ^3.0 || ^4.0", @@ -14767,7 +15062,7 @@ }, "require-dev": { "behat/behat": "^3.3", - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^8.0 || ^9.0", "symfony/filesystem": "^3.4 || ^4.0 || ^5.0" }, "suggest": { @@ -14779,7 +15074,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.2.x-dev" + "dev-master": "6.3.x-dev" } }, "autoload": { @@ -14817,36 +15112,32 @@ "testing", "tests" ], - "support": { - "issues": "https://github.com/phpspec/phpspec/issues", - "source": "https://github.com/phpspec/phpspec/tree/master" - }, - "time": "2020-07-08T14:05:47+00:00" + "time": "2020-11-01T18:07:30+00:00" }, { "name": "phpspec/prophecy", - "version": "1.11.1", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160" + "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160", - "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d", + "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2", - "php": "^7.2", - "phpdocumentor/reflection-docblock": "^5.0", + "php": "^7.2 || ~8.0, <8.1", + "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { "phpspec/phpspec": "^6.0", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^8.0 || ^9.0 <9.3" }, "type": "library", "extra": { @@ -14884,11 +15175,7 @@ "spy", "stub" ], - "support": { - "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/master" - }, - "time": "2020-07-08T12:44:21+00:00" + "time": "2020-09-29T09:10:42+00:00" }, { "name": "phpstan/extension-installer", @@ -14986,29 +15273,27 @@ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", - "support": { - "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/master" - }, "time": "2020-08-03T20:32:43+00:00" }, { "name": "phpstan/phpstan", - "version": "0.12.3", + "version": "0.12.42", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c15a6ea55da71d8133399306f560cfe4d30301b7" + "reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c15a6ea55da71d8133399306f560cfe4d30301b7", - "reference": "c15a6ea55da71d8133399306f560cfe4d30301b7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7c43b7c2d5ca6554f6231e82e342a710163ac5f4", + "reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4", "shasum": "" }, "require": { - "nikic/php-parser": "^4.3.0", - "php": "^7.1" + "php": "^7.1|^8.0" + }, + "conflict": { + "phpstan/phpstan-shim": "*" }, "bin": [ "phpstan", @@ -15030,44 +15315,56 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "support": { - "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.3" - }, - "time": "2019-12-14T13:41:17+00:00" + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpstan", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2020-09-02T13:14:53+00:00" }, { "name": "phpstan/phpstan-doctrine", - "version": "0.12.3", + "version": "0.12.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "a497a383bd970117b0680557ae12444d72d09095" + "reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/a497a383bd970117b0680557ae12444d72d09095", - "reference": "a497a383bd970117b0680557ae12444d72d09095", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4", + "reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", - "php": "~7.1", - "phpstan/phpstan": "^0.12" + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^0.12.33" }, "conflict": { "doctrine/collections": "<1.0", "doctrine/common": "<2.7", "doctrine/mongodb-odm": "<1.2", - "doctrine/orm": "<2.5" + "doctrine/orm": "<2.5", + "doctrine/persistence": "<1.3" }, "require-dev": { "consistence/coding-standard": "^3.0.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/collections": "^1.0", - "doctrine/common": "^2.7", - "doctrine/mongodb-odm": "^1.2", + "doctrine/common": "^2.7 || ^3.0", + "doctrine/mongodb-odm": "^1.3 || ^2.1", "doctrine/orm": "^2.5", + "doctrine/persistence": "^1.1 || ^2.0", + "ergebnis/composer-normalize": "^2.0.2", "jakub-onderka/php-parallel-lint": "^1.0", "phing/phing": "^2.16.0", "phpstan/phpstan-phpunit": "^0.12", @@ -15098,41 +15395,37 @@ "MIT" ], "description": "Doctrine extensions for PHPStan", - "support": { - "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/0.12.3" - }, - "time": "2019-12-13T18:24:11+00:00" + "time": "2020-07-21T14:46:27+00:00" }, { "name": "phpstan/phpstan-webmozart-assert", - "version": "0.12.0", + "version": "0.12.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-webmozart-assert.git", - "reference": "97cde39e6ddb70915e7188704d0ebd174f07b688" + "reference": "afaf96ddd69133fc7a1ed527039eaca39454c4d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/97cde39e6ddb70915e7188704d0ebd174f07b688", - "reference": "97cde39e6ddb70915e7188704d0ebd174f07b688", + "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/afaf96ddd69133fc7a1ed527039eaca39454c4d8", + "reference": "afaf96ddd69133fc7a1ed527039eaca39454c4d8", "shasum": "" }, "require": { - "nikic/php-parser": "^4.3", - "php": "~7.1", - "phpstan/phpstan": "^0.12" + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^0.12.24" }, "require-dev": { "consistence/coding-standard": "^3.7", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", + "ergebnis/composer-normalize": "^2.0.2", "jakub-onderka/php-parallel-lint": "^1.0", "phing/phing": "^2.16.0", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.1.3", + "phpstan/phpstan-phpunit": "^0.12.6", + "phpstan/phpstan-strict-rules": "^0.12.1", + "phpunit/phpunit": "^7.5.18", "slevomat/coding-standard": "^4.5.2", - "webmozart/assert": "^1.3.0" + "webmozart/assert": "^1.7.0" }, "type": "phpstan-extension", "extra": { @@ -15155,48 +15448,44 @@ "MIT" ], "description": "PHPStan webmozart/assert extension", - "support": { - "issues": "https://github.com/phpstan/phpstan-webmozart-assert/issues", - "source": "https://github.com/phpstan/phpstan-webmozart-assert/tree/master" - }, - "time": "2019-11-26T08:13:40+00:00" + "time": "2020-07-21T14:55:38+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "6.1.4", + "version": "7.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" + "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf", + "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", - "php": "^7.1", - "phpunit/php-file-iterator": "^2.0", + "php": "^7.2", + "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^3.0", + "phpunit/php-token-stream": "^3.1.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", - "sebastian/environment": "^3.1 || ^4.0", + "sebastian/environment": "^4.2.2", "sebastian/version": "^2.0.1", - "theseer/tokenizer": "^1.1" + "theseer/tokenizer": "^1.1.3" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.2.2" }, "suggest": { - "ext-xdebug": "^2.6.0" + "ext-xdebug": "^2.7.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.1-dev" + "dev-master": "7.0-dev" } }, "autoload": { @@ -15222,11 +15511,7 @@ "testing", "xunit" ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master" - }, - "time": "2018-10-31T16:06:48+00:00" + "time": "2019-11-20T13:55:58+00:00" }, { "name": "phpunit/php-file-iterator", @@ -15276,10 +15561,6 @@ "filesystem", "iterator" ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.2" - }, "time": "2018-09-13T20:33:42+00:00" }, { @@ -15321,10 +15602,6 @@ "keywords": [ "template" ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" - }, "time": "2015-06-21T13:50:34+00:00" }, { @@ -15374,10 +15651,6 @@ "keywords": [ "timer" ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/master" - }, "time": "2019-06-07T04:22:29+00:00" }, { @@ -15427,62 +15700,57 @@ "keywords": [ "tokenizer" ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", - "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.1" - }, "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, { "name": "phpunit/phpunit", - "version": "7.5.20", + "version": "8.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" + "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", - "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997", + "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.1", + "doctrine/instantiator": "^1.2.0", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "^1.7", - "phar-io/manifest": "^1.0.2", - "phar-io/version": "^2.0", - "php": "^7.1", - "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^6.0.7", - "phpunit/php-file-iterator": "^2.0.1", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.9.1", + "phar-io/manifest": "^1.0.3", + "phar-io/version": "^2.0.1", + "php": "^7.2", + "phpspec/prophecy": "^1.8.1", + "phpunit/php-code-coverage": "^7.0.7", + "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^2.1", - "sebastian/comparator": "^3.0", - "sebastian/diff": "^3.0", - "sebastian/environment": "^4.0", - "sebastian/exporter": "^3.1", - "sebastian/global-state": "^2.0", + "phpunit/php-timer": "^2.1.2", + "sebastian/comparator": "^3.0.2", + "sebastian/diff": "^3.0.2", + "sebastian/environment": "^4.2.2", + "sebastian/exporter": "^3.1.1", + "sebastian/global-state": "^3.0.0", "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^2.0", + "sebastian/resource-operations": "^2.0.1", + "sebastian/type": "^1.1.3", "sebastian/version": "^2.0.1" }, - "conflict": { - "phpunit/phpunit-mock-objects": "*" - }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-soap": "*", "ext-xdebug": "*", - "phpunit/php-invoker": "^2.0" + "phpunit/php-invoker": "^2.0.0" }, "bin": [ "phpunit" @@ -15490,7 +15758,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "7.5-dev" + "dev-master": "8.5-dev" } }, "autoload": { @@ -15516,11 +15784,17 @@ "testing", "xunit" ], - "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20" - }, - "time": "2020-01-08T08:45:45+00:00" + "funding": [ + { + "url": "https://phpunit.de/donate.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-06-22T07:06:58+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -15565,10 +15839,6 @@ ], "description": "Looks up which function or method a line of code belongs to", "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" - }, "time": "2017-03-04T06:30:41+00:00" }, { @@ -15633,10 +15903,6 @@ "compare", "equality" ], - "support": { - "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/master" - }, "time": "2018-07-12T15:12:46+00:00" }, { @@ -15693,10 +15959,6 @@ "unidiff", "unified diff" ], - "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/master" - }, "time": "2019-02-04T06:01:07+00:00" }, { @@ -15750,10 +16012,6 @@ "environment", "hhvm" ], - "support": { - "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/4.2.3" - }, "time": "2019-11-20T08:46:58+00:00" }, { @@ -15821,31 +16079,30 @@ "export", "exporter" ], - "support": { - "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/master" - }, "time": "2019-09-14T09:02:43+00:00" }, { "name": "sebastian/global-state", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" + "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", - "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", + "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", "shasum": "" }, "require": { - "php": "^7.0" + "php": "^7.2", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "ext-dom": "*", + "phpunit/phpunit": "^8.0" }, "suggest": { "ext-uopz": "*" @@ -15853,7 +16110,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -15876,11 +16133,7 @@ "keywords": [ "global state" ], - "support": { - "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0" - }, - "time": "2017-04-27T15:39:26+00:00" + "time": "2019-02-01T05:30:01+00:00" }, { "name": "sebastian/object-enumerator", @@ -15927,10 +16180,6 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "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" - }, "time": "2017-08-03T12:35:26+00:00" }, { @@ -15976,10 +16225,6 @@ ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "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" - }, "time": "2017-03-29T09:07:27+00:00" }, { @@ -16033,10 +16278,6 @@ ], "description": "Provides functionality to recursively process PHP variables", "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" - }, "time": "2017-03-03T06:23:57+00:00" }, { @@ -16079,33 +16320,32 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "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/master" - }, "time": "2018-10-04T04:07:39+00:00" }, { - "name": "sebastian/version", - "version": "2.0.1", + "name": "sebastian/type", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/version.git", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", - "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3", + "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3", "shasum": "" }, "require": { - "php": ">=5.6" + "php": "^7.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -16124,65 +16364,52 @@ "role": "lead" } ], - "description": "Library that helps with managing the version number of Git-hosted PHP projects", - "homepage": "https://github.com/sebastianbergmann/version", - "support": { - "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/master" - }, - "time": "2016-10-03T07:35:21+00:00" + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "time": "2019-07-02T08:10:15+00:00" }, { - "name": "sensiolabs/security-checker", - "version": "v6.0.3", + "name": "sebastian/version", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/sensiolabs/security-checker.git", - "reference": "a576c01520d9761901f269c4934ba55448be4a54" + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54", - "reference": "a576c01520d9761901f269c4934ba55448be4a54", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/console": "^2.8|^3.4|^4.2|^5.0", - "symfony/http-client": "^4.3|^5.0", - "symfony/mime": "^4.3|^5.0", - "symfony/polyfill-ctype": "^1.11" + "php": ">=5.6" }, - "bin": [ - "security-checker" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "SensioLabs\\Security\\": "SensioLabs/Security" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien.potencier@gmail.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" } ], - "description": "A security checker for your composer.lock", - "support": { - "issues": "https://github.com/sensiolabs/security-checker/issues", - "source": "https://github.com/sensiolabs/security-checker/tree/master" - }, - "time": "2019-11-01T13:20:14+00:00" + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "time": "2016-10-03T07:35:21+00:00" }, { "name": "slevomat/coding-standard", @@ -16229,10 +16456,6 @@ "MIT" ], "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", - "support": { - "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/6.4.1" - }, "funding": [ { "url": "https://github.com/kukulich", @@ -16363,31 +16586,27 @@ }, { "name": "sylius-labs/coding-standard", - "version": "v3.1.3", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/SyliusLabs/CodingStandard.git", - "reference": "c0ffe0be241027e92a4cc83f4739a285e8af8be3" + "reference": "c366a69562980ff7798e8acaa2fd9200ebce530d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SyliusLabs/CodingStandard/zipball/c0ffe0be241027e92a4cc83f4739a285e8af8be3", - "reference": "c0ffe0be241027e92a4cc83f4739a285e8af8be3", + "url": "https://api.github.com/repos/SyliusLabs/CodingStandard/zipball/c366a69562980ff7798e8acaa2fd9200ebce530d", + "reference": "c366a69562980ff7798e8acaa2fd9200ebce530d", "shasum": "" }, "require": { - "friendsofphp/php-cs-fixer": "^2.12", "php": "^7.1", - "symplify/easy-coding-standard": "^6.0.1||^7.0" - }, - "conflict": { - "symplify/package-builder": "^7.2", - "symplify/smart-file-system": "^7.2" + "slevomat/coding-standard": "^6.3", + "symplify/easy-coding-standard": "^7.3 || ^8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } }, "notification-url": "https://packagist.org/downloads/", @@ -16402,24 +16621,20 @@ } ], "description": "Battle-tested coding standard configuration used in Sylius.", - "support": { - "issues": "https://github.com/SyliusLabs/CodingStandard/issues", - "source": "https://github.com/SyliusLabs/CodingStandard/tree/master" - }, - "time": "2020-05-18T14:52:47+00:00" + "time": "2020-08-12T09:15:18+00:00" }, { "name": "symfony/browser-kit", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "9a1786e5020783605a30cff2ceed9aca030e8d80" + "reference": "99b640fd5d06877e3242ba0393b40a7877dfe534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9a1786e5020783605a30cff2ceed9aca030e8d80", - "reference": "9a1786e5020783605a30cff2ceed9aca030e8d80", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/99b640fd5d06877e3242ba0393b40a7877dfe534", + "reference": "99b640fd5d06877e3242ba0393b40a7877dfe534", "shasum": "" }, "require": { @@ -16436,11 +16651,6 @@ "symfony/process": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\BrowserKit\\": "" @@ -16466,7 +16676,7 @@ "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v4.4.15" + "source": "https://github.com/symfony/browser-kit/tree/v4.4.16" }, "funding": [ { @@ -16482,31 +16692,26 @@ "type": "tidelift" } ], - "time": "2020-10-02T08:38:15+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/css-selector", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9" + "reference": "6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9", - "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0", + "reference": "6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0", "shasum": "" }, "require": { "php": ">=7.2.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" @@ -16536,7 +16741,7 @@ "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.1.4" + "source": "https://github.com/symfony/css-selector/tree/v5.1.8" }, "funding": [ { @@ -16552,20 +16757,20 @@ "type": "tidelift" } ], - "time": "2020-05-20T17:43:50+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/debug-bundle", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "12a020d14b4f6f3a5cfb46cd83836b78be036210" + "reference": "d11df24e90f07b49b1b1b170b28d8396edff4d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/12a020d14b4f6f3a5cfb46cd83836b78be036210", - "reference": "12a020d14b4f6f3a5cfb46cd83836b78be036210", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/d11df24e90f07b49b1b1b170b28d8396edff4d8d", + "reference": "d11df24e90f07b49b1b1b170b28d8396edff4d8d", "shasum": "" }, "require": { @@ -16589,11 +16794,6 @@ "symfony/dependency-injection": "For using as a service from the container" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" @@ -16619,7 +16819,7 @@ "description": "Symfony DebugBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v4.4.13" + "source": "https://github.com/symfony/debug-bundle/tree/v4.4.16" }, "funding": [ { @@ -16635,20 +16835,20 @@ "type": "tidelift" } ], - "time": "2020-05-20T08:37:50+00:00" + "time": "2020-10-24T11:50:19+00:00" }, { "name": "symfony/dom-crawler", - "version": "v5.1.7", + "version": "v5.1.8", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "6d6885e167aad0af4128b392f22d8f2a33dd88ec" + "reference": "0969122fe144dd8ab2e8c98c7e03eedc621b368c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6d6885e167aad0af4128b392f22d8f2a33dd88ec", - "reference": "6d6885e167aad0af4128b392f22d8f2a33dd88ec", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0969122fe144dd8ab2e8c98c7e03eedc621b368c", + "reference": "0969122fe144dd8ab2e8c98c7e03eedc621b368c", "shasum": "" }, "require": { @@ -16668,11 +16868,6 @@ "symfony/css-selector": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" @@ -16698,7 +16893,7 @@ "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.1.7" + "source": "https://github.com/symfony/dom-crawler/tree/v5.1.8" }, "funding": [ { @@ -16714,96 +16909,7 @@ "type": "tidelift" } ], - "time": "2020-09-02T16:23:27+00:00" - }, - { - "name": "symfony/http-client", - "version": "v5.1.7", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client.git", - "reference": "df757997ee95101c0ca94c7ea2b76e16a758e0ca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/df757997ee95101c0ca94c7ea2b76e16a758e0ca", - "reference": "df757997ee95101c0ca94c7ea2b76e16a758e0ca", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "psr/log": "^1.0", - "symfony/http-client-contracts": "^2.2", - "symfony/polyfill-php73": "^1.11", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.0|^2" - }, - "provide": { - "php-http/async-client-implementation": "*", - "php-http/client-implementation": "*", - "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "1.1" - }, - "require-dev": { - "amphp/http-client": "^4.2.1", - "amphp/http-tunnel": "^1.0", - "amphp/socket": "^1.1", - "guzzlehttp/promises": "^1.3.1", - "nyholm/psr7": "^1.0", - "php-http/httplug": "^1.0|^2.0", - "psr/http-client": "^1.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/http-kernel": "^4.4.13|^5.1.5", - "symfony/process": "^4.4|^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpClient\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony HttpClient component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-client/tree/v5.1.7" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-02T14:24:03+00:00" + "time": "2020-10-24T12:01:57+00:00" }, { "name": "symfony/polyfill-php70", @@ -16875,16 +16981,16 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v4.4.15", + "version": "v4.4.16", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "f3b967b34b1db5d3285c415fbe5ce2b9299e6cd6" + "reference": "951540a04bd7ba2bb6b052c573a1450cd7eb2ea8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f3b967b34b1db5d3285c415fbe5ce2b9299e6cd6", - "reference": "f3b967b34b1db5d3285c415fbe5ce2b9299e6cd6", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/951540a04bd7ba2bb6b052c573a1450cd7eb2ea8", + "reference": "951540a04bd7ba2bb6b052c573a1450cd7eb2ea8", "shasum": "" }, "require": { @@ -16908,11 +17014,6 @@ "symfony/stopwatch": "^3.4|^4.0|^5.0" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" @@ -16938,7 +17039,7 @@ "description": "Symfony WebProfilerBundle", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.4.15" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.4.16" }, "funding": [ { @@ -16954,48 +17055,109 @@ "type": "tidelift" } ], - "time": "2020-09-06T17:41:24+00:00" + "time": "2020-10-24T11:50:19+00:00" + }, + { + "name": "symplify/autowire-array-parameter", + "version": "8.3.48", + "source": { + "type": "git", + "url": "https://github.com/symplify/autowire-array-parameter.git", + "reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b", + "reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b", + "shasum": "" + }, + "require": { + "nette/utils": "^3.0", + "php": ">=7.2", + "symfony/dependency-injection": "^4.4|^5.1", + "symplify/package-builder": "^8.3.48" + }, + "require-dev": { + "phpunit/phpunit": "^8.5|^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symplify\\AutowireArrayParameter\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Autowire array parameters for your Symfony applications", + "funding": [ + { + "url": "https://www.paypal.me/rectorphp", + "type": "custom" + }, + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2020-10-26T10:38:48+00:00" }, { "name": "symplify/coding-standard", - "version": "v7.1.3", + "version": "8.3.48", "source": { "type": "git", "url": "https://github.com/symplify/coding-standard.git", - "reference": "864af829cd9007f3c11d778485082ef0056a1486" + "reference": "8b5347ff5e370e30644e47eeb3672076878cb10d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/coding-standard/zipball/864af829cd9007f3c11d778485082ef0056a1486", - "reference": "864af829cd9007f3c11d778485082ef0056a1486", + "url": "https://api.github.com/repos/symplify/coding-standard/zipball/8b5347ff5e370e30644e47eeb3672076878cb10d", + "reference": "8b5347ff5e370e30644e47eeb3672076878cb10d", "shasum": "" }, "require": { "friendsofphp/php-cs-fixer": "^2.16", "nette/finder": "^2.5", "nette/utils": "^3.0", - "php": "^7.2", - "phpstan/phpdoc-parser": "^0.4", + "nikic/php-parser": "^4.10.2", + "php": ">=7.2", + "phpstan/phpstan": "^0.12.40", + "slevomat/coding-standard": "^6.4", "squizlabs/php_codesniffer": "^3.5", - "symplify/package-builder": "^7.1.3", - "symplify/smart-file-system": "^7.1.3" + "symplify/autowire-array-parameter": "^8.3.48", + "symplify/package-builder": "^8.3.48", + "symplify/symplify-kernel": "^8.3.48" }, "require-dev": { + "doctrine/orm": "^2.7", "nette/application": "^3.0", - "phpunit/phpunit": "^8.4", - "symplify/easy-coding-standard-tester": "^7.1.3", - "symplify/package-builder": "^7.1.3" + "nette/bootstrap": "^3.0", + "phpunit/phpunit": "^8.5|^9.0", + "symfony/framework-bundle": "^4.4|^5.1", + "symfony/http-kernel": "^4.4|^5.1", + "symplify/easy-coding-standard-tester": "^8.3.48", + "symplify/package-builder": "^8.3.48", + "symplify/phpstan-extensions": "^8.3.48", + "symplify/smart-file-system": "^8.3.48" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.2-dev" + "dev-master": "8.4-dev" } }, "autoload": { "psr-4": { "Symplify\\CodingStandard\\": "src", - "Symplify\\CodingStandard\\TokenRunner\\": "packages/TokenRunner/src" + "Symplify\\CodingStandard\\CognitiveComplexity\\": "packages/cognitive-complexity/src", + "Symplify\\CodingStandard\\ObjectCalisthenics\\": "packages/object-calisthenics/src" } }, "notification-url": "https://packagist.org/downloads/", @@ -17003,33 +17165,84 @@ "MIT" ], "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", - "support": { - "source": "https://github.com/symplify/coding-standard/tree/v7.1.3" - }, "funding": [ + { + "url": "https://www.paypal.me/rectorphp", + "type": "custom" + }, { "url": "https://github.com/tomasvotruba", "type": "github" + } + ], + "time": "2020-10-26T10:38:48+00:00" + }, + { + "name": "symplify/console-color-diff", + "version": "8.3.48", + "source": { + "type": "git", + "url": "https://github.com/symplify/console-color-diff.git", + "reference": "6cae4c121271da963698a9f0a50717a7d2ee9567" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symplify/console-color-diff/zipball/6cae4c121271da963698a9f0a50717a7d2ee9567", + "reference": "6cae4c121271da963698a9f0a50717a7d2ee9567", + "shasum": "" + }, + "require": { + "nette/utils": "^3.0", + "php": ">=7.2", + "sebastian/diff": "^3.0|^4.0", + "symfony/console": "^4.4|^5.1", + "symfony/dependency-injection": "^4.4|^5.1", + "symfony/http-kernel": "^4.4|^5.1", + "symplify/package-builder": "^8.3.48" + }, + "require-dev": { + "phpunit/phpunit": "^8.5|^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symplify\\ConsoleColorDiff\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Package to print diffs in console with colors", + "funding": [ + { + "url": "https://www.paypal.me/rectorphp", + "type": "custom" }, { - "url": "https://www.patreon.com/rectorphp", - "type": "patreon" + "url": "https://github.com/tomasvotruba", + "type": "github" } ], - "time": "2019-12-18T20:34:38+00:00" + "time": "2020-10-26T10:38:48+00:00" }, { "name": "symplify/easy-coding-standard", - "version": "v7.1.3", + "version": "8.3.48", "source": { "type": "git", "url": "https://github.com/symplify/easy-coding-standard.git", - "reference": "d9f483bb42f9c8c169bedd67b5a57663d163163a" + "reference": "101d4ad5a3d8ad98e23a951a5722d4d5422cda22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/d9f483bb42f9c8c169bedd67b5a57663d163163a", - "reference": "d9f483bb42f9c8c169bedd67b5a57663d163163a", + "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/101d4ad5a3d8ad98e23a951a5722d4d5422cda22", + "reference": "101d4ad5a3d8ad98e23a951a5722d4d5422cda22", "shasum": "" }, "require": { @@ -17039,25 +17252,28 @@ "nette/robot-loader": "^3.2", "nette/utils": "^3.0", "ocramius/package-versions": "^1.4", - "php": "^7.2", + "php": ">=7.2", "psr/simple-cache": "^1.0", - "slevomat/coding-standard": "^6.0", + "slevomat/coding-standard": "^6.4", "squizlabs/php_codesniffer": "^3.5", - "symfony/cache": "^4.4|^5.0", - "symfony/config": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0", - "symplify/coding-standard": "^7.1.3", - "symplify/package-builder": "^7.1.3", - "symplify/set-config-resolver": "^7.1.3", - "symplify/smart-file-system": "^7.1.3" + "symfony/cache": "^4.4|^5.1", + "symfony/config": "^4.4|^5.1", + "symfony/console": "^4.4|^5.1", + "symfony/dependency-injection": "^4.4|^5.1", + "symfony/finder": "^4.4|^5.1", + "symfony/http-kernel": "^4.4|^5.1", + "symfony/yaml": "^4.4|^5.1", + "symplify/autowire-array-parameter": "^8.3.48", + "symplify/coding-standard": "^8.3.48", + "symplify/console-color-diff": "^8.3.48", + "symplify/package-builder": "^8.3.48", + "symplify/set-config-resolver": "^8.3.48", + "symplify/smart-file-system": "^8.3.48", + "symplify/symplify-kernel": "^8.3.48" }, "require-dev": { - "phpunit/phpunit": "^8.4", - "symplify/easy-coding-standard-tester": "^7.1.3" + "phpunit/phpunit": "^8.5|^9.0", + "symplify/easy-coding-standard-tester": "^8.3.48" }, "bin": [ "bin/ecs" @@ -17065,16 +17281,17 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "7.2-dev" + "dev-master": "8.4-dev" } }, "autoload": { "psr-4": { "Symplify\\EasyCodingStandard\\": "src", - "Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/ChangedFilesDetector/src", - "Symplify\\EasyCodingStandard\\Configuration\\": "packages/Configuration/src", - "Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/FixerRunner/src", - "Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/SniffRunner/src" + "Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/changed-files-detector/src", + "Symplify\\EasyCodingStandard\\Configuration\\": "packages/configuration/src", + "Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/fixer-runner/src", + "Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/sniff-runner/src", + "Symplify\\EasyCodingStandard\\SnippetFormatter\\": "packages/snippet-formatter/src" } }, "notification-url": "https://packagist.org/downloads/", @@ -17082,53 +17299,52 @@ "MIT" ], "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.", - "support": { - "source": "https://github.com/symplify/easy-coding-standard/tree/v7.1.3" - }, "funding": [ { - "url": "https://github.com/tomasvotruba", - "type": "github" + "url": "https://www.paypal.me/rectorphp", + "type": "custom" }, { - "url": "https://www.patreon.com/rectorphp", - "type": "patreon" + "url": "https://github.com/tomasvotruba", + "type": "github" } ], - "time": "2019-12-18T20:34:38+00:00" + "time": "2020-10-26T10:38:48+00:00" }, { "name": "symplify/package-builder", - "version": "v7.1.3", + "version": "8.3.48", "source": { "type": "git", "url": "https://github.com/symplify/package-builder.git", - "reference": "6d328c576472bbbb54f8fa50d127cf627e1680d5" + "reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/package-builder/zipball/6d328c576472bbbb54f8fa50d127cf627e1680d5", - "reference": "6d328c576472bbbb54f8fa50d127cf627e1680d5", + "url": "https://api.github.com/repos/symplify/package-builder/zipball/d262d5c2043c669f145d3eabf7d8114ae64cf169", + "reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169", "shasum": "" }, "require": { "nette/finder": "^2.5", "nette/utils": "^3.0", - "php": "^7.2", - "symfony/config": "^4.4|^5.0", - "symfony/console": "^4.4|^5.0", - "symfony/dependency-injection": "^4.4|^5.0", - "symfony/finder": "^4.4|^5.0", - "symfony/http-kernel": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" + "php": ">=7.2", + "symfony/config": "^4.4|^5.1", + "symfony/console": "^4.4|^5.1", + "symfony/dependency-injection": "^4.4|^5.1", + "symfony/finder": "^4.4|^5.1", + "symfony/http-kernel": "^4.4|^5.1", + "symfony/yaml": "^4.4|^5.1", + "symplify/autowire-array-parameter": "^8.3.48", + "symplify/symplify-kernel": "^8.3.48" }, "require-dev": { - "phpunit/phpunit": "^8.4" + "phpunit/phpunit": "^8.5|^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.2-dev" + "dev-master": "8.4-dev" } }, "autoload": { @@ -17141,50 +17357,51 @@ "MIT" ], "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.", - "support": { - "source": "https://github.com/symplify/package-builder/tree/v7.1.3" - }, "funding": [ { - "url": "https://github.com/tomasvotruba", - "type": "github" + "url": "https://www.paypal.me/rectorphp", + "type": "custom" }, { - "url": "https://www.patreon.com/rectorphp", - "type": "patreon" + "url": "https://github.com/tomasvotruba", + "type": "github" } ], - "time": "2019-12-15T11:32:54+00:00" + "time": "2020-10-26T10:38:48+00:00" }, { "name": "symplify/set-config-resolver", - "version": "v7.1.3", + "version": "8.3.48", "source": { "type": "git", "url": "https://github.com/symplify/set-config-resolver.git", - "reference": "bf63e985dcf88d7651026d062edd314280715da9" + "reference": "1333995e30b7acfa7c4378c5f85de1dd96226c93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/bf63e985dcf88d7651026d062edd314280715da9", - "reference": "bf63e985dcf88d7651026d062edd314280715da9", + "url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/1333995e30b7acfa7c4378c5f85de1dd96226c93", + "reference": "1333995e30b7acfa7c4378c5f85de1dd96226c93", "shasum": "" }, "require": { "nette/utils": "^3.0", - "php": "^7.2", - "symfony/console": "^4.4|^5.0", - "symfony/filesystem": "^4.3|^5.0", - "symfony/finder": "^4.4|^5.0", - "symplify/smart-file-system": "^7.1.3" + "php": ">=7.2", + "symfony/config": "^4.4|^5.1", + "symfony/console": "^4.4|^5.1", + "symfony/dependency-injection": "^4.4|^5.1", + "symfony/filesystem": "^4.4|^5.1", + "symfony/finder": "^4.4|^5.1", + "symfony/yaml": "^4.4|^5.1", + "symplify/smart-file-system": "^8.3.48", + "symplify/symplify-kernel": "^8.3.48" }, "require-dev": { - "phpunit/phpunit": "^8.4" + "phpunit/phpunit": "^8.5|^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.2-dev" + "dev-master": "8.4-dev" } }, "autoload": { @@ -17197,49 +17414,46 @@ "MIT" ], "description": "Resolve config and sets from configs and cli opptions for CLI applications", - "support": { - "issues": "https://github.com/symplify/set-config-resolver/issues", - "source": "https://github.com/symplify/set-config-resolver/tree/v7.1.3" - }, "funding": [ { - "url": "https://github.com/tomasvotruba", - "type": "github" + "url": "https://www.paypal.me/rectorphp", + "type": "custom" }, { - "url": "https://www.patreon.com/rectorphp", - "type": "patreon" + "url": "https://github.com/tomasvotruba", + "type": "github" } ], - "time": "2019-12-18T20:34:38+00:00" + "time": "2020-10-26T10:38:48+00:00" }, { "name": "symplify/smart-file-system", - "version": "v7.1.3", + "version": "8.3.48", "source": { "type": "git", "url": "https://github.com/symplify/smart-file-system.git", - "reference": "aec493bf2d935cd71cec68dbcc299e415ecc2c20" + "reference": "4146069c725b7c6e2f53924a151286f1e26c132f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/aec493bf2d935cd71cec68dbcc299e415ecc2c20", - "reference": "aec493bf2d935cd71cec68dbcc299e415ecc2c20", + "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/4146069c725b7c6e2f53924a151286f1e26c132f", + "reference": "4146069c725b7c6e2f53924a151286f1e26c132f", "shasum": "" }, "require": { "nette/utils": "^3.0", - "php": "^7.2", - "symfony/filesystem": "^4.3|^5.0" + "php": ">=7.2", + "symfony/filesystem": "^4.4|^5.1", + "symfony/finder": "^4.4|^5.1" }, "require-dev": { - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^8.4" + "nette/finder": "^2.5", + "phpunit/phpunit": "^8.5|^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.2-dev" + "dev-master": "8.4-dev" } }, "autoload": { @@ -17252,33 +17466,73 @@ "MIT" ], "description": "Sanitized FileInfo with safe getRealPath() and other handy methods", - "support": { - "source": "https://github.com/symplify/smart-file-system/tree/v7.1.3" - }, "funding": [ { - "url": "https://github.com/tomasvotruba", - "type": "github" + "url": "https://www.paypal.me/rectorphp", + "type": "custom" }, { - "url": "https://www.patreon.com/rectorphp", - "type": "patreon" + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2020-10-26T10:38:48+00:00" + }, + { + "name": "symplify/symplify-kernel", + "version": "8.3.48", + "source": { + "type": "git", + "url": "https://github.com/symplify/symplify-kernel.git", + "reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/c79dc6ce559b408c08e9fbc044f59cbb64961cf9", + "reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "symfony/console": "^4.4|^5.1", + "symfony/dependency-injection": "^4.4|^5.1", + "symfony/http-kernel": "^4.4|^5.1", + "symplify/package-builder": "^8.3.48", + "symplify/smart-file-system": "^8.3.48" + }, + "require-dev": { + "phpunit/phpunit": "^8.5|^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symplify\\SymplifyKernel\\": "src" } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" ], - "time": "2019-12-09T11:18:37+00:00" + "description": "Internal Kernel for Symplify packages", + "time": "2020-10-26T10:38:48+00:00" }, { "name": "textalk/websocket", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/Textalk/websocket-php.git", - "reference": "ab022415da9e090ae12cd2d027ed1fe31f258c42" + "reference": "7f2baaf501054ab2387b3860ad30f730a49f2a88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/ab022415da9e090ae12cd2d027ed1fe31f258c42", - "reference": "ab022415da9e090ae12cd2d027ed1fe31f258c42", + "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/7f2baaf501054ab2387b3860ad30f730a49f2a88", + "reference": "7f2baaf501054ab2387b3860ad30f730a49f2a88", "shasum": "" }, "require": { @@ -17310,11 +17564,7 @@ } ], "description": "WebSocket client and server", - "support": { - "issues": "https://github.com/Textalk/websocket-php/issues", - "source": "https://github.com/Textalk/websocket-php/tree/master" - }, - "time": "2020-08-14T13:20:07+00:00" + "time": "2020-10-30T12:57:55+00:00" }, { "name": "theofidry/alice-data-fixtures", @@ -17445,10 +17695,6 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "support": { - "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/master" - }, "funding": [ { "url": "https://github.com/theseer", @@ -17467,5 +17713,5 @@ "php": "^7.3" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "1.1.0" } diff --git a/config/packages/doctrine_migrations.yaml b/config/packages/doctrine_migrations.yaml index cdbc01ae7c..765b5c5e70 100644 --- a/config/packages/doctrine_migrations.yaml +++ b/config/packages/doctrine_migrations.yaml @@ -2,3 +2,5 @@ doctrine_migrations: storage: table_storage: table_name: sylius_migrations + migrations_paths: + 'App\Migrations': "%kernel.project_dir%/src/Migrations" diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 4eea724001..84299b12b5 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -6,6 +6,8 @@ parameters: sylius.security.new_api_regex: "^%sylius.security.new_api_route%" sylius.security.new_api_admin_route: "%sylius.security.new_api_route%/admin" sylius.security.new_api_admin_regex: "^%sylius.security.new_api_admin_route%" + sylius.security.new_api_shop_route: "%sylius.security.new_api_route%/shop" + sylius.security.new_api_shop_regex: "^%sylius.security.new_api_shop_route%" security: always_authenticate_before_granting: true @@ -18,9 +20,7 @@ security: id: sylius.shop_user_provider.email_or_name_based sylius_api_shop_user_provider: id: sylius.shop_user_provider.email_or_name_based - sylius_api_chain_provider: - chain: - providers: [sylius_api_shop_user_provider, sylius_api_admin_user_provider] + encoders: Sylius\Component\User\Model\UserInterface: argon2i firewalls: @@ -56,12 +56,12 @@ security: security: false new_api_admin_user: - pattern: "%sylius.security.new_api_route%/admin-user-authentication-token" - provider: sylius_admin_user_provider + pattern: "%sylius.security.new_api_admin_regex%/.*" + provider: sylius_api_admin_user_provider stateless: true anonymous: true json_login: - check_path: "%sylius.security.new_api_route%/admin-user-authentication-token" + check_path: "%sylius.security.new_api_route%/admin/authentication-token" username_path: email password_path: password success_handler: lexik_jwt_authentication.handler.authentication_success @@ -71,12 +71,12 @@ security: - lexik_jwt_authentication.jwt_token_authenticator new_api_shop_user: - pattern: "%sylius.security.new_api_route%/shop-user-authentication-token" - provider: sylius_shop_user_provider + pattern: "%sylius.security.new_api_shop_regex%/.*" + provider: sylius_api_shop_user_provider stateless: true anonymous: true json_login: - check_path: "%sylius.security.new_api_route%/shop-user-authentication-token" + check_path: "%sylius.security.new_api_route%/shop/authentication-token" username_path: email password_path: password success_handler: lexik_jwt_authentication.handler.authentication_success @@ -85,15 +85,6 @@ security: authenticators: - lexik_jwt_authentication.jwt_token_authenticator - new_api: - pattern: "%sylius.security.new_api_regex%/*" - provider: sylius_api_chain_provider - stateless: true - anonymous: lazy - guard: - authenticators: - - lexik_jwt_authentication.jwt_token_authenticator - api: pattern: "%sylius.security.api_regex%/.*" provider: sylius_admin_user_provider @@ -152,4 +143,7 @@ security: - { path: "%sylius.security.api_regex%/.*", role: ROLE_API_ACCESS } - { path: "%sylius.security.shop_regex%/account", role: ROLE_USER } + - { path: "%sylius.security.new_api_route%/admin/authentication-token", role: IS_AUTHENTICATED_ANONYMOUSLY } + - { path: "%sylius.security.new_api_route%/shop/authentication-token", role: IS_AUTHENTICATED_ANONYMOUSLY } - { path: "%sylius.security.new_api_admin_regex%/.*", role: ROLE_API_ACCESS } + - { path: "%sylius.security.new_api_shop_regex%/.*", role: IS_AUTHENTICATED_ANONYMOUSLY } diff --git a/config/packages/sylius_labs_doctrine_migrations_extra.yaml b/config/packages/sylius_labs_doctrine_migrations_extra.yaml new file mode 100644 index 0000000000..3150dd9087 --- /dev/null +++ b/config/packages/sylius_labs_doctrine_migrations_extra.yaml @@ -0,0 +1,3 @@ +sylius_labs_doctrine_migrations_extra: + migrations: + 'App\Migrations': ~ diff --git a/src/Migrations/.gitignore b/src/Migrations/.gitignore new file mode 100644 index 0000000000..e69de29bb2 diff --git a/symfony.lock b/symfony.lock index ad550ed9aa..a8ea62c92b 100644 --- a/symfony.lock +++ b/symfony.lock @@ -374,7 +374,7 @@ "version": "1.0.1" }, "php": { - "version": "7.3.15" + "version": "7.3" }, "php-cs-fixer/diff": { "version": "v1.3.0"