diff options
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | installed.json | 83 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 9 | 
3 files changed, 92 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 24f1972..ec2783a 100644 --- a/composer.json +++ b/composer.json @@ -43,12 +43,13 @@          "symfony/polyfill-mbstring": "^1.33",          "symfony/polyfill-php80": "^1.33",          "symfony/polyfill-php81": "^1.33", +        "symfony/polyfill-php84": "^1.33",          "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2",          "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0"      },      "require-dev": {          "facile-it/paraunit": "^1.3.1 || ^2.7", -        "infection/infection": "^0.29.14", +        "infection/infection": "^0.31.0",          "justinrainbow/json-schema": "^6.5",          "keradus/cli-executor": "^2.2",          "mikey179/vfsstream": "^1.6.12", @@ -56,7 +57,6 @@          "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", -        "symfony/polyfill-php84": "^1.33",          "symfony/var-dumper": "^5.4.48 || ^6.4.24 || ^7.3.2",          "symfony/yaml": "^5.4.45 || ^6.4.24 || ^7.3.2"      }, @@ -164,7 +164,7 @@          ],          "test:mutation": [              "Composer\\Config::disableProcessTimeout", -            "infection --threads=max --only-covered --min-covered-msi=80" +            "infection --threads=max --only-covering-test-cases --min-covered-msi=80"          ],          "test:short-open-tag": [              "Composer\\Config::disableProcessTimeout", diff --git a/installed.json b/installed.json index 22b433b..a1c0e19 100644 --- a/installed.json +++ b/installed.json @@ -2264,6 +2264,89 @@              "install-path": "../symfony/polyfill-php81"          },          { +            "name": "symfony/polyfill-php84", +            "version": "v1.33.0", +            "version_normalized": "1.33.0.0", +            "source": { +                "type": "git", +                "url": "https://github.com/symfony/polyfill-php84.git", +                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" +            }, +            "dist": { +                "type": "zip", +                "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", +                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", +                "shasum": "" +            }, +            "require": { +                "php": ">=7.2" +            }, +            "time": "2025-06-24T13:30:11+00:00", +            "type": "library", +            "extra": { +                "thanks": { +                    "url": "https://github.com/symfony/polyfill", +                    "name": "symfony/polyfill" +                } +            }, +            "installation-source": "dist", +            "autoload": { +                "files": [ +                    "bootstrap.php" +                ], +                "psr-4": { +                    "Symfony\\Polyfill\\Php84\\": "" +                }, +                "classmap": [ +                    "Resources/stubs" +                ] +            }, +            "notification-url": "https://packagist.org/downloads/", +            "license": [ +                "MIT" +            ], +            "authors": [ +                { +                    "name": "Nicolas Grekas", +                    "email": "p@tchwork.com" +                }, +                { +                    "name": "Symfony Community", +                    "homepage": "https://symfony.com/contributors" +                } +            ], +            "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", +            "homepage": "https://symfony.com", +            "keywords": [ +                "compatibility", +                "polyfill", +                "portable", +                "shim" +            ], +            "support": { +                "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" +            }, +            "funding": [ +                { +                    "url": "https://symfony.com/sponsor", +                    "type": "custom" +                }, +                { +                    "url": "https://github.com/fabpot", +                    "type": "github" +                }, +                { +                    "url": "https://github.com/nicolas-grekas", +                    "type": "github" +                }, +                { +                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", +                    "type": "tidelift" +                } +            ], +            "install-path": "../symfony/polyfill-php84" +        }, +        {              "name": "symfony/process",              "version": "v6.4.25",              "version_normalized": "6.4.25.0", diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 14d84dd..99fc3e6 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    da5f0a7858c79b56fc0b8c36d3efcfe5f37f0992 +%global gh_commit    f23469674ae50d40e398bfff8018911a2a2b0dbe  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-09-10 +%global gh_date      2025-09-24  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.87.2 +Version:        3.88.0  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 3.88.0-1 +- update to 3.88.0 +  * Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 3.87.2-1  - update to 3.87.2  | 
