summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json4
-rw-r--r--php-cs-fixer.spec9
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 1731a79..87fcea4 100644
--- a/composer.json
+++ b/composer.json
@@ -68,7 +68,7 @@
"PhpCsFixer\\": "src/"
},
"exclude-from-classmap": [
- "src/Fixer/Internal/*"
+ "src/**/Internal/"
]
},
"autoload-dev": {
@@ -106,7 +106,7 @@
"echo '⚠️ This script is deprecated! Utilise built-in parallelisation instead.';",
"@cs:fix"
],
- "docs": "@php dev-tools/doc.php",
+ "docs": "@php dev-tools/php-cs-fixer-internal docs",
"infection": "@test:mutation",
"install-tools": "./dev-tools/install.sh",
"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/*",
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index d594d03..ca5b0ab 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 c4a25f20390337789c26b693ae46faa125040352
+%global gh_commit f171dc216bc8a4192d5a0876a899cce6f9e379d6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2025-11-28
+%global gh_date 2025-12-01
%global gh_owner FriendsOfPHP
%global gh_project PHP-CS-Fixer
Name: php-cs-fixer
-Version: 3.91.0
+Version: 3.91.2
Release: 1%{?dist}
Summary: PHP Coding Standards Fixer
@@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
%changelog
+* Tue Dec 2 2025 Remi Collet <remi@remirepo.net> - 3.91.2-1
+- update to 3.91.2
+
* Sat Nov 29 2025 Remi Collet <remi@remirepo.net> - 3.91.0-1
- update to 3.91.0