diff options
-rw-r--r-- | composer.json | 27 | ||||
-rw-r--r-- | installed.json | 43 | ||||
-rw-r--r-- | php-cs-fixer.spec | 9 |
3 files changed, 40 insertions, 39 deletions
diff --git a/composer.json b/composer.json index ec2783a..fce62f6 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,6 @@ "fidry/cpu-core-counter": "^1.3", "react/child-process": "^0.6.6", "react/event-loop": "^1.5", - "react/promise": "^3.3", "react/socket": "^1.16", "react/stream": "^1.4", "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0", @@ -96,9 +95,10 @@ "post-autoload-dump": [ "@install-tools" ], + "analyse-deps": "@php dev-tools/vendor/bin/composer-dependency-analyser", "auto-review": [ "Composer\\Config::disableProcessTimeout", - "paraunit run --testsuite auto-review" + "@php ./vendor/bin/paraunit run --testsuite auto-review" ], "cs:check": "@php php-cs-fixer check --verbose --diff", "cs:fix": "@php php-cs-fixer fix", @@ -108,7 +108,7 @@ ], "docs": "@php dev-tools/doc.php", "infection": "@test:mutation", - "install-tools": "@composer --working-dir=dev-tools install", + "install-tools": "./dev-tools/install.sh", "mess-detector": "@php dev-tools/vendor/bin/phpmd . ansi dev-tools/mess-detector/phpmd.xml --exclude vendor/*,dev-tools/vendor/*,dev-tools/phpstan/*,tests/Fixtures/*", "normalize": [ "@composer normalize --working-dir=dev-tools --dry-run ../composer.json", @@ -133,25 +133,26 @@ "@static-analysis", "@test" ], - "require-checker": "@php dev-tools/vendor/bin/composer-require-checker check composer.json --config-file .composer-require-checker.json", "sa": "@static-analysis", "self-check": [ "./dev-tools/check_file_permissions.sh", "./dev-tools/check_trailing_spaces.sh", + "./dev-tools/check_shell_scripts.sh", "@composer dump-autoload --dry-run --optimize --strict-psr", "@normalize", - "@unused-deps", - "@require-checker", + "@analyse-deps", "@auto-review" ], "static-analysis": [ "@cs:check", "@phpstan", + "@php-compatibility", "@mess-detector" ], "test": "@test:all", "test:all": [ "@test:unit", + "@test:short-open-tag", "@test:integration" ], "test:coverage": [ @@ -160,7 +161,7 @@ ], "test:integration": [ "Composer\\Config::disableProcessTimeout", - "paraunit run --testsuite integration" + "@php ./vendor/bin/paraunit run --testsuite integration" ], "test:mutation": [ "Composer\\Config::disableProcessTimeout", @@ -172,15 +173,15 @@ ], "test:smoke": [ "Composer\\Config::disableProcessTimeout", - "paraunit run --testsuite smoke" + "@php ./vendor/bin/paraunit run --testsuite smoke" ], "test:unit": [ "Composer\\Config::disableProcessTimeout", - "paraunit run --testsuite unit" - ], - "unused-deps": "@php dev-tools/vendor/bin/composer-unused --excludePackage=composer/xdebug-handler" + "@php ./vendor/bin/paraunit run --testsuite unit" + ] }, "scripts-descriptions": { + "analyse-deps": "Analyse Composer dependencies", "auto-review": "Execute Auto-review", "cs:check": "Check coding standards", "cs:fix": "Fix coding standards", @@ -197,7 +198,6 @@ "post-autoload-dump": "Run additional tasks after installing/updating main dependencies", "qa": "Alias for 'quality-assurance'", "quality-assurance": "Run QA suite", - "require-checker": "Verifies if codebase does not contain soft dependencies", "sa": "Alias for 'static-analysis'", "self-check": "Run set of self-checks ensuring repository's validity", "static-analysis": "Run static analysis", @@ -208,7 +208,6 @@ "test:mutation": "Run mutation tests", "test:short-open-tag": "Run tests with \"short_open_tag\" enabled", "test:smoke": "Run Smoke tests", - "test:unit": "Run Unit tests", - "unused-deps": "Verifies if app has dependencies that are not used" + "test:unit": "Run Unit tests" } } diff --git a/installed.json b/installed.json index a1c0e19..ba48111 100644 --- a/installed.json +++ b/installed.json @@ -1193,17 +1193,17 @@ }, { "name": "symfony/console", - "version": "v6.4.25", - "version_normalized": "6.4.25.0", + "version": "v6.4.26", + "version_normalized": "6.4.26.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae" + "reference": "492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", - "reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", + "url": "https://api.github.com/repos/symfony/console/zipball/492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f", + "reference": "492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f", "shasum": "" }, "require": { @@ -1236,7 +1236,7 @@ "symfony/stopwatch": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, - "time": "2025-08-22T10:21:53+00:00", + "time": "2025-09-26T12:13:46+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1270,7 +1270,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.25" + "source": "https://github.com/symfony/console/tree/v6.4.26" }, "funding": [ { @@ -2348,23 +2348,23 @@ }, { "name": "symfony/process", - "version": "v6.4.25", - "version_normalized": "6.4.25.0", + "version": "v6.4.26", + "version_normalized": "6.4.26.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8" + "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8", - "reference": "6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8", + "url": "https://api.github.com/repos/symfony/process/zipball/48bad913268c8cafabbf7034b39c8bb24fbc5ab8", + "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2025-08-14T06:23:17+00:00", + "time": "2025-09-11T09:57:09+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2392,7 +2392,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.25" + "source": "https://github.com/symfony/process/tree/v6.4.26" }, "funding": [ { @@ -2571,17 +2571,17 @@ }, { "name": "symfony/string", - "version": "v6.4.25", - "version_normalized": "6.4.25.0", + "version": "v6.4.26", + "version_normalized": "6.4.26.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1" + "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1", - "reference": "7cdec7edfaf2cdd9c18901e35bcf9653d6209ff1", + "url": "https://api.github.com/repos/symfony/string/zipball/5621f039a71a11c87c106c1c598bdcd04a19aeea", + "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea", "shasum": "" }, "require": { @@ -2595,13 +2595,12 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "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" }, - "time": "2025-08-22T12:33:20+00:00", + "time": "2025-09-11T14:32:46+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2640,7 +2639,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.25" + "source": "https://github.com/symfony/string/tree/v6.4.26" }, "funding": [ { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index b8a43f4..a2a57ca 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a8d15584bafb0f0d9d938827840060fd4a3ebc99 +%global gh_commit 4dd6768cb7558440d27d18f54909eee417317ce9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-09-27 +%global gh_date 2025-10-18 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.88.2 +Version: 3.89.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Mon Oct 20 2025 Remi Collet <remi@remirepo.net> - 3.89.0-1 +- update to 3.89.0 + * Sat Sep 27 2025 Remi Collet <remi@remirepo.net> - 3.88.2-1 - update to 3.88.2 |