diff options
| author | Remi Collet <remi@remirepo.net> | 2024-11-25 12:08:00 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-11-25 12:08:00 +0100 | 
| commit | 901f6d0f444db23d758c73a1fd8a24384d838cb9 (patch) | |
| tree | 21cdfb768debd998a350186c47ee833250b9c7da | |
| parent | 2590a148c513a73ebf705ec54ba350555e67887d (diff) | |
update to 3.65.0
| -rw-r--r-- | composer.json | 24 | ||||
| -rw-r--r-- | installed.json | 244 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 79 | 
3 files changed, 178 insertions, 169 deletions
diff --git a/composer.json b/composer.json index f106058..5887236 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@          "clue/ndjson-react": "^1.0",          "composer/semver": "^3.4",          "composer/xdebug-handler": "^3.0.3", -        "fidry/cpu-core-counter": "^1.0", +        "fidry/cpu-core-counter": "^1.2",          "react/child-process": "^0.6.5",          "react/event-loop": "^1.0",          "react/promise": "^2.0 || ^3.0", @@ -46,18 +46,18 @@          "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"      },      "require-dev": { -        "facile-it/paraunit": "^1.3 || ^2.3", -        "infection/infection": "^0.29.5", -        "justinrainbow/json-schema": "^5.2", +        "facile-it/paraunit": "^1.3.1 || ^2.4", +        "infection/infection": "^0.29.8", +        "justinrainbow/json-schema": "^5.3 || ^6.0",          "keradus/cli-executor": "^2.1", -        "mikey179/vfsstream": "^1.6.11", +        "mikey179/vfsstream": "^1.6.12",          "php-coveralls/php-coveralls": "^2.7",          "php-cs-fixer/accessible-object": "^1.1",          "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",          "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5", -        "phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2", -        "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0", -        "symfony/yaml": "^5.4 || ^6.0 || ^7.0" +        "phpunit/phpunit": "^9.6.21 || ^10.5.38 || ^11.4.3", +        "symfony/var-dumper": "^5.4.47 || ^6.4.15 || ^7.1.8", +        "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.1.6"      },      "suggest": {          "ext-dom": "For handling output formats in XML", @@ -73,6 +73,7 @@      },      "autoload-dev": {          "psr-4": { +            "PhpCsFixer\\PHPStan\\": "dev-tools/phpstan/src/",              "PhpCsFixer\\Tests\\": "tests/"          },          "exclude-from-classmap": [ @@ -112,6 +113,10 @@              "@composer normalize --working-dir=dev-tools --dry-run ../composer.json",              "@composer normalize --working-dir=dev-tools --dry-run composer.json"          ], +        "normalize:fix": [ +            "@composer normalize --working-dir=dev-tools ../composer.json", +            "@composer normalize --working-dir=dev-tools composer.json" +        ],          "phpstan": "@php -d memory_limit=512M dev-tools/vendor/bin/phpstan analyse",          "phpstan:baseline": "@php -d memory_limit=512M dev-tools/vendor/bin/phpstan analyse --generate-baseline=./dev-tools/phpstan/baseline.php",          "qa": "@quality-assurance", @@ -178,7 +183,8 @@          "infection": "Alias for 'test:mutation'",          "install-tools": "Install DEV tools",          "mess-detector": "Analyse code with Mess Detector", -        "normalize": "Run normalization for composer.json files", +        "normalize": "Check normalization for composer.json files", +        "normalize:fix": "Run normalization for composer.json files",          "phpstan": "Run PHPStan analysis",          "phpstan:baseline": "Dump PHPStan baseline file - use only for updating, do not add new errors when possible",          "post-autoload-dump": "Run additional tasks after installing/updating main dependencies", diff --git a/installed.json b/installed.json index d96f04c..a7ee4a4 100644 --- a/installed.json +++ b/installed.json @@ -69,17 +69,17 @@          },          {              "name": "composer/pcre", -            "version": "3.3.1", -            "version_normalized": "3.3.1.0", +            "version": "3.3.2", +            "version_normalized": "3.3.2.0",              "source": {                  "type": "git",                  "url": "https://github.com/composer/pcre.git", -                "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4" +                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4", -                "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4", +                "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", +                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",                  "shasum": ""              },              "require": { @@ -89,11 +89,11 @@                  "phpstan/phpstan": "<1.11.10"              },              "require-dev": { -                "phpstan/phpstan": "^1.11.10", -                "phpstan/phpstan-strict-rules": "^1.1", +                "phpstan/phpstan": "^1.12 || ^2", +                "phpstan/phpstan-strict-rules": "^1 || ^2",                  "phpunit/phpunit": "^8 || ^9"              }, -            "time": "2024-08-27T18:44:43+00:00", +            "time": "2024-11-12T16:29:46+00:00",              "type": "library",              "extra": {                  "branch-alias": { @@ -131,7 +131,7 @@              ],              "support": {                  "issues": "https://github.com/composer/pcre/issues", -                "source": "https://github.com/composer/pcre/tree/3.3.1" +                "source": "https://github.com/composer/pcre/tree/3.3.2"              },              "funding": [                  { @@ -151,27 +151,27 @@          },          {              "name": "composer/semver", -            "version": "3.4.2", -            "version_normalized": "3.4.2.0", +            "version": "3.4.3", +            "version_normalized": "3.4.3.0",              "source": {                  "type": "git",                  "url": "https://github.com/composer/semver.git", -                "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" +                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", -                "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", +                "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", +                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",                  "shasum": ""              },              "require": {                  "php": "^5.3.2 || ^7.0 || ^8.0"              },              "require-dev": { -                "phpstan/phpstan": "^1.4", -                "symfony/phpunit-bridge": "^4.2 || ^5" +                "phpstan/phpstan": "^1.11", +                "symfony/phpunit-bridge": "^3 || ^7"              }, -            "time": "2024-07-12T11:35:52+00:00", +            "time": "2024-09-19T14:15:21+00:00",              "type": "library",              "extra": {                  "branch-alias": { @@ -215,7 +215,7 @@              "support": {                  "irc": "ircs://irc.libera.chat:6697/composer",                  "issues": "https://github.com/composer/semver/issues", -                "source": "https://github.com/composer/semver/tree/3.4.2" +                "source": "https://github.com/composer/semver/tree/3.4.3"              },              "funding": [                  { @@ -1201,17 +1201,17 @@          },          {              "name": "symfony/console", -            "version": "v6.4.11", -            "version_normalized": "6.4.11.0", +            "version": "v6.4.15", +            "version_normalized": "6.4.15.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/console.git", -                "reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998" +                "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/console/zipball/42686880adaacdad1835ee8fc2a9ec5b7bd63998", -                "reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998", +                "url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", +                "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd",                  "shasum": ""              },              "require": { @@ -1244,7 +1244,7 @@                  "symfony/stopwatch": "^5.4|^6.0|^7.0",                  "symfony/var-dumper": "^5.4|^6.0|^7.0"              }, -            "time": "2024-08-15T22:48:29+00:00", +            "time": "2024-11-06T14:19:14+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1278,7 +1278,7 @@                  "terminal"              ],              "support": { -                "source": "https://github.com/symfony/console/tree/v6.4.11" +                "source": "https://github.com/symfony/console/tree/v6.4.15"              },              "funding": [                  { @@ -1368,17 +1368,17 @@          },          {              "name": "symfony/event-dispatcher", -            "version": "v6.4.8", -            "version_normalized": "6.4.8.0", +            "version": "v6.4.13", +            "version_normalized": "6.4.13.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/event-dispatcher.git", -                "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b" +                "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8d7507f02b06e06815e56bb39aa0128e3806208b", -                "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b", +                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e", +                "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",                  "shasum": ""              },              "require": { @@ -1403,7 +1403,7 @@                  "symfony/service-contracts": "^2.5|^3",                  "symfony/stopwatch": "^5.4|^6.0|^7.0"              }, -            "time": "2024-05-31T14:49:08+00:00", +            "time": "2024-09-25T14:18:03+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1431,7 +1431,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/v6.4.8" +                "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13"              },              "funding": [                  { @@ -1530,17 +1530,17 @@          },          {              "name": "symfony/filesystem", -            "version": "v6.4.9", -            "version_normalized": "6.4.9.0", +            "version": "v6.4.13", +            "version_normalized": "6.4.13.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/filesystem.git", -                "reference": "b51ef8059159330b74a4d52f68e671033c0fe463" +                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b51ef8059159330b74a4d52f68e671033c0fe463", -                "reference": "b51ef8059159330b74a4d52f68e671033c0fe463", +                "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", +                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",                  "shasum": ""              },              "require": { @@ -1551,7 +1551,7 @@              "require-dev": {                  "symfony/process": "^5.4|^6.4|^7.0"              }, -            "time": "2024-06-28T09:49:33+00:00", +            "time": "2024-10-25T15:07:50+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1579,7 +1579,7 @@              "description": "Provides basic utilities for the filesystem",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/filesystem/tree/v6.4.9" +                "source": "https://github.com/symfony/filesystem/tree/v6.4.13"              },              "funding": [                  { @@ -1599,17 +1599,17 @@          },          {              "name": "symfony/finder", -            "version": "v6.4.11", -            "version_normalized": "6.4.11.0", +            "version": "v6.4.13", +            "version_normalized": "6.4.13.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/finder.git", -                "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453" +                "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/finder/zipball/d7eb6daf8cd7e9ac4976e9576b32042ef7253453", -                "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453", +                "url": "https://api.github.com/repos/symfony/finder/zipball/daea9eca0b08d0ed1dc9ab702a46128fd1be4958", +                "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958",                  "shasum": ""              },              "require": { @@ -1618,7 +1618,7 @@              "require-dev": {                  "symfony/filesystem": "^6.0|^7.0"              }, -            "time": "2024-08-13T14:27:37+00:00", +            "time": "2024-10-01T08:30:56+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1646,7 +1646,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.11" +                "source": "https://github.com/symfony/finder/tree/v6.4.13"              },              "funding": [                  { @@ -1666,24 +1666,24 @@          },          {              "name": "symfony/options-resolver", -            "version": "v6.4.8", -            "version_normalized": "6.4.8.0", +            "version": "v6.4.13", +            "version_normalized": "6.4.13.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/options-resolver.git", -                "reference": "22ab9e9101ab18de37839074f8a1197f55590c1b" +                "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/22ab9e9101ab18de37839074f8a1197f55590c1b", -                "reference": "22ab9e9101ab18de37839074f8a1197f55590c1b", +                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0a62a9f2504a8dd27083f89d21894ceb01cc59db", +                "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db",                  "shasum": ""              },              "require": {                  "php": ">=8.1",                  "symfony/deprecation-contracts": "^2.5|^3"              }, -            "time": "2024-05-31T14:49:08+00:00", +            "time": "2024-09-25T14:18:03+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1716,7 +1716,7 @@                  "options"              ],              "support": { -                "source": "https://github.com/symfony/options-resolver/tree/v6.4.8" +                "source": "https://github.com/symfony/options-resolver/tree/v6.4.13"              },              "funding": [                  { @@ -1736,21 +1736,21 @@          },          {              "name": "symfony/polyfill-ctype", -            "version": "v1.30.0", -            "version_normalized": "1.30.0.0", +            "version": "v1.31.0", +            "version_normalized": "1.31.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-ctype.git", -                "reference": "0424dff1c58f028c451efff2045f5d92410bd540" +                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", -                "reference": "0424dff1c58f028c451efff2045f5d92410bd540", +                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", +                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",                  "shasum": ""              },              "require": { -                "php": ">=7.1" +                "php": ">=7.2"              },              "provide": {                  "ext-ctype": "*" @@ -1758,7 +1758,7 @@              "suggest": {                  "ext-ctype": "For best performance"              }, -            "time": "2024-05-31T15:07:36+00:00", +            "time": "2024-09-09T11:45:10+00:00",              "type": "library",              "extra": {                  "thanks": { @@ -1798,7 +1798,7 @@                  "portable"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" +                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"              },              "funding": [                  { @@ -1818,26 +1818,26 @@          },          {              "name": "symfony/polyfill-intl-grapheme", -            "version": "v1.30.0", -            "version_normalized": "1.30.0.0", +            "version": "v1.31.0", +            "version_normalized": "1.31.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-intl-grapheme.git", -                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" +                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a", -                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", +                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", +                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",                  "shasum": ""              },              "require": { -                "php": ">=7.1" +                "php": ">=7.2"              },              "suggest": {                  "ext-intl": "For best performance"              }, -            "time": "2024-05-31T15:07:36+00:00", +            "time": "2024-09-09T11:45:10+00:00",              "type": "library",              "extra": {                  "thanks": { @@ -1879,7 +1879,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0" +                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"              },              "funding": [                  { @@ -1899,26 +1899,26 @@          },          {              "name": "symfony/polyfill-intl-normalizer", -            "version": "v1.30.0", -            "version_normalized": "1.30.0.0", +            "version": "v1.31.0", +            "version_normalized": "1.31.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-intl-normalizer.git", -                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" +                "reference": "3833d7255cc303546435cb650316bff708a1c75c"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", -                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", +                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", +                "reference": "3833d7255cc303546435cb650316bff708a1c75c",                  "shasum": ""              },              "require": { -                "php": ">=7.1" +                "php": ">=7.2"              },              "suggest": {                  "ext-intl": "For best performance"              }, -            "time": "2024-05-31T15:07:36+00:00", +            "time": "2024-09-09T11:45:10+00:00",              "type": "library",              "extra": {                  "thanks": { @@ -1963,7 +1963,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" +                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"              },              "funding": [                  { @@ -1983,21 +1983,21 @@          },          {              "name": "symfony/polyfill-mbstring", -            "version": "v1.30.0", -            "version_normalized": "1.30.0.0", +            "version": "v1.31.0", +            "version_normalized": "1.31.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-mbstring.git", -                "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" +                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", -                "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", +                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", +                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",                  "shasum": ""              },              "require": { -                "php": ">=7.1" +                "php": ">=7.2"              },              "provide": {                  "ext-mbstring": "*" @@ -2005,7 +2005,7 @@              "suggest": {                  "ext-mbstring": "For best performance"              }, -            "time": "2024-06-19T12:30:46+00:00", +            "time": "2024-09-09T11:45:10+00:00",              "type": "library",              "extra": {                  "thanks": { @@ -2046,7 +2046,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" +                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"              },              "funding": [                  { @@ -2066,23 +2066,23 @@          },          {              "name": "symfony/polyfill-php80", -            "version": "v1.30.0", -            "version_normalized": "1.30.0.0", +            "version": "v1.31.0", +            "version_normalized": "1.31.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-php80.git", -                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" +                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", -                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", +                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", +                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",                  "shasum": ""              },              "require": { -                "php": ">=7.1" +                "php": ">=7.2"              }, -            "time": "2024-05-31T15:07:36+00:00", +            "time": "2024-09-09T11:45:10+00:00",              "type": "library",              "extra": {                  "thanks": { @@ -2129,7 +2129,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" +                "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"              },              "funding": [                  { @@ -2149,23 +2149,23 @@          },          {              "name": "symfony/polyfill-php81", -            "version": "v1.30.0", -            "version_normalized": "1.30.0.0", +            "version": "v1.31.0", +            "version_normalized": "1.31.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/polyfill-php81.git", -                "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" +                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", -                "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", +                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", +                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",                  "shasum": ""              },              "require": { -                "php": ">=7.1" +                "php": ">=7.2"              }, -            "time": "2024-06-19T12:30:46+00:00", +            "time": "2024-09-09T11:45:10+00:00",              "type": "library",              "extra": {                  "thanks": { @@ -2208,7 +2208,7 @@                  "shim"              ],              "support": { -                "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" +                "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"              },              "funding": [                  { @@ -2228,23 +2228,23 @@          },          {              "name": "symfony/process", -            "version": "v6.4.8", -            "version_normalized": "6.4.8.0", +            "version": "v6.4.15", +            "version_normalized": "6.4.15.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/process.git", -                "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5" +                "reference": "3cb242f059c14ae08591c5c4087d1fe443564392"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5", -                "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5", +                "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", +                "reference": "3cb242f059c14ae08591c5c4087d1fe443564392",                  "shasum": ""              },              "require": {                  "php": ">=8.1"              }, -            "time": "2024-05-31T14:49:08+00:00", +            "time": "2024-11-06T14:19:14+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -2272,7 +2272,7 @@              "description": "Executes commands in sub-processes",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/process/tree/v6.4.8" +                "source": "https://github.com/symfony/process/tree/v6.4.15"              },              "funding": [                  { @@ -2378,24 +2378,24 @@          },          {              "name": "symfony/stopwatch", -            "version": "v6.4.8", -            "version_normalized": "6.4.8.0", +            "version": "v6.4.13", +            "version_normalized": "6.4.13.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/stopwatch.git", -                "reference": "63e069eb616049632cde9674c46957819454b8aa" +                "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/63e069eb616049632cde9674c46957819454b8aa", -                "reference": "63e069eb616049632cde9674c46957819454b8aa", +                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2cae0a6f8d04937d02f6d19806251e2104d54f92", +                "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92",                  "shasum": ""              },              "require": {                  "php": ">=8.1",                  "symfony/service-contracts": "^2.5|^3"              }, -            "time": "2024-05-31T14:49:08+00:00", +            "time": "2024-09-25T14:18:03+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -2423,7 +2423,7 @@              "description": "Provides a way to profile code",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/stopwatch/tree/v6.4.8" +                "source": "https://github.com/symfony/stopwatch/tree/v6.4.13"              },              "funding": [                  { @@ -2443,17 +2443,17 @@          },          {              "name": "symfony/string", -            "version": "v6.4.11", -            "version_normalized": "6.4.11.0", +            "version": "v6.4.15", +            "version_normalized": "6.4.15.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/string.git", -                "reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b" +                "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/string/zipball/5bc3eb632cf9c8dbfd6529d89be9950d1518883b", -                "reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b", +                "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f", +                "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",                  "shasum": ""              },              "require": { @@ -2473,7 +2473,7 @@                  "symfony/translation-contracts": "^2.5|^3.0",                  "symfony/var-exporter": "^5.4|^6.0|^7.0"              }, -            "time": "2024-08-12T09:55:28+00:00", +            "time": "2024-11-13T13:31:12+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -2512,7 +2512,7 @@                  "utf8"              ],              "support": { -                "source": "https://github.com/symfony/string/tree/v6.4.11" +                "source": "https://github.com/symfony/string/tree/v6.4.15"              },              "funding": [                  { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index d1bd4dc..04fd6f4 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    58dd9c931c785a79739310aef5178928305ffa67 +%global gh_commit    79d4f3e77b250a7d8043d76c6af8f0695e8a469f  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2024-08-30 +%global gh_date      2024-11-25  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.64.0 +Version:        3.65.0  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -51,41 +51,41 @@ Provides:       php-cs-fixer3 = %{version}  # Bundled PHP libraries  # License BSD-3-Clause -Provides:       bundled(php-sebastian-diff) = 5.1.1 +Provides:       bundled(php-composer(sebastian/diff)) = 5.1.1  # License MIT -Provides:       bundled(php-clue-ndjson-react) = v1.3.0 -Provides:       bundled(php-composer-pcre) = 3.3.1 -Provides:       bundled(php-composer-semver) = 3.4.2 -Provides:       bundled(php-composer-xdebug-handler) = 3.0.5 -Provides:       bundled(php-evenement-evenement) = v3.0.2 -Provides:       bundled(php-fidry-cpu-core-counter) = 1.2.0 -Provides:       bundled(php-psr-container) = 2.0.2 -Provides:       bundled(php-psr-event-dispatcher) = 1.0.0 -Provides:       bundled(php-psr-log) = 2.0.0 -Provides:       bundled(php-react-cache) = v1.2.0 -Provides:       bundled(php-react-child-process) = v0.6.5 -Provides:       bundled(php-react-dns) = v1.13.0 -Provides:       bundled(php-react-event-loop) = v1.5.0 -Provides:       bundled(php-react-promise) = v3.2.0 -Provides:       bundled(php-react-socket) = v1.16.0 -Provides:       bundled(php-react-stream) = v1.4.0 -Provides:       bundled(php-symfony-console) = v6.4.11 -Provides:       bundled(php-symfony-deprecation-contracts) = v3.5.0 -Provides:       bundled(php-symfony-event-dispatcher) = v6.4.8 -Provides:       bundled(php-symfony-event-dispatcher-contracts) = v3.5.0 -Provides:       bundled(php-symfony-filesystem) = v6.4.9 -Provides:       bundled(php-symfony-finder) = v6.4.11 -Provides:       bundled(php-symfony-options-resolver) = v6.4.8 -Provides:       bundled(php-symfony-polyfill-ctype) = v1.30.0 -Provides:       bundled(php-symfony-polyfill-intl-grapheme) = v1.30.0 -Provides:       bundled(php-symfony-polyfill-intl-normalizer) = v1.30.0 -Provides:       bundled(php-symfony-polyfill-mbstring) = v1.30.0 -Provides:       bundled(php-symfony-polyfill-php80) = v1.30.0 -Provides:       bundled(php-symfony-polyfill-php81) = v1.30.0 -Provides:       bundled(php-symfony-process) = v6.4.8 -Provides:       bundled(php-symfony-service-contracts) = v3.5.0 -Provides:       bundled(php-symfony-stopwatch) = v6.4.8 -Provides:       bundled(php-symfony-string) = v6.4.11 +Provides:       bundled(php-composer(clue/ndjson-react)) = v1.3.0 +Provides:       bundled(php-composer(composer/pcre)) = 3.3.2 +Provides:       bundled(php-composer(composer/semver)) = 3.4.3 +Provides:       bundled(php-composer(composer/xdebug-handler)) = 3.0.5 +Provides:       bundled(php-composer(evenement/evenement)) = v3.0.2 +Provides:       bundled(php-composer(fidry/cpu-core-counter)) = 1.2.0 +Provides:       bundled(php-composer(psr/container)) = 2.0.2 +Provides:       bundled(php-composer(psr/event-dispatcher)) = 1.0.0 +Provides:       bundled(php-composer(psr/log)) = 2.0.0 +Provides:       bundled(php-composer(react/cache)) = v1.2.0 +Provides:       bundled(php-composer(react/child-process)) = v0.6.5 +Provides:       bundled(php-composer(react/dns)) = v1.13.0 +Provides:       bundled(php-composer(react/event-loop)) = v1.5.0 +Provides:       bundled(php-composer(react/promise)) = v3.2.0 +Provides:       bundled(php-composer(react/socket)) = v1.16.0 +Provides:       bundled(php-composer(react/stream)) = v1.4.0 +Provides:       bundled(php-composer(symfony/console)) = v6.4.15 +Provides:       bundled(php-composer(symfony/deprecation-contracts)) = v3.5.0 +Provides:       bundled(php-composer(symfony/event-dispatcher)) = v6.4.13 +Provides:       bundled(php-composer(symfony/event-dispatcher-contracts)) = v3.5.0 +Provides:       bundled(php-composer(symfony/filesystem)) = v6.4.13 +Provides:       bundled(php-composer(symfony/finder)) = v6.4.13 +Provides:       bundled(php-composer(symfony/options-resolver)) = v6.4.13 +Provides:       bundled(php-composer(symfony/polyfill-ctype)) = v1.31.0 +Provides:       bundled(php-composer(symfony/polyfill-intl-grapheme)) = v1.31.0 +Provides:       bundled(php-composer(symfony/polyfill-intl-normalizer)) = v1.31.0 +Provides:       bundled(php-composer(symfony/polyfill-mbstring)) = v1.31.0 +Provides:       bundled(php-composer(symfony/polyfill-php80)) = v1.31.0 +Provides:       bundled(php-composer(symfony/polyfill-php81)) = v1.31.0 +Provides:       bundled(php-composer(symfony/process)) = v6.4.15 +Provides:       bundled(php-composer(symfony/service-contracts)) = v3.5.0 +Provides:       bundled(php-composer(symfony/stopwatch)) = v6.4.13 +Provides:       bundled(php-composer(symfony/string)) = v6.4.15  Provides:       php-composer(friendsofphp/php-cs-fixer) = %{version} @@ -120,7 +120,7 @@ php -r '      foreach($pkgs["packages"] as $pkg) {          $lic = implode(" and ", $pkg["license"]);          if (!isset($res[$lic])) $res[$lic] = []; -        $res[$lic][] = sprintf("Provides:       bundled(php-%s) = %s", str_replace(["/", "_"], ["-", "-"], $pkg["name"]), $pkg["version"]); +        $res[$lic][] = sprintf("Provides:       bundled(php-composer(%s)) = %s", $pkg["name"], $pkg["version"]);      }      ksort($res);      foreach($res as $lic => $lib) { @@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 3.65.0-1 +- update to 3.65.0 +  * Sat Aug 31 2024 Remi Collet <remi@remirepo.net> - 3.64.0-1  - update to 3.64.0  | 
