summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-28 15:27:19 +0200
committerRemi Collet <remi@php.net>2024-08-28 15:27:19 +0200
commite55067c7499f35304031a0d33aea3d32928eff98 (patch)
treed1ca05596c171a952a6af653abbf0efd40db9762
parent406d66256844f5782da102e95ebd0c52ef8931df (diff)
update to 3.63.2
-rw-r--r--installed.json14
-rw-r--r--php-cs-fixer.spec11
2 files changed, 14 insertions, 11 deletions
diff --git a/installed.json b/installed.json
index 3876e1d..39c19cc 100644
--- a/installed.json
+++ b/installed.json
@@ -69,17 +69,17 @@
},
{
"name": "composer/pcre",
- "version": "3.3.0",
- "version_normalized": "3.3.0.0",
+ "version": "3.3.1",
+ "version_normalized": "3.3.1.0",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
- "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81"
+ "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/pcre/zipball/1637e067347a0c40bbb1e3cd786b20dcab556a81",
- "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81",
+ "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4",
+ "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4",
"shasum": ""
},
"require": {
@@ -93,7 +93,7 @@
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8 || ^9"
},
- "time": "2024-08-19T19:43:53+00:00",
+ "time": "2024-08-27T18:44:43+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.0"
+ "source": "https://github.com/composer/pcre/tree/3.3.1"
},
"funding": [
{
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index 78867f8..416ed11 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 ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea
+%global gh_commit 9d427f3f14984403a6ae9fc726b61765ca0c005e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2024-08-27
+%global gh_date 2024-08-28
%global gh_owner FriendsOfPHP
%global gh_project PHP-CS-Fixer
Name: php-cs-fixer
-Version: 3.63.1
+Version: 3.63.2
Release: 1%{?dist}
Summary: PHP Coding Standards Fixer
@@ -54,7 +54,7 @@ Provides: php-cs-fixer3 = %{version}
Provides: bundled(php-sebastian-diff) = 5.1.1
# License MIT
Provides: bundled(php-clue-ndjson-react) = v1.3.0
-Provides: bundled(php-composer-pcre) = 3.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
@@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
%changelog
+* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 3.63.2-1
+- update to 3.63.2
+
* Tue Aug 27 2024 Remi Collet <remi@remirepo.net> - 3.63.1-1
- update to 3.63.1