diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 8525133..ec2e7a2 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "require-dev": { "facile-it/paraunit": "^1.3.1 || ^2.11.0", "infection/infection": "^0.32.7", - "justinrainbow/json-schema": "^6.9.0", + "justinrainbow/json-schema": "^6.10.0", "keradus/cli-executor": "^2.3", "mikey179/vfsstream": "^1.6.12", "php-coveralls/php-coveralls": "^2.9.1", diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index fb65fae..ff61831 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.10 +Version: 3.95.11 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -103,6 +103,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Fri Jun 26 2026 Remi Collet <remi@remirepo.net> - 3.95.11-1 +- update to 3.95.11 + * Sun Jun 21 2026 Remi Collet <remi@remirepo.net> - 3.95.10-1 - update to 3.95.10 |
