diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | installed.json | 14 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 5 |
3 files changed, 12 insertions, 9 deletions
diff --git a/composer.json b/composer.json index c080b28..5013a98 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "react/event-loop": "^1.5", "react/socket": "^1.16", "react/stream": "^1.4", - "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 || ^8.0", + "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 || ^8.0 || ^9.0", "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 || ^8.0", "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0", diff --git a/installed.json b/installed.json index 21f1dab..fcd727e 100644 --- a/installed.json +++ b/installed.json @@ -2087,17 +2087,17 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.38.1", - "version_normalized": "1.38.1.0", + "version": "v1.38.2", + "version_normalized": "1.38.2.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "14c5439eec4ccff081ac14eca2dc57feb2a66d92" + "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/14c5439eec4ccff081ac14eca2dc57feb2a66d92", - "reference": "14c5439eec4ccff081ac14eca2dc57feb2a66d92", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", + "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", "shasum": "" }, "require": { @@ -2110,7 +2110,7 @@ "suggest": { "ext-mbstring": "For best performance" }, - "time": "2026-05-26T12:51:13+00:00", + "time": "2026-05-27T06:59:30+00:00", "type": "library", "extra": { "thanks": { @@ -2151,7 +2151,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2" }, "funding": [ { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 467b5bc..3293167 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -15,7 +15,7 @@ %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.95.4 +Version: 3.95.5 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -103,6 +103,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Jun 10 2026 Remi Collet <remi@remirepo.net> - 3.95.5-1 +- update to 3.95.5 + * Thu Jun 4 2026 Remi Collet <remi@remirepo.net> - 3.95.4-1 - update to 3.95.4 |
