From 29fc06357d195b9399449a2bf3cdebf333f0a6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Sun, 2 Apr 2023 20:33:27 +0200 Subject: [PATCH] Update dev tools (#19) --- .dev-tools/composer.json | 14 +- .dev-tools/composer.lock | 423 ++++++++++++++++++++++++--------------- README.md | 182 +++++++++-------- 3 files changed, 358 insertions(+), 261 deletions(-) diff --git a/.dev-tools/composer.json b/.dev-tools/composer.json index 5e8d8b1..684821d 100644 --- a/.dev-tools/composer.json +++ b/.dev-tools/composer.json @@ -1,8 +1,8 @@ { "type": "project", "require": { - "composer/composer": "^2.5.1", - "ergebnis/composer-normalize": "^2.29", + "composer/composer": "^2.5.5", + "ergebnis/composer-normalize": "^2.30.2", "kubawerlos/composer-smaller-lock": "^1.0.1", "kubawerlos/php-cs-fixer-config": "^3.15", "kubawerlos/types-checker": "^2.2", @@ -10,11 +10,11 @@ "mi-schi/phpmd-extension": "^4.3", "phpmd/phpmd": "^2.13", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9.14", - "phpstan/phpstan-phpunit": "^1.3.3", - "phpstan/phpstan-strict-rules": "^1.4.5", - "squizlabs/php_codesniffer": "^3.7.1", - "vimeo/psalm": "^5.6" + "phpstan/phpstan": "^1.10.10", + "phpstan/phpstan-phpunit": "^1.3.11", + "phpstan/phpstan-strict-rules": "^1.5.1", + "squizlabs/php_codesniffer": "^3.7.2", + "vimeo/psalm": "^5.9" }, "config": { "allow-plugins": { diff --git a/.dev-tools/composer.lock b/.dev-tools/composer.lock index 11d10d9..41d93fe 100644 --- a/.dev-tools/composer.lock +++ b/.dev-tools/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": "a75d4d12cfc1282a84c941bb25114587", + "content-hash": "96d8b7b23309510788003763becc3b98", "packages": [ { "name": "amphp/amp", @@ -148,16 +148,16 @@ }, { "name": "composer/composer", - "version": "2.5.1", + "version": "2.5.5", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "923278ad13e1621946eb76ab2882655d2cc396a4" + "reference": "c7cffaad16a60636a776017eac5bd8cd0095c32f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/923278ad13e1621946eb76ab2882655d2cc396a4", - "reference": "923278ad13e1621946eb76ab2882655d2cc396a4" + "url": "https://api.github.com/repos/composer/composer/zipball/c7cffaad16a60636a776017eac5bd8cd0095c32f", + "reference": "c7cffaad16a60636a776017eac5bd8cd0095c32f" }, "require": { "composer/ca-bundle": "^1.0", @@ -238,43 +238,6 @@ ], "description": "Small utility library that handles metadata minification and expansion." }, - { - "name": "composer/package-versions-deprecated", - "version": "1.11.99.5", - "source": { - "type": "git", - "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" - }, - "require": { - "composer-plugin-api": "^1.1.0 || ^2.0", - "php": "^7 || ^8" - }, - "replace": { - "ocramius/package-versions": "1.11.99" - }, - "type": "composer-plugin", - "extra": { - "class": "PackageVersions\\Installer", - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "PackageVersions\\": "src/PackageVersions" - } - }, - "license": [ - "MIT" - ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)" - }, { "name": "composer/pcre", "version": "3.1.0", @@ -427,26 +390,55 @@ ], "description": "implementation of xdg base directory specification for php" }, + { + "name": "doctrine/deprecations", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + }, + "require": { + "php": "^7.1|^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages." + }, { "name": "ergebnis/composer-normalize", - "version": "2.29.0", + "version": "2.30.2", "source": { "type": "git", "url": "https://github.com/ergebnis/composer-normalize.git", - "reference": "fad0e99b16c625817a5bfd910e4d7e31999c53b2" + "reference": "54d58f7dc5517ae183ac2c06f1dcbd616876673c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/fad0e99b16c625817a5bfd910e4d7e31999c53b2", - "reference": "fad0e99b16c625817a5bfd910e4d7e31999c53b2" + "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/54d58f7dc5517ae183ac2c06f1dcbd616876673c", + "reference": "54d58f7dc5517ae183ac2c06f1dcbd616876673c" }, "require": { "composer-plugin-api": "^2.0.0", - "ergebnis/json-normalizer": "~2.1.0", + "ergebnis/json": "^1.0.1", + "ergebnis/json-normalizer": "^4.0.2", "ergebnis/json-printer": "^3.3.0", + "ext-json": "*", "justinrainbow/json-schema": "^5.2.12", "localheinz/diff": "^1.1.1", - "php": "^8.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "type": "composer-plugin", "extra": { @@ -466,25 +458,60 @@ ], "description": "Provides a composer plugin for normalizing composer.json." }, + { + "name": "ergebnis/json", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/ergebnis/json.git", + "reference": "d66ea30060856d0729a4aa319a02752519ca63a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ergebnis/json/zipball/d66ea30060856d0729a4aa319a02752519ca63a0", + "reference": "d66ea30060856d0729a4aa319a02752519ca63a0" + }, + "require": { + "php": "^8.0" + }, + "type": "library", + "extra": { + "composer-normalize": { + "indent-size": 2, + "indent-style": "space" + } + }, + "autoload": { + "psr-4": { + "Ergebnis\\Json\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "Provides a Json value object for representing a valid JSON string." + }, { "name": "ergebnis/json-normalizer", - "version": "2.1.0", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/ergebnis/json-normalizer.git", - "reference": "2039eb11131a243b9204bf51219baa08935e6b1d" + "reference": "15df99fbf454da13b31008795a7397d3d7d73bb4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/2039eb11131a243b9204bf51219baa08935e6b1d", - "reference": "2039eb11131a243b9204bf51219baa08935e6b1d" + "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/15df99fbf454da13b31008795a7397d3d7d73bb4", + "reference": "15df99fbf454da13b31008795a7397d3d7d73bb4" }, "require": { - "ergebnis/json-printer": "^3.2.0", - "ergebnis/json-schema-validator": "^2.0.0", + "ergebnis/json": "^1.0.1", + "ergebnis/json-pointer": "^3.2.0", + "ergebnis/json-printer": "^3.3.0", + "ergebnis/json-schema-validator": "^4.0.0", "ext-json": "*", - "justinrainbow/json-schema": "^5.2.11", - "php": "^7.4 || ^8.0" + "justinrainbow/json-schema": "^5.2.12", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "type": "library", "autoload": { @@ -497,6 +524,39 @@ ], "description": "Provides generic and vendor-specific normalizers for normalizing JSON documents." }, + { + "name": "ergebnis/json-pointer", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://github.com/ergebnis/json-pointer.git", + "reference": "861516ff5afa1aa8905fdf3361315909523a1bf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ergebnis/json-pointer/zipball/861516ff5afa1aa8905fdf3361315909523a1bf8", + "reference": "861516ff5afa1aa8905fdf3361315909523a1bf8" + }, + "require": { + "php": "^8.0" + }, + "type": "library", + "extra": { + "composer-normalize": { + "indent-size": 2, + "indent-style": "space" + } + }, + "autoload": { + "psr-4": { + "Ergebnis\\Json\\Pointer\\": "src/" + } + }, + "license": [ + "MIT" + ], + "description": "Provides JSON pointer as a value object." + }, { "name": "ergebnis/json-printer", "version": "3.3.0", @@ -528,21 +588,23 @@ }, { "name": "ergebnis/json-schema-validator", - "version": "2.0.0", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/ergebnis/json-schema-validator.git", - "reference": "dacd8a47c1cc2c426ec71e952da3609ebe901fac" + "reference": "a6166272ac5691a9bc791f185841e5f92a6d4723" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/dacd8a47c1cc2c426ec71e952da3609ebe901fac", - "reference": "dacd8a47c1cc2c426ec71e952da3609ebe901fac" + "url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/a6166272ac5691a9bc791f185841e5f92a6d4723", + "reference": "a6166272ac5691a9bc791f185841e5f92a6d4723" }, "require": { + "ergebnis/json": "^1.0.0", + "ergebnis/json-pointer": "^3.2.0", "ext-json": "*", - "justinrainbow/json-schema": "^5.2.10", - "php": "^7.4 || ^8.0" + "justinrainbow/json-schema": "^5.2.12", + "php": "^8.0" }, "type": "library", "extra": { @@ -624,16 +686,16 @@ }, { "name": "fidry/cpu-core-counter", - "version": "0.4.1", + "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2" + "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/79261cc280aded96d098e1b0e0ba0c4881b432c2", - "reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2" + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623", + "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623" }, "require": { "php": "^7.2 || ^8.0" @@ -747,16 +809,16 @@ }, { "name": "kubawerlos/php-cs-fixer-custom-fixers", - "version": "v3.11.3", + "version": "v3.13.0", "source": { "type": "git", "url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git", - "reference": "3f3cce89eb74662d4c6b63e67cdbc42dce596692" + "reference": "fb53d8bbe2224383a84c71f451d76eb7bc6c8e33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/3f3cce89eb74662d4c6b63e67cdbc42dce596692", - "reference": "3f3cce89eb74662d4c6b63e67cdbc42dce596692" + "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/fb53d8bbe2224383a84c71f451d76eb7bc6c8e33", + "reference": "fb53d8bbe2224383a84c71f451d76eb7bc6c8e33" }, "require": { "ext-filter": "*", @@ -936,16 +998,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.3", + "version": "v4.15.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" }, "require": { "ext-tokenizer": "*", @@ -972,16 +1034,16 @@ }, { "name": "pdepend/pdepend", - "version": "2.12.1", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84" + "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/7a892d56ceafd804b4a2ecc85184640937ce9e84", - "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84" + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/31be7cd4f305f3f7b52af99c1cb13fc938d1cfad", + "reference": "31be7cd4f305f3f7b52af99c1cb13fc938d1cfad" }, "require": { "php": ">=5.3.7", @@ -1010,16 +1072,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.14.3", + "version": "v3.15.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "f5097f1228ebb73faba2ced9f802b9575cce939c" + "reference": "3fc23b110a41a7462878e45d9fa58048565224b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/f5097f1228ebb73faba2ced9f802b9575cce939c", - "reference": "f5097f1228ebb73faba2ced9f802b9575cce939c" + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/3fc23b110a41a7462878e45d9fa58048565224b6", + "reference": "3fc23b110a41a7462878e45d9fa58048565224b6" }, "require": { "ext-json": "*", @@ -1109,20 +1171,22 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.2", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + "reference": "dfc078e8af9c99210337325ff5aa152872c98714" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/dfc078e8af9c99210337325ff5aa152872c98714", + "reference": "dfc078e8af9c99210337325ff5aa152872c98714" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.4 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" + "phpdocumentor/reflection-common": "^2.0", + "phpstan/phpdoc-parser": "^1.13" }, "type": "library", "extra": { @@ -1205,18 +1269,47 @@ ], "description": "Composer plugin for automatic installation of PHPStan extensions" }, + { + "name": "phpstan/phpdoc-parser", + "version": "1.16.1", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e27e92d939e2e3636f0a1f0afaba59692c0bf571", + "reference": "e27e92d939e2e3636f0a1f0afaba59692c0bf571" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } + }, + "license": [ + "MIT" + ], + "description": "PHPDoc parser with support for nullable, intersection and generic types" + }, { "name": "phpstan/phpstan", - "version": "1.9.14", + "version": "1.10.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58" + "reference": "f1e22c9b17a879987f8743d81533250a5fff47f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58" + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f1e22c9b17a879987f8743d81533250a5fff47f9", + "reference": "f1e22c9b17a879987f8743d81533250a5fff47f9" }, "require": { "php": "^7.2|^8.0" @@ -1238,20 +1331,20 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "1.3.3", + "version": "1.3.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "54a24bd23e9e80ee918cdc24f909d376c2e273f7" + "reference": "9e1b9de6d260461f6e99b6a8f2dbb0bbb98b579c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/54a24bd23e9e80ee918cdc24f909d376c2e273f7", - "reference": "54a24bd23e9e80ee918cdc24f909d376c2e273f7" + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/9e1b9de6d260461f6e99b6a8f2dbb0bbb98b579c", + "reference": "9e1b9de6d260461f6e99b6a8f2dbb0bbb98b579c" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.3" + "phpstan/phpstan": "^1.10" }, "type": "phpstan-extension", "extra": { @@ -1274,20 +1367,20 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "1.4.5", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d" + "reference": "b21c03d4f6f3a446e4311155f4be9d65048218e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d", - "reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d" + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b21c03d4f6f3a446e4311155f4be9d65048218e6", + "reference": "b21c03d4f6f3a446e4311155f4be9d65048218e6" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.7" + "phpstan/phpstan": "^1.10" }, "type": "phpstan-extension", "extra": { @@ -1403,24 +1496,24 @@ }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "aae9a0a43bff37bd5d8d0311426c87bf36153f02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/aae9a0a43bff37bd5d8d0311426c87bf36153f02", + "reference": "aae9a0a43bff37bd5d8d0311426c87bf36153f02" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -1529,20 +1622,20 @@ }, { "name": "spatie/array-to-xml", - "version": "2.17.1", + "version": "3.1.5", "source": { "type": "git", "url": "https://github.com/spatie/array-to-xml.git", - "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46" + "reference": "13f76acef5362d15c71ae1ac6350cc3df5e25e43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/5cbec9c6ab17e320c58a259f0cebe88bde4a7c46", - "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46" + "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/13f76acef5362d15c71ae1ac6350cc3df5e25e43", + "reference": "13f76acef5362d15c71ae1ac6350cc3df5e25e43" }, "require": { "ext-dom": "*", - "php": "^7.4|^8.0" + "php": "^8.0" }, "type": "library", "autoload": { @@ -1557,16 +1650,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "require": { "ext-simplexml": "*", @@ -1591,16 +1684,16 @@ }, { "name": "symfony/config", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "f31b3c78a3650157188a240695e688d6a182aa91" + "reference": "249271da6f545d6579e0663374f8249a80be2893" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/f31b3c78a3650157188a240695e688d6a182aa91", - "reference": "f31b3c78a3650157188a240695e688d6a182aa91" + "url": "https://api.github.com/repos/symfony/config/zipball/249271da6f545d6579e0663374f8249a80be2893", + "reference": "249271da6f545d6579e0663374f8249a80be2893" }, "require": { "php": ">=8.1", @@ -1624,16 +1717,16 @@ }, { "name": "symfony/console", - "version": "v6.2.5", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "3e294254f2191762c1d137aed4b94e966965e985" + "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/3e294254f2191762c1d137aed4b94e966965e985", - "reference": "3e294254f2191762c1d137aed4b94e966965e985" + "url": "https://api.github.com/repos/symfony/console/zipball/3582d68a64a86ec25240aaa521ec8bc2342b369b", + "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b" }, "require": { "php": ">=8.1", @@ -1661,23 +1754,23 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.2.6", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "2a6dd148589b9db59717db8b75f8d9fbb2ae714f" + "reference": "b6195feacceb88fc58a02b69522b569e4c6188ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2a6dd148589b9db59717db8b75f8d9fbb2ae714f", - "reference": "2a6dd148589b9db59717db8b75f8d9fbb2ae714f" + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b6195feacceb88fc58a02b69522b569e4c6188ac", + "reference": "b6195feacceb88fc58a02b69522b569e4c6188ac" }, "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" + "symfony/var-exporter": "^6.2.7" }, "provide": { "psr/container-implementation": "1.1|2.0", @@ -1699,16 +1792,16 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.2.0", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" + "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", - "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e", + "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e" }, "require": { "php": ">=8.1" @@ -1735,16 +1828,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593" + "reference": "82b6c62b959f642d000456f08c6d219d749215b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/e59e8a4006afd7f5654786a83b4fcb8da98f4593", - "reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593" + "url": "https://api.github.com/repos/symfony/filesystem/zipball/82b6c62b959f642d000456f08c6d219d749215b3", + "reference": "82b6c62b959f642d000456f08c6d219d749215b3" }, "require": { "php": ">=8.1", @@ -1767,16 +1860,16 @@ }, { "name": "symfony/finder", - "version": "v6.2.5", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c" + "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c", - "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c" + "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb", + "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb" }, "require": { "php": ">=8.1" @@ -2088,16 +2181,16 @@ }, { "name": "symfony/process", - "version": "v6.2.5", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7" + "reference": "75ed64103df4f6615e15a7fe38b8111099f47416" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/9ead139f63dfa38c4e4a9049cc64a8b2748c83b7", - "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7" + "url": "https://api.github.com/repos/symfony/process/zipball/75ed64103df4f6615e15a7fe38b8111099f47416", + "reference": "75ed64103df4f6615e15a7fe38b8111099f47416" }, "require": { "php": ">=8.1" @@ -2118,16 +2211,16 @@ }, { "name": "symfony/service-contracts", - "version": "v3.2.0", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75" + "reference": "a8c9cedf55f314f3a186041d19537303766df09a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75", - "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75" + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a", + "reference": "a8c9cedf55f314f3a186041d19537303766df09a" }, "require": { "php": ">=8.1", @@ -2158,16 +2251,16 @@ }, { "name": "symfony/string", - "version": "v6.2.5", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0" + "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0", - "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0" + "url": "https://api.github.com/repos/symfony/string/zipball/193e83bbd6617d6b2151c37fff10fa7168ebddef", + "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef" }, "require": { "php": ">=8.1", @@ -2195,16 +2288,16 @@ }, { "name": "symfony/var-exporter", - "version": "v6.2.5", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "108f9c6451eea8e04a7fb83bbacb5b812ef30e35" + "reference": "8302bb670204500d492c6b8c595ee9a27da62cd6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/108f9c6451eea8e04a7fb83bbacb5b812ef30e35", - "reference": "108f9c6451eea8e04a7fb83bbacb5b812ef30e35" + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8302bb670204500d492c6b8c595ee9a27da62cd6", + "reference": "8302bb670204500d492c6b8c595ee9a27da62cd6" }, "require": { "php": ">=8.1" @@ -2225,21 +2318,21 @@ }, { "name": "vimeo/psalm", - "version": "5.6.0", + "version": "5.9.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "e784128902dfe01d489c4123d69918a9f3c1eac5" + "reference": "8b9ad1eb9e8b7d3101f949291da2b9f7767cd163" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/e784128902dfe01d489c4123d69918a9f3c1eac5", - "reference": "e784128902dfe01d489c4123d69918a9f3c1eac5" + "url": "https://api.github.com/repos/vimeo/psalm/zipball/8b9ad1eb9e8b7d3101f949291da2b9f7767cd163", + "reference": "8b9ad1eb9e8b7d3101f949291da2b9f7767cd163" }, "require": { "amphp/amp": "^2.4.2", "amphp/byte-stream": "^1.5", - "composer/package-versions-deprecated": "^1.10.0", + "composer-runtime-api": "^2", "composer/semver": "^1.4 || ^2.0 || ^3.0", "composer/xdebug-handler": "^2.0 || ^3.0", "dnoegel/php-xdg-base-dir": "^0.1.1", @@ -2252,12 +2345,12 @@ "ext-tokenizer": "*", "felixfbecker/advanced-json-rpc": "^3.1", "felixfbecker/language-server-protocol": "^1.5.2", - "fidry/cpu-core-counter": "^0.4.0", + "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", - "nikic/php-parser": "^4.13", + "nikic/php-parser": "^4.14", "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0", "sebastian/diff": "^4.0 || ^5.0", - "spatie/array-to-xml": "^2.17.0", + "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^4.1.6 || ^5.0 || ^6.0", "symfony/filesystem": "^5.4 || ^6.0" }, diff --git a/README.md b/README.md index f2a6166..387bba7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel ## Example
- Composer's composer.lock has 2415 lines, with the plugin the number is reduced to 1223. + Composer's composer.lock has 2419 lines, with the plugin the number is reduced to 1223. ```diff { @@ -34,18 +34,18 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel "packages": [ { "name": "composer/ca-bundle", - "version": "1.3.4", + "version": "1.3.5", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "69098eca243998b53eed7a48d82dedd28b447cd5" + "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5", -- "reference": "69098eca243998b53eed7a48d82dedd28b447cd5", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", +- "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", - "shasum": "" -+ "reference": "69098eca243998b53eed7a48d82dedd28b447cd5" ++ "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" }, "require": { "ext-openssl": "*", @@ -91,7 +91,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "support": { - "irc": "irc://irc.freenode.org/composer", - "issues": "https://github.com/composer/ca-bundle/issues", -- "source": "https://github.com/composer/ca-bundle/tree/1.3.4" +- "source": "https://github.com/composer/ca-bundle/tree/1.3.5" - }, - "funding": [ - { @@ -107,7 +107,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-10-12T12:08:29+00:00" +- "time": "2023-01-11T08:27:00+00:00" + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle." }, { @@ -995,18 +995,18 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel }, { "name": "symfony/console", - "version": "v5.4.16", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef" + "reference": "c77433ddc6cdc689caf48065d9ea22ca0853fbd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", -- "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef", + "url": "https://api.github.com/repos/symfony/console/zipball/c77433ddc6cdc689caf48065d9ea22ca0853fbd9", +- "reference": "c77433ddc6cdc689caf48065d9ea22ca0853fbd9", - "shasum": "" -+ "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef" ++ "reference": "c77433ddc6cdc689caf48065d9ea22ca0853fbd9" }, "require": { "php": ">=7.2.5", @@ -1075,7 +1075,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "terminal" - ], - "support": { -- "source": "https://github.com/symfony/console/tree/v5.4.16" +- "source": "https://github.com/symfony/console/tree/v5.4.21" - }, - "funding": [ - { @@ -1091,7 +1091,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-11-25T14:09:27+00:00" +- "time": "2023-02-25T16:59:41+00:00" + "description": "Eases the creation of beautiful and testable command line interfaces" }, { @@ -1165,18 +1165,18 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel }, { "name": "symfony/filesystem", - "version": "v5.4.13", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" + "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", -- "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/e75960b1bbfd2b8c9e483e0d74811d555ca3de9f", +- "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f", - "shasum": "" -+ "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" ++ "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f" }, "require": { "php": ">=7.2.5", @@ -1210,7 +1210,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "Provides basic utilities for the filesystem", - "homepage": "https://symfony.com", - "support": { -- "source": "https://github.com/symfony/filesystem/tree/v5.4.13" +- "source": "https://github.com/symfony/filesystem/tree/v5.4.21" - }, - "funding": [ - { @@ -1226,23 +1226,23 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-09-21T19:53:16+00:00" +- "time": "2023-02-14T08:03:56+00:00" + "description": "Provides basic utilities for the filesystem" }, { "name": "symfony/finder", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c" + "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c", -- "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c", + "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19", +- "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19", - "shasum": "" -+ "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c" ++ "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" }, "require": { "php": ">=7.2.5", @@ -1275,7 +1275,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", - "support": { -- "source": "https://github.com/symfony/finder/tree/v5.4.11" +- "source": "https://github.com/symfony/finder/tree/v5.4.21" - }, - "funding": [ - { @@ -1291,7 +1291,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-07-29T07:37:50+00:00" +- "time": "2023-02-16T09:33:00+00:00" + "description": "Finds files and directories via an intuitive fluent interface" }, { @@ -1881,18 +1881,18 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel }, { "name": "symfony/process", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1" + "reference": "d4ce417ebcb0b7d090b4c178ed6d3accc518e8bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1", -- "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1", + "url": "https://api.github.com/repos/symfony/process/zipball/d4ce417ebcb0b7d090b4c178ed6d3accc518e8bd", +- "reference": "d4ce417ebcb0b7d090b4c178ed6d3accc518e8bd", - "shasum": "" -+ "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1" ++ "reference": "d4ce417ebcb0b7d090b4c178ed6d3accc518e8bd" }, "require": { "php": ">=7.2.5", @@ -1924,7 +1924,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "Executes commands in sub-processes", - "homepage": "https://symfony.com", - "support": { -- "source": "https://github.com/symfony/process/tree/v5.4.11" +- "source": "https://github.com/symfony/process/tree/v5.4.21" - }, - "funding": [ - { @@ -1940,7 +1940,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-06-27T16:58:25+00:00" +- "time": "2023-02-21T19:46:44+00:00" + "description": "Executes commands in sub-processes" }, { @@ -2030,18 +2030,18 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel }, { "name": "symfony/string", - "version": "v5.4.15", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed" + "reference": "edac10d167b78b1d90f46a80320d632de0bd9f2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", -- "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed", + "url": "https://api.github.com/repos/symfony/string/zipball/edac10d167b78b1d90f46a80320d632de0bd9f2f", +- "reference": "edac10d167b78b1d90f46a80320d632de0bd9f2f", - "shasum": "" -+ "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed" ++ "reference": "edac10d167b78b1d90f46a80320d632de0bd9f2f" }, "require": { "php": ">=7.2.5", @@ -2097,7 +2097,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "utf8" - ], - "support": { -- "source": "https://github.com/symfony/string/tree/v5.4.15" +- "source": "https://github.com/symfony/string/tree/v5.4.21" - }, - "funding": [ - { @@ -2113,25 +2113,25 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-10-05T15:16:54+00:00" +- "time": "2023-02-22T08:00:55+00:00" + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way" } ], "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.9.4", + "version": "1.10.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2" + "reference": "b10ceb526d9607903c5b2673f1fc8775dbe48975" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2", -- "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b10ceb526d9607903c5b2673f1fc8775dbe48975", +- "reference": "b10ceb526d9607903c5b2673f1fc8775dbe48975", - "shasum": "" -+ "reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2" ++ "reference": "b10ceb526d9607903c5b2673f1fc8775dbe48975" }, "require": { "php": "^7.2|^8.0" @@ -2159,8 +2159,11 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "static analysis" - ], - "support": { +- "docs": "https://phpstan.org/user-guide/getting-started", +- "forum": "https://github.com/phpstan/phpstan/discussions", - "issues": "https://github.com/phpstan/phpstan/issues", -- "source": "https://github.com/phpstan/phpstan/tree/1.9.4" +- "security": "https://github.com/phpstan/phpstan/security/policy", +- "source": "https://github.com/phpstan/phpstan-src" - }, - "funding": [ - { @@ -2176,27 +2179,27 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-12-17T13:33:52+00:00" +- "time": "2023-03-16T15:24:20+00:00" + "description": "PHPStan - PHP Static Analysis Tool" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.1.1", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "2c6792eda026d9c474c14aa018aed312686714db" + "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/2c6792eda026d9c474c14aa018aed312686714db", -- "reference": "2c6792eda026d9c474c14aa018aed312686714db", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", +- "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", - "shasum": "" -+ "reference": "2c6792eda026d9c474c14aa018aed312686714db" ++ "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.3" + "phpstan/phpstan": "^1.10" }, - "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.2", @@ -2224,29 +2227,29 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "support": { - "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", -- "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.1" +- "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.3" - }, -- "time": "2022-12-13T14:26:20+00:00" +- "time": "2023-03-17T07:50:08+00:00" + "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits." }, { "name": "phpstan/phpstan-phpunit", - "version": "1.3.2", + "version": "1.3.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088" + "reference": "4cc5c6cc38e56bce7ea47c4091814e516d172dc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088", -- "reference": "cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4cc5c6cc38e56bce7ea47c4091814e516d172dc3", +- "reference": "4cc5c6cc38e56bce7ea47c4091814e516d172dc3", - "shasum": "" -+ "reference": "cd9c6938f8bbfcb6da3ed5a3c7ea60873825d088" ++ "reference": "4cc5c6cc38e56bce7ea47c4091814e516d172dc3" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.3" + "phpstan/phpstan": "^1.10" }, - "conflict": { - "phpunit/phpunit": "<7.0" @@ -2278,33 +2281,34 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "PHPUnit extensions and rules for PHPStan", - "support": { - "issues": "https://github.com/phpstan/phpstan-phpunit/issues", -- "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.2" +- "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.10" - }, -- "time": "2022-12-13T15:08:22+00:00" +- "time": "2023-03-02T10:25:13+00:00" + "description": "PHPUnit extensions and rules for PHPStan" }, { "name": "phpstan/phpstan-strict-rules", - "version": "1.4.4", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "23e5f377ee6395a1a04842d3d6ed4bd25e7b44a6" + "reference": "b7dd96a5503919a43b3cd06a2dced9d4252492f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/23e5f377ee6395a1a04842d3d6ed4bd25e7b44a6", -- "reference": "23e5f377ee6395a1a04842d3d6ed4bd25e7b44a6", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b7dd96a5503919a43b3cd06a2dced9d4252492f2", +- "reference": "b7dd96a5503919a43b3cd06a2dced9d4252492f2", - "shasum": "" -+ "reference": "23e5f377ee6395a1a04842d3d6ed4bd25e7b44a6" ++ "reference": "b7dd96a5503919a43b3cd06a2dced9d4252492f2" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.8.6" + "phpstan/phpstan": "^1.10" }, - "require-dev": { - "nikic/php-parser": "^4.13.0", - "php-parallel-lint/php-parallel-lint": "^1.2", +- "phpstan/phpstan-deprecation-rules": "^1.1", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" - }, @@ -2328,30 +2332,30 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "Extra strict and opinionated rules for PHPStan", - "support": { - "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", -- "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.4" +- "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.0" - }, -- "time": "2022-09-21T11:38:17+00:00" +- "time": "2023-02-21T10:17:10+00:00" + "description": "Extra strict and opinionated rules for PHPStan" }, { "name": "phpstan/phpstan-symfony", - "version": "1.2.18", + "version": "1.2.23", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7" + "reference": "8a8d0538ca943b20beda7e9799e14fb3683262d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/3178f15a60b62df21ddd202f6a668851eeb138c7", -- "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/8a8d0538ca943b20beda7e9799e14fb3683262d4", +- "reference": "8a8d0538ca943b20beda7e9799e14fb3683262d4", - "shasum": "" -+ "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7" ++ "reference": "8a8d0538ca943b20beda7e9799e14fb3683262d4" }, "require": { "ext-simplexml": "*", "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.9.1" + "phpstan/phpstan": "^1.9.4" }, - "conflict": { - "symfony/framework-bundle": "<3.0" @@ -2401,25 +2405,25 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "Symfony Framework extensions and rules for PHPStan", - "support": { - "issues": "https://github.com/phpstan/phpstan-symfony/issues", -- "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.18" +- "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.23" - }, -- "time": "2022-12-16T09:43:26+00:00" +- "time": "2023-02-06T10:42:02+00:00" + "description": "Symfony Framework extensions and rules for PHPStan" }, { "name": "symfony/phpunit-bridge", - "version": "v6.2.0", + "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "1bd3b17db6d2ec284efbdc916600e880d6d858df" + "reference": "56965fae0b6b8d271015990eff5240ffff02e185" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/1bd3b17db6d2ec284efbdc916600e880d6d858df", -- "reference": "1bd3b17db6d2ec284efbdc916600e880d6d858df", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/56965fae0b6b8d271015990eff5240ffff02e185", +- "reference": "56965fae0b6b8d271015990eff5240ffff02e185", - "shasum": "" -+ "reference": "1bd3b17db6d2ec284efbdc916600e880d6d858df" ++ "reference": "56965fae0b6b8d271015990eff5240ffff02e185" }, "require": { "php": ">=7.1.3" @@ -2472,7 +2476,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "description": "Provides utilities for PHPUnit, especially user deprecation notices management", - "homepage": "https://symfony.com", - "support": { -- "source": "https://github.com/symfony/phpunit-bridge/tree/v6.2.0" +- "source": "https://github.com/symfony/phpunit-bridge/tree/v6.2.7" - }, - "funding": [ - { @@ -2488,7 +2492,7 @@ None - this is a Composer's plugin, it will subscribe to Composer's events itsel - "type": "tidelift" - } - ], -- "time": "2022-11-18T19:08:09+00:00" +- "time": "2023-02-16T09:57:23+00:00" + "description": "Provides utilities for PHPUnit, especially user deprecation notices management" } ],