summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-17 13:53:40 +0200
committerRemi Collet <remi@php.net>2024-04-17 13:53:40 +0200
commitc3cf4fde1755f70d811148067760b1ac6cba0662 (patch)
tree1bd13ebc9b1ce06171fd20a3c94b9211a217500d
parent5864824543bf3c190be575256a575a12c3568600 (diff)
update to 3.54.0HEADmaster
-rw-r--r--php-cs-fixer.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index 1e3de55..41822b2 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 69a19093a9ded8d1baac62ed6c009b8bc148d008
+%global gh_commit 2aecbc8640d7906c38777b3dcab6f4ca79004d08
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2024-04-08
+%global gh_date 2024-04-17
%global gh_owner FriendsOfPHP
%global gh_project PHP-CS-Fixer
Name: php-cs-fixer
-Version: 3.53.0
+Version: 3.54.0
Release: 1%{?dist}
Summary: PHP Coding Standards Fixer
@@ -150,6 +150,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
%changelog
+* Wed Apr 17 2024 Remi Collet <remi@remirepo.net> - 3.54.0-1
+- update to 3.54.0
+
* Tue Apr 9 2024 Remi Collet <remi@remirepo.net> - 3.53.0-1
- update to 3.53.0
- bump dependency on PHP 8.1