diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-04 06:51:21 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-04 06:51:21 +0100 |
| commit | 2f2282dadcebd6f3c3667e7a46ab8a122027980c (patch) | |
| tree | a032efa6d8a2610fc2451a56f6f5e1f7f4dbc4a1 | |
| parent | 525263703a18c920e91c724b61440eb0af92fdc4 (diff) | |
| -rw-r--r-- | composer.json | 14 | ||||
| -rw-r--r-- | installed.json | 56 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 11 |
3 files changed, 43 insertions, 38 deletions
diff --git a/composer.json b/composer.json index 99925dd..f5a57f6 100644 --- a/composer.json +++ b/composer.json @@ -48,17 +48,17 @@ }, "require-dev": { "facile-it/paraunit": "^1.3.1 || ^2.7", - "infection/infection": "^0.31.0", - "justinrainbow/json-schema": "^6.5", - "keradus/cli-executor": "^2.2", + "infection/infection": "^0.31", + "justinrainbow/json-schema": "^6.6", + "keradus/cli-executor": "^2.3", "mikey179/vfsstream": "^1.6.12", "php-coveralls/php-coveralls": "^2.9", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6", - "phpunit/phpunit": "^9.6.25 || ^10.5.53 || ^11.5.34", + "phpunit/phpunit": "^9.6.31 || ^10.5.60 || ^11.5.46", "symfony/polyfill-php85": "^1.33", - "symfony/var-dumper": "^5.4.48 || ^6.4.24 || ^7.3.2 || ^8.0", - "symfony/yaml": "^5.4.45 || ^6.4.24 || ^7.3.2 || ^8.0" + "symfony/var-dumper": "^5.4.48 || ^6.4.26 || ^7.4.0 || ^8.0", + "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0" }, "suggest": { "ext-dom": "For handling output formats in XML", @@ -110,6 +110,7 @@ "docs": "@php dev-tools/php-cs-fixer-internal docs", "infection": "@test:mutation", "install-tools": "./dev-tools/install.sh", + "internal": "@php dev-tools/php-cs-fixer-internal", "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", @@ -191,6 +192,7 @@ "docs": "Regenerate docs", "infection": "Alias for 'test:mutation'", "install-tools": "Install DEV tools", + "internal": "Run internal commands", "mess-detector": "Analyse code with Mess Detector", "normalize": "Check normalization for composer.json files", "normalize:fix": "Run normalization for composer.json files", diff --git a/installed.json b/installed.json index ca05807..737730b 100644 --- a/installed.json +++ b/installed.json @@ -651,17 +651,17 @@ }, { "name": "react/child-process", - "version": "v0.6.6", - "version_normalized": "0.6.6.0", + "version": "v0.6.7", + "version_normalized": "0.6.7.0", "source": { "type": "git", "url": "https://github.com/reactphp/child-process.git", - "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159" + "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159", - "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159", + "url": "https://api.github.com/repos/reactphp/child-process/zipball/970f0e71945556422ee4570ccbabaedc3cf04ad3", + "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3", "shasum": "" }, "require": { @@ -675,7 +675,7 @@ "react/socket": "^1.16", "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" }, - "time": "2025-01-01T16:37:48+00:00", + "time": "2025-12-23T15:25:20+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -717,7 +717,7 @@ ], "support": { "issues": "https://github.com/reactphp/child-process/issues", - "source": "https://github.com/reactphp/child-process/tree/v0.6.6" + "source": "https://github.com/reactphp/child-process/tree/v0.6.7" }, "funding": [ { @@ -1193,17 +1193,17 @@ }, { "name": "symfony/console", - "version": "v6.4.30", - "version_normalized": "6.4.30.0", + "version": "v6.4.31", + "version_normalized": "6.4.31.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "1b2813049506b39eb3d7e64aff033fd5ca26c97e" + "reference": "f9f8a889f54c264f9abac3fc0f7a371ffca51997" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/1b2813049506b39eb3d7e64aff033fd5ca26c97e", - "reference": "1b2813049506b39eb3d7e64aff033fd5ca26c97e", + "url": "https://api.github.com/repos/symfony/console/zipball/f9f8a889f54c264f9abac3fc0f7a371ffca51997", + "reference": "f9f8a889f54c264f9abac3fc0f7a371ffca51997", "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-12-05T13:47:41+00:00", + "time": "2025-12-22T08:30:34+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1270,7 +1270,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.30" + "source": "https://github.com/symfony/console/tree/v6.4.31" }, "funding": [ { @@ -1603,17 +1603,17 @@ }, { "name": "symfony/finder", - "version": "v6.4.27", - "version_normalized": "6.4.27.0", + "version": "v6.4.31", + "version_normalized": "6.4.31.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "a1b6aa435d2fba50793b994a839c32b6064f063b" + "reference": "5547f2e1f0ca8e2e7abe490156b62da778cfbe2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/a1b6aa435d2fba50793b994a839c32b6064f063b", - "reference": "a1b6aa435d2fba50793b994a839c32b6064f063b", + "url": "https://api.github.com/repos/symfony/finder/zipball/5547f2e1f0ca8e2e7abe490156b62da778cfbe2b", + "reference": "5547f2e1f0ca8e2e7abe490156b62da778cfbe2b", "shasum": "" }, "require": { @@ -1622,7 +1622,7 @@ "require-dev": { "symfony/filesystem": "^6.0|^7.0" }, - "time": "2025-10-15T18:32:00+00:00", + "time": "2025-12-11T14:52:17+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1650,7 +1650,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.27" + "source": "https://github.com/symfony/finder/tree/v6.4.31" }, "funding": [ { @@ -2348,23 +2348,23 @@ }, { "name": "symfony/process", - "version": "v6.4.26", - "version_normalized": "6.4.26.0", + "version": "v6.4.31", + "version_normalized": "6.4.31.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8" + "reference": "8541b7308fca001320e90bca8a73a28aa5604a6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/48bad913268c8cafabbf7034b39c8bb24fbc5ab8", - "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8", + "url": "https://api.github.com/repos/symfony/process/zipball/8541b7308fca001320e90bca8a73a28aa5604a6e", + "reference": "8541b7308fca001320e90bca8a73a28aa5604a6e", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2025-09-11T09:57:09+00:00", + "time": "2025-12-15T19:26:35+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.26" + "source": "https://github.com/symfony/process/tree/v6.4.31" }, "funding": [ { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index bcb42da..eb6c9ed 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-cs-fixer # -# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2016-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2ba8f5a60f6f42fb65758cfb3768434fa2d1c7e8 +%global gh_commit 9e7488b19403423e02e8403cc1eb596baf4673b0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-12-18 +%global gh_date 2026-01-04 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.92.3 +Version: 3.92.4 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Sun Jan 4 2026 Remi Collet <remi@remirepo.net> - 3.92.4-1 +- update to 3.92.4 + * Thu Dec 18 2025 Remi Collet <remi@remirepo.net> - 3.92.3-1 - update to 3.92.3 |
