diff --git a/composer.json b/composer.json index 8be7407..cbf124a 100644 --- a/composer.json +++ b/composer.json @@ -4,14 +4,14 @@ "license": "MIT", "require": { "php": "^8.1", - "symplify/config-transformer": "dev-main as 11.1.4", - "symfony/console": "^6.1", - "symfony/filesystem": "^6.1", - "symfony/finder": "^6.1", - "symfony/process": "^6.1", + "symplify/config-transformer": "^12.0", + "symfony/console": "^6.3", + "symfony/filesystem": "^6.3", + "symfony/finder": "^6.3", + "symfony/process": "^6.3", "nunomaduro/termwind": "^1.13", - "symplify/easy-coding-standard": "^11.1.3@dev", - "symplify/coding-standard": "^11.1.3@dev" + "symplify/easy-coding-standard": "^12.0", + "symplify/coding-standard": "^12.0" }, "minimum-stability": "dev", "bin": [ diff --git a/composer.lock b/composer.lock index b605f88..c8547ee 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2a0608003a1386a142327da035877104", + "content-hash": "53af6e9212822d089543849a56c38e7e", "packages": [ { "name": "composer/pcre", @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" + "reference": "73b47b99f928364693ab1f48480c949186283e82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "url": "https://api.github.com/repos/composer/pcre/zipball/73b47b99f928364693ab1f48480c949186283e82", + "reference": "73b47b99f928364693ab1f48480c949186283e82", "shasum": "" }, "require": { @@ -60,7 +60,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.0" + "source": "https://github.com/composer/pcre/tree/main" }, "funding": [ { @@ -76,7 +76,7 @@ "type": "tidelift" } ], - "time": "2022-11-17T09:50:14+00:00" + "time": "2023-09-01T08:40:22+00:00" }, { "name": "composer/semver", @@ -84,12 +84,12 @@ "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "url": "https://api.github.com/repos/composer/semver/zipball/1d09200268e7d1052ded8e5da9c73c96a63d18f5", + "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5", "shasum": "" }, "require": { @@ -140,9 +140,9 @@ "versioning" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.3.2" + "source": "https://github.com/composer/semver/tree/main" }, "funding": [ { @@ -158,7 +158,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T19:23:25+00:00" + "time": "2023-08-31T12:20:31+00:00" }, { "name": "composer/xdebug-handler", @@ -226,205 +226,53 @@ ], "time": "2022-02-25T21:32:43+00:00" }, - { - "name": "doctrine/annotations", - "version": "1.14.x-dev", - "source": { - "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "8708a312e86218d1e597bffbb1e4bbd5f04daa08" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/8708a312e86218d1e597bffbb1e4bbd5f04daa08", - "reference": "8708a312e86218d1e597bffbb1e4bbd5f04daa08", - "shasum": "" - }, - "require": { - "doctrine/lexer": "1.*", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", - "psr/cache": "^1 || ^2 || ^3" - }, - "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "vimeo/psalm": "^4.10" - }, - "suggest": { - "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", - "keywords": [ - "annotations", - "docblock", - "parser" - ], - "support": { - "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.x" - }, - "time": "2022-10-12T16:24:37+00:00" - }, - { - "name": "doctrine/lexer", - "version": "1.3.x-dev", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/ff0bfc39c3cce1cc0aa69471235194c6f104384d", - "reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "https://www.doctrine-project.org/projects/lexer.html", - "keywords": [ - "annotations", - "docblock", - "lexer", - "parser", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.3.x" - }, - "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%2Flexer", - "type": "tidelift" - } - ], - "time": "2022-02-28T11:12:09+00:00" - }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.13.0", + "version": "v3.27.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "a6232229a8309e8811dc751c28b91cb34b2943e1" + "reference": "e73ccaae1208f017bb7860986eebb3da48bd25d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a6232229a8309e8811dc751c28b91cb34b2943e1", - "reference": "a6232229a8309e8811dc751c28b91cb34b2943e1", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/e73ccaae1208f017bb7860986eebb3da48bd25d6", + "reference": "e73ccaae1208f017bb7860986eebb3da48bd25d6", "shasum": "" }, "require": { - "composer/semver": "^3.2", + "composer/semver": "^3.3", "composer/xdebug-handler": "^3.0.3", - "doctrine/annotations": "^1.13", "ext-json": "*", "ext-tokenizer": "*", "php": "^7.4 || ^8.0", - "sebastian/diff": "^4.0", + "sebastian/diff": "^4.0 || ^5.0", "symfony/console": "^5.4 || ^6.0", "symfony/event-dispatcher": "^5.4 || ^6.0", "symfony/filesystem": "^5.4 || ^6.0", "symfony/finder": "^5.4 || ^6.0", "symfony/options-resolver": "^5.4 || ^6.0", - "symfony/polyfill-mbstring": "^1.23", - "symfony/polyfill-php80": "^1.25", - "symfony/polyfill-php81": "^1.25", + "symfony/polyfill-mbstring": "^1.27", + "symfony/polyfill-php80": "^1.27", + "symfony/polyfill-php81": "^1.27", "symfony/process": "^5.4 || ^6.0", "symfony/stopwatch": "^5.4 || ^6.0" }, "require-dev": { + "facile-it/paraunit": "^1.3 || ^2.0", "justinrainbow/json-schema": "^5.2", "keradus/cli-executor": "^2.0", - "mikey179/vfsstream": "^1.6.10", - "php-coveralls/php-coveralls": "^2.5.2", + "mikey179/vfsstream": "^1.6.11", + "php-coveralls/php-coveralls": "^2.5.3", "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpspec/prophecy": "^1.15", + "phpspec/prophecy": "^1.16", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "phpunitgoodpractices/polyfill": "^1.6", "phpunitgoodpractices/traits": "^1.9.2", - "symfony/phpunit-bridge": "^6.0", + "symfony/phpunit-bridge": "^6.2.3", "symfony/yaml": "^5.4 || ^6.0" }, "suggest": { @@ -455,9 +303,15 @@ } ], "description": "A tool to automatically fix PHP code style", + "keywords": [ + "Static code analysis", + "fixer", + "standards", + "static analysis" + ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.27.0" }, "funding": [ { @@ -465,7 +319,7 @@ "type": "github" } ], - "time": "2022-10-31T19:28:50+00:00" + "time": "2023-09-17T14:37:54+00:00" }, { "name": "nette/utils", @@ -473,21 +327,22 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "d9a5ce7d828d255cde61f75de1f4ba71af076c18" + "reference": "3b648e7b3b52dd95bcef16e8f978cd63e0fb2839" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d9a5ce7d828d255cde61f75de1f4ba71af076c18", - "reference": "d9a5ce7d828d255cde61f75de1f4ba71af076c18", + "url": "https://api.github.com/repos/nette/utils/zipball/3b648e7b3b52dd95bcef16e8f978cd63e0fb2839", + "reference": "3b648e7b3b52dd95bcef16e8f978cd63e0fb2839", "shasum": "" }, "require": { - "php": ">=7.2 <8.3" + "php": ">=7.2 <8.4" }, "conflict": { "nette/di": "<3.0.6" }, "require-dev": { + "jetbrains/phpstorm-attributes": "dev-master", "nette/tester": "~2.0", "phpstan/phpstan": "^1.0", "tracy/tracy": "^2.3" @@ -550,20 +405,20 @@ "issues": "https://github.com/nette/utils/issues", "source": "https://github.com/nette/utils/tree/v3.2" }, - "time": "2022-10-23T16:30:55+00:00" + "time": "2023-08-29T22:00:30+00:00" }, { "name": "nunomaduro/termwind", - "version": "v1.14.2", + "version": "v1.15.1", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "9a8218511eb1a0965629ff820dda25985440aefc" + "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/9a8218511eb1a0965629ff820dda25985440aefc", - "reference": "9a8218511eb1a0965629ff820dda25985440aefc", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc", + "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc", "shasum": "" }, "require": { @@ -620,7 +475,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v1.14.2" + "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1" }, "funding": [ { @@ -636,60 +491,7 @@ "type": "github" } ], - "time": "2022-10-28T22:51:32+00:00" - }, - { - "name": "psr/cache", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/0a7c67d0d1c8167b342eb74339d6f961663826ce", - "reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "suggest": { - "fig/cache-util": "Provides some useful PSR-6 utilities" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/master" - }, - "time": "2021-02-24T03:25:37+00:00" + "time": "2023-02-08T01:06:31+00:00" }, { "name": "psr/container", @@ -851,29 +653,30 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "5982dfaf0461593e7880ca5a84130d63f96e63f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5982dfaf0461593e7880ca5a84130d63f96e63f7", + "reference": "5982dfaf0461593e7880ca5a84130d63f96e63f7", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^10.0", "symfony/process": "^4.2 || ^5" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.1-dev" } }, "autoload": { @@ -905,7 +708,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "security": "https://github.com/sebastianbergmann/diff/security/policy", + "source": "https://github.com/sebastianbergmann/diff/tree/main" }, "funding": [ { @@ -913,105 +717,28 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" - }, - { - "name": "symfony/config", - "version": "6.2.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ebf27792246165a2a0b6b69ec9c620cac8c5a2f0", - "reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/filesystem": "^5.4|^6.0", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/finder": "<5.4" - }, - "require-dev": { - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/messenger": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "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": "Helps you find, load, combine, autofill and validate configuration values of any kind", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/config/tree/6.2" - }, - "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": "2022-11-02T09:08:04+00:00" + "time": "2023-09-17T15:29:24+00:00" }, { "name": "symfony/console", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "42af19c215b34d1f619a499ca2b2ba549af19490" + "reference": "f542ffc1dc4b42eb57b67f07d31b91ae9d501419" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/42af19c215b34d1f619a499ca2b2ba549af19490", - "reference": "42af19c215b34d1f619a499ca2b2ba549af19490", + "url": "https://api.github.com/repos/symfony/console/zipball/f542ffc1dc4b42eb57b67f07d31b91ae9d501419", + "reference": "f542ffc1dc4b42eb57b67f07d31b91ae9d501419", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.4|^6.0" + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^5.4|^6.0|^7.0" }, "conflict": { "symfony/dependency-injection": "<5.4", @@ -1025,18 +752,13 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/lock": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -1065,100 +787,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command line", + "command-line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/6.2" - }, - "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": "2022-11-20T18:39:20+00:00" - }, - { - "name": "symfony/dependency-injection", - "version": "6.2.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "c801a397733a15b10b5cdd1c7a2e21e111651b08" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c801a397733a15b10b5cdd1c7a2e21e111651b08", - "reference": "c801a397733a15b10b5cdd1c7a2e21e111651b08", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/container": "^1.1|^2.0", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/service-contracts": "^1.1.6|^2.0|^3.0", - "symfony/var-exporter": "^6.2" - }, - "conflict": { - "ext-psr": "<1.1|>=2", - "symfony/config": "<6.1", - "symfony/finder": "<5.4", - "symfony/proxy-manager-bridge": "<6.2", - "symfony/yaml": "<5.4" - }, - "provide": { - "psr/container-implementation": "1.1|2.0", - "symfony/service-implementation": "1.1|2.0|3.0" - }, - "require-dev": { - "symfony/config": "^6.1", - "symfony/expression-language": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "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": "Allows you to standardize and centralize the way objects are constructed in your application", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/dependency-injection/tree/6.2" + "source": "https://github.com/symfony/console/tree/6.4" }, "funding": [ { @@ -1174,7 +808,7 @@ "type": "tidelift" } ], - "time": "2022-11-04T07:42:34+00:00" + "time": "2023-09-10T14:56:30+00:00" }, { "name": "symfony/deprecation-contracts", @@ -1182,12 +816,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691" + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/4912000e79dc2d6df029d35d8755be1ed79b6691", - "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", + "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", "shasum": "" }, "require": { @@ -1197,7 +831,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -1226,7 +860,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/main" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" }, "funding": [ { @@ -1242,28 +876,29 @@ "type": "tidelift" } ], - "time": "2022-05-20T13:56:22+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/event-dispatcher", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "9efb1618fabee89515fe031314e8ed5625f85a53" + "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9efb1618fabee89515fe031314e8ed5625f85a53", - "reference": "9efb1618fabee89515fe031314e8ed5625f85a53", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d76d2632cfc2206eecb5ad2b26cd5934082941b6", + "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/event-dispatcher-contracts": "^2|^3" + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<5.4" + "symfony/dependency-injection": "<5.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", @@ -1271,17 +906,13 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/error-handler": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/stopwatch": "^5.4|^6.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/stopwatch": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -1309,7 +940,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/6.2" + "source": "https://github.com/symfony/event-dispatcher/tree/6.4" }, "funding": [ { @@ -1325,7 +956,7 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2023-07-27T06:52:43+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -1333,26 +964,23 @@ "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "6bbedcf195e1aee798d842277dd380bb48491703" + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/6bbedcf195e1aee798d842277dd380bb48491703", - "reference": "6bbedcf195e1aee798d842277dd380bb48491703", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", + "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", "shasum": "" }, "require": { "php": ">=8.1", "psr/event-dispatcher": "^1" }, - "suggest": { - "symfony/event-dispatcher-implementation": "" - }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -1389,7 +1017,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/main" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" }, "funding": [ { @@ -1405,20 +1033,20 @@ "type": "tidelift" } ], - "time": "2022-05-20T13:56:22+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { "name": "symfony/filesystem", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016" + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/50b2523c874605cf3d4acf7a9e2b30b6a440a016", - "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/952a8cb588c3bc6ce76f6023000fb932f16a6e59", + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59", "shasum": "" }, "require": { @@ -1452,7 +1080,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/6.2" + "source": "https://github.com/symfony/filesystem/tree/6.4" }, "funding": [ { @@ -1468,27 +1096,27 @@ "type": "tidelift" } ], - "time": "2022-11-20T13:01:27+00:00" + "time": "2023-07-26T17:27:13+00:00" }, { "name": "symfony/finder", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570" + "reference": "b947e427bb15d4eff8d0f68fe0196d9e33b825f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570", - "reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570", + "url": "https://api.github.com/repos/symfony/finder/zipball/b947e427bb15d4eff8d0f68fe0196d9e33b825f7", + "reference": "b947e427bb15d4eff8d0f68fe0196d9e33b825f7", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.0" + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -1516,7 +1144,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/6.2" + "source": "https://github.com/symfony/finder/tree/6.4" }, "funding": [ { @@ -1532,25 +1160,25 @@ "type": "tidelift" } ], - "time": "2022-10-09T08:55:40+00:00" + "time": "2023-07-31T08:31:53+00:00" }, { "name": "symfony/options-resolver", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "d28f02acde71ff75e957082cd36e973df395f626" + "reference": "22301f0e7fdeaacc14318928612dee79be99860e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/d28f02acde71ff75e957082cd36e973df395f626", - "reference": "d28f02acde71ff75e957082cd36e973df395f626", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/22301f0e7fdeaacc14318928612dee79be99860e", + "reference": "22301f0e7fdeaacc14318928612dee79be99860e", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3" + "symfony/deprecation-contracts": "^2.5|^3" }, "type": "library", "autoload": { @@ -1583,7 +1211,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/6.2" + "source": "https://github.com/symfony/options-resolver/tree/6.4" }, "funding": [ { @@ -1599,20 +1227,20 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2023-08-08T10:16:24+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "shasum": "" }, "require": { @@ -1628,7 +1256,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1666,7 +1294,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, "funding": [ { @@ -1682,20 +1310,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + "reference": "875e90aeea2777b6f135677f618529449334a612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", + "reference": "875e90aeea2777b6f135677f618529449334a612", "shasum": "" }, "require": { @@ -1708,7 +1336,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1748,7 +1376,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, "funding": [ { @@ -1764,20 +1392,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", "shasum": "" }, "require": { @@ -1790,7 +1418,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1833,7 +1461,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" }, "funding": [ { @@ -1849,20 +1477,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "reference": "42292d99c55abe617799667f454222c54c60e229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "reference": "42292d99c55abe617799667f454222c54c60e229", "shasum": "" }, "require": { @@ -1878,7 +1506,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1917,7 +1545,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" }, "funding": [ { @@ -1933,20 +1561,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-07-28T09:04:16+00:00" }, { "name": "symfony/polyfill-php80", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -1956,7 +1584,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2001,7 +1629,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -2017,20 +1645,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php81", - "version": "dev-main", + "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { @@ -2040,7 +1668,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2081,7 +1709,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -2097,20 +1725,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/process", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877" + "reference": "83264b6a59a114522e4107cc249172aaa78b9720" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/ba6e55359f8f755fe996c58a81e00eaa67a35877", - "reference": "ba6e55359f8f755fe996c58a81e00eaa67a35877", + "url": "https://api.github.com/repos/symfony/process/zipball/83264b6a59a114522e4107cc249172aaa78b9720", + "reference": "83264b6a59a114522e4107cc249172aaa78b9720", "shasum": "" }, "require": { @@ -2142,7 +1770,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/6.2" + "source": "https://github.com/symfony/process/tree/6.4" }, "funding": [ { @@ -2158,7 +1786,7 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" + "time": "2023-09-11T16:39:34+00:00" }, { "name": "symfony/service-contracts", @@ -2166,12 +1794,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "cb82f217a2029131afbcbd220c511d0d77ebed19" + "reference": "a4025a1c812c231d88ed0780e866b0cc644f4a84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/cb82f217a2029131afbcbd220c511d0d77ebed19", - "reference": "cb82f217a2029131afbcbd220c511d0d77ebed19", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a4025a1c812c231d88ed0780e866b0cc644f4a84", + "reference": "a4025a1c812c231d88ed0780e866b0cc644f4a84", "shasum": "" }, "require": { @@ -2181,14 +1809,11 @@ "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "3.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -2244,25 +1869,25 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:19:18+00:00" + "time": "2023-07-29T13:12:44+00:00" }, { "name": "symfony/stopwatch", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7" + "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/266636bb8f3fbdccc302491df7b3a1b9a8c238a7", - "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", + "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/service-contracts": "^1|^2|^3" + "symfony/service-contracts": "^2.5|^3" }, "type": "library", "autoload": { @@ -2290,7 +1915,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/6.1" + "source": "https://github.com/symfony/stopwatch/tree/v6.3.0-RC1" }, "funding": [ { @@ -2306,20 +1931,20 @@ "type": "tidelift" } ], - "time": "2022-09-28T16:00:52+00:00" + "time": "2023-02-16T10:14:28+00:00" }, { "name": "symfony/string", - "version": "6.2.x-dev", + "version": "6.4.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ba9fd9b020a450d07d02972a3d450d7895f14066" + "reference": "fe9228ba417441e16f31d36ddad2b3076135f453" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ba9fd9b020a450d07d02972a3d450d7895f14066", - "reference": "ba9fd9b020a450d07d02972a3d450d7895f14066", + "url": "https://api.github.com/repos/symfony/string/zipball/fe9228ba417441e16f31d36ddad2b3076135f453", + "reference": "fe9228ba417441e16f31d36ddad2b3076135f453", "shasum": "" }, "require": { @@ -2330,14 +1955,14 @@ "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": "<2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/intl": "^6.2", - "symfony/translation-contracts": "^2.0|^3.0", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", + "symfony/translation-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -2376,7 +2001,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/6.2" + "source": "https://github.com/symfony/string/tree/6.4" }, "funding": [ { @@ -2392,222 +2017,44 @@ "type": "tidelift" } ], - "time": "2022-11-02T09:08:04+00:00" - }, - { - "name": "symfony/var-exporter", - "version": "6.2.x-dev", - "source": { - "type": "git", - "url": "https://github.com/symfony/var-exporter.git", - "reference": "9fc43ea2cf5114c40bd2bf3140bdda98c76d565f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9fc43ea2cf5114c40bd2bf3140bdda98c76d565f", - "reference": "9fc43ea2cf5114c40bd2bf3140bdda98c76d565f", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "require-dev": { - "symfony/var-dumper": "^5.4|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\VarExporter\\": "" - }, - "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": "Allows exporting any serializable PHP data structure to plain PHP code", - "homepage": "https://symfony.com", - "keywords": [ - "clone", - "construct", - "export", - "hydrate", - "instantiate", - "lazy loading", - "proxy", - "serialize" - ], - "support": { - "source": "https://github.com/symfony/var-exporter/tree/6.2" - }, - "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": "2022-11-13T14:45:12+00:00" - }, - { - "name": "symplify/autowire-array-parameter", - "version": "11.1.4", - "source": { - "type": "git", - "url": "https://github.com/symplify/autowire-array-parameter.git", - "reference": "9d6ea6e002e60c2b0f0caa04b909874a50455682" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/9d6ea6e002e60c2b0f0caa04b909874a50455682", - "reference": "9d6ea6e002e60c2b0f0caa04b909874a50455682", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.0", - "symfony/dependency-injection": "^6.0", - "symplify/package-builder": "^11.1.4" - }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/coding-standard": "<11.1.4", - "symplify/composer-json-manipulator": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/easy-testing": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/rule-doc-generator-contracts": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/smart-file-system": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/symplify-kernel": "<11.1.4", - "symplify/vendor-patches": "<11.1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.21" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\AutowireArrayParameter\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Autowire array parameters for your Symfony applications", - "support": { - "source": "https://github.com/symplify/autowire-array-parameter/tree/11.1.4" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-08-13T19:39:19+00:00" + "time": "2023-07-27T06:52:43+00:00" }, { "name": "symplify/coding-standard", - "version": "11.1.4", + "version": "12.0.3", "source": { "type": "git", "url": "https://github.com/symplify/coding-standard.git", - "reference": "d0fcd2a965ac53b58a50ba93630db72475179266" + "reference": "bf8f561330e769796903fdcd19adde5c158d3a4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/coding-standard/zipball/d0fcd2a965ac53b58a50ba93630db72475179266", - "reference": "d0fcd2a965ac53b58a50ba93630db72475179266", + "url": "https://api.github.com/repos/symplify/coding-standard/zipball/bf8f561330e769796903fdcd19adde5c158d3a4e", + "reference": "bf8f561330e769796903fdcd19adde5c158d3a4e", "shasum": "" }, "require": { - "friendsofphp/php-cs-fixer": "^3.9.5", + "friendsofphp/php-cs-fixer": "^3.18", "nette/utils": "^3.2", - "php": ">=8.0", - "symplify/autowire-array-parameter": "^11.1.4", - "symplify/package-builder": "^11.1.4", - "symplify/rule-doc-generator-contracts": "^11.1.4", - "symplify/symplify-kernel": "^11.1.4" - }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/composer-json-manipulator": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/easy-testing": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/smart-file-system": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/vendor-patches": "<11.1.4" + "php": ">=8.1", + "symplify/rule-doc-generator-contracts": "^11.1" }, "require-dev": { - "cweagans/composer-patches": "^1.7", - "doctrine/orm": "^2.12.3", - "nette/application": "^3.1", - "nette/bootstrap": "^3.1.2", - "phpunit/phpunit": "^9.5.21", - "symfony/framework-bundle": "^6.0.10", - "symplify/easy-coding-standard": "^11.1.4", - "symplify/rule-doc-generator": "^11.1.4", - "symplify/smart-file-system": "^11.1.4", - "symplify/symplify-kernel": "^11.1.4" + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan": "^1.10.26", + "phpunit/phpunit": "^10.2", + "rector/rector": "^0.17.7", + "squizlabs/php_codesniffer": "^3.7.2", + "symplify/easy-ci": "^11.3", + "symplify/easy-coding-standard": "^12.0.1", + "symplify/phpstan-extensions": "^11.2", + "symplify/rule-doc-generator": "^12.0", + "tomasvotruba/class-leak": "^0.1", + "tomasvotruba/type-coverage": "^0.2", + "tomasvotruba/unused-public": "^0.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - }, - "enable-patching": true, - "patches": { - "symfony/dependency-injection": [ - "https://raw.githubusercontent.com/symplify/vendor-patch-files/main/patches/generic-php-config-loader.patch" - ] - } - }, "autoload": { "psr-4": { "Symplify\\CodingStandard\\": "src" @@ -2619,7 +2066,8 @@ ], "description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.", "support": { - "source": "https://github.com/symplify/coding-standard/tree/11.1.4" + "issues": "https://github.com/symplify/coding-standard/issues", + "source": "https://github.com/symplify/coding-standard/tree/12.0.3" }, "funding": [ { @@ -2631,115 +2079,42 @@ "type": "github" } ], - "time": "2022-08-13T19:39:22+00:00" - }, - { - "name": "symplify/composer-json-manipulator", - "version": "11.1.4", - "source": { - "type": "git", - "url": "https://github.com/symplify/composer-json-manipulator.git", - "reference": "c6d4d43fc983fc145b6e3d917408cc656a38af41" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/composer-json-manipulator/zipball/c6d4d43fc983fc145b6e3d917408cc656a38af41", - "reference": "c6d4d43fc983fc145b6e3d917408cc656a38af41", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.0", - "symfony/config": "^6.0", - "symfony/dependency-injection": "^6.0", - "symfony/filesystem": "^6.0", - "symplify/package-builder": "^11.1.4", - "symplify/smart-file-system": "^11.1.4", - "symplify/symplify-kernel": "^11.1.4" - }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/autowire-array-parameter": "<11.1.4", - "symplify/coding-standard": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/easy-testing": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/rule-doc-generator-contracts": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/symplify-kernel": "<9.4.70", - "symplify/vendor-patches": "<11.1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.21" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\ComposerJsonManipulator\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Package to load, merge and save composer.json file(s)", - "support": { - "source": "https://github.com/symplify/composer-json-manipulator/tree/11.1.4" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-08-13T19:39:28+00:00" + "time": "2023-08-12T15:52:36+00:00" }, { "name": "symplify/config-transformer", - "version": "dev-main", + "version": "12.0.5", "source": { "type": "git", "url": "https://github.com/symplify/config-transformer.git", - "reference": "a9e018b81ec7bc641f59bbdfb37b15c891a88fce" + "reference": "1b21a1ea429a378319d6313b4b024492b2f776c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/config-transformer/zipball/a9e018b81ec7bc641f59bbdfb37b15c891a88fce", - "reference": "a9e018b81ec7bc641f59bbdfb37b15c891a88fce", + "url": "https://api.github.com/repos/symplify/config-transformer/zipball/1b21a1ea429a378319d6313b4b024492b2f776c9", + "reference": "1b21a1ea429a378319d6313b4b024492b2f776c9", "shasum": "" }, "require": { "php": ">=7.2" }, - "default-branch": true, "bin": [ "bin/config-transformer" ], "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Prefixed version of Symfony YAML/XML to PHP/YAML config converter", "support": { - "source": "https://github.com/symplify/config-transformer/tree/main" + "issues": "https://github.com/symplify/config-transformer/issues", + "source": "https://github.com/symplify/config-transformer/tree/12.0.5" }, "funding": [ { @@ -2751,20 +2126,20 @@ "type": "github" } ], - "time": "2022-11-20T02:02:03+00:00" + "time": "2023-02-22T19:32:35+00:00" }, { "name": "symplify/easy-coding-standard", - "version": "11.1.17", + "version": "12.0.8", "source": { "type": "git", - "url": "https://github.com/symplify/easy-coding-standard.git", - "reference": "2a98e5b976a3ab573d8e5604d6eb39d9f5783760" + "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", + "reference": "99d87d188acc712dd6655ee946569f823cfeff69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/2a98e5b976a3ab573d8e5604d6eb39d9f5783760", - "reference": "2a98e5b976a3ab573d8e5604d6eb39d9f5783760", + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/99d87d188acc712dd6655ee946569f823cfeff69", + "reference": "99d87d188acc712dd6655ee946569f823cfeff69", "shasum": "" }, "require": { @@ -2772,17 +2147,13 @@ }, "conflict": { "friendsofphp/php-cs-fixer": "<3.0", - "squizlabs/php_codesniffer": "<3.6" + "squizlabs/php_codesniffer": "<3.6", + "symplify/coding-standard": "<11.3" }, "bin": [ "bin/ecs" ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "10.3-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -2792,168 +2163,16 @@ "license": [ "MIT" ], - "description": "Prefixed scoped version of ECS package", - "support": { - "source": "https://github.com/symplify/easy-coding-standard/tree/11.1.17" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-11-10T15:20:49+00:00" - }, - { - "name": "symplify/easy-testing", - "version": "11.1.4", - "source": { - "type": "git", - "url": "https://github.com/symplify/easy-testing.git", - "reference": "2cc962db2256bec62b21f0a3d9fcd34998b67974" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/easy-testing/zipball/2cc962db2256bec62b21f0a3d9fcd34998b67974", - "reference": "2cc962db2256bec62b21f0a3d9fcd34998b67974", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.0", - "symfony/console": "^6.0", - "symfony/dependency-injection": "^6.0", - "symfony/finder": "^6.0", - "symplify/package-builder": "^11.1.4", - "symplify/smart-file-system": "^11.1.4", - "symplify/symplify-kernel": "^11.1.4" - }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/autowire-array-parameter": "<11.1.4", - "symplify/coding-standard": "<11.1.4", - "symplify/composer-json-manipulator": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/rule-doc-generator-contracts": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/vendor-patches": "<11.1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.21" - }, - "bin": [ - "bin/easy-testing" - ], - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\EasyTesting\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Testing made easy", - "support": { - "source": "https://github.com/symplify/easy-testing/tree/11.1.4" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-08-13T19:39:29+00:00" - }, - { - "name": "symplify/package-builder", - "version": "11.1.4", - "source": { - "type": "git", - "url": "https://github.com/symplify/package-builder.git", - "reference": "ae1c6ca8f155a7cf983fcff7c9ae808c55c0741b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/package-builder/zipball/ae1c6ca8f155a7cf983fcff7c9ae808c55c0741b", - "reference": "ae1c6ca8f155a7cf983fcff7c9ae808c55c0741b", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.0", - "sebastian/diff": "^4.0", - "symfony/config": "^6.0", - "symfony/console": "^6.0", - "symfony/dependency-injection": "^6.0", - "symfony/finder": "^6.0", - "symplify/easy-testing": "^11.1.4", - "symplify/symplify-kernel": "^11.1.4" - }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/autowire-array-parameter": "<11.1.4", - "symplify/coding-standard": "<11.1.4", - "symplify/composer-json-manipulator": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/rule-doc-generator-contracts": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/smart-file-system": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/vendor-patches": "<11.1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.21" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\PackageBuilder\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" + "description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer", + "keywords": [ + "Code style", + "automation", + "fixer", + "static analysis" ], - "description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.", "support": { - "source": "https://github.com/symplify/package-builder/tree/11.1.4" + "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.0.8" }, "funding": [ { @@ -2965,48 +2184,38 @@ "type": "github" } ], - "time": "2022-08-13T19:39:30+00:00" + "time": "2023-09-08T10:17:14+00:00" }, { "name": "symplify/rule-doc-generator-contracts", - "version": "11.1.4", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/symplify/rule-doc-generator-contracts.git", - "reference": "c33920c30013c69fad907584499e28a12849c876" + "reference": "60a32a501f200ff13afcef8fd3742da9ab69c648" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/c33920c30013c69fad907584499e28a12849c876", - "reference": "c33920c30013c69fad907584499e28a12849c876", + "url": "https://api.github.com/repos/symplify/rule-doc-generator-contracts/zipball/60a32a501f200ff13afcef8fd3742da9ab69c648", + "reference": "60a32a501f200ff13afcef8fd3742da9ab69c648", "shasum": "" }, "require": { - "nette/utils": "^3.2", - "php": ">=8.0" + "nette/utils": "^3.2 || ^4.0", + "php": ">=8.1" }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/autowire-array-parameter": "<11.1.4", - "symplify/coding-standard": "<11.1.4", - "symplify/composer-json-manipulator": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/easy-testing": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/package-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/smart-file-system": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/symplify-kernel": "<11.1.4", - "symplify/vendor-patches": "<11.1.4" + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/extension-installer": "^1.2", + "rector/rector": "^0.15.10", + "symplify/easy-ci": "^11.1", + "symplify/easy-coding-standard": "^11.1", + "symplify/easy-testing": "^11.1", + "symplify/phpstan-extensions": "^11.1", + "symplify/phpstan-rules": "11.2.3.72", + "tomasvotruba/unused-public": "^0.0.34" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -3024,7 +2233,7 @@ ], "description": "Contracts for production code of RuleDocGenerator", "support": { - "source": "https://github.com/symplify/rule-doc-generator-contracts/tree/11.1.4" + "source": "https://github.com/symplify/rule-doc-generator-contracts/tree/main" }, "funding": [ { @@ -3036,230 +2245,18 @@ "type": "github" } ], - "time": "2022-08-13T19:38:21+00:00" - }, - { - "name": "symplify/smart-file-system", - "version": "11.1.4", - "source": { - "type": "git", - "url": "https://github.com/symplify/smart-file-system.git", - "reference": "8b6bcd4c7eef42e5c58cff9b5a294b3265f4a8ee" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/smart-file-system/zipball/8b6bcd4c7eef42e5c58cff9b5a294b3265f4a8ee", - "reference": "8b6bcd4c7eef42e5c58cff9b5a294b3265f4a8ee", - "shasum": "" - }, - "require": { - "nette/utils": "^3.2", - "php": ">=8.0", - "symfony/filesystem": "^6.0", - "symfony/finder": "^6.0" - }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/autowire-array-parameter": "<11.1.4", - "symplify/coding-standard": "<11.1.4", - "symplify/composer-json-manipulator": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/easy-testing": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/package-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/rule-doc-generator-contracts": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/symplify-kernel": "<11.1.4", - "symplify/vendor-patches": "<11.1.4" - }, - "require-dev": { - "nette/finder": "^2.5.3", - "phpunit/phpunit": "^9.5.21" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\SmartFileSystem\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Sanitized FileInfo with safe getRealPath() and other handy methods", - "support": { - "source": "https://github.com/symplify/smart-file-system/tree/11.1.4" - }, - "funding": [ - { - "url": "https://www.paypal.me/rectorphp", - "type": "custom" - }, - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2022-08-13T19:38:30+00:00" - }, - { - "name": "symplify/symplify-kernel", - "version": "11.1.4", - "source": { - "type": "git", - "url": "https://github.com/symplify/symplify-kernel.git", - "reference": "d9a03d908a12286cc3799046a2540109bbaf8701" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/d9a03d908a12286cc3799046a2540109bbaf8701", - "reference": "d9a03d908a12286cc3799046a2540109bbaf8701", - "shasum": "" - }, - "require": { - "php": ">=8.0", - "symfony/console": "^6.0", - "symfony/dependency-injection": "^6.0", - "symplify/autowire-array-parameter": "^11.1.4", - "symplify/composer-json-manipulator": "^11.1.4", - "symplify/package-builder": "^11.1.4", - "symplify/smart-file-system": "^11.1.4", - "webmozart/assert": "^1.10" - }, - "conflict": { - "symplify/astral": "<11.1.4", - "symplify/coding-standard": "<11.1.4", - "symplify/config-transformer": "<11.1.4", - "symplify/easy-ci": "<11.1.4", - "symplify/easy-coding-standard": "<11.1.4", - "symplify/easy-parallel": "<11.1.4", - "symplify/easy-testing": "<11.1.4", - "symplify/monorepo-builder": "<11.1.4", - "symplify/php-config-printer": "<11.1.4", - "symplify/phpstan-extensions": "<11.1.4", - "symplify/phpstan-rules": "<11.1.4", - "symplify/rule-doc-generator": "<11.1.4", - "symplify/rule-doc-generator-contracts": "<11.1.4", - "symplify/skipper": "<11.1.4", - "symplify/symfony-static-dumper": "<11.1.4", - "symplify/vendor-patches": "<11.1.4" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.21" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "11.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symplify\\SymplifyKernel\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Internal Kernel for Symplify packages", - "support": { - "source": "https://github.com/symplify/symplify-kernel/tree/11.1.4" - }, - "time": "2022-08-13T19:39:42+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.11.0", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "php": "^7.2 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.13" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.11.0" - }, - "time": "2022-06-03T18:03:27+00:00" + "time": "2023-04-04T07:27:54+00:00" } ], "packages-dev": [], - "aliases": [ - { - "package": "symplify/config-transformer", - "version": "dev-main", - "alias": "11.1.4", - "alias_normalized": "11.1.4.0" - } - ], + "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "symplify/config-transformer": 20, - "symplify/easy-coding-standard": 20, - "symplify/coding-standard": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^8.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/yaml-to-php b/yaml-to-php index a81ec79..c8328fc 100755 --- a/yaml-to-php +++ b/yaml-to-php @@ -165,7 +165,6 @@ require getcwd().'/vendor/autoload.php'; $process = new Process([ \PHP_BINARY, getcwd().'/vendor/bin/config-transformer', - 'switch-format', $directory, ]);