summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-cs-fixer.spec')
-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 04db9e5..27e9a77 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit b6202ccad4c00778887e7e8282d52f854802b59a
+%global gh_commit aca23e791784eade7b377d578d6dfc6fcf1398d2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20150717
%global gh_owner FriendsOfPHP
@@ -15,7 +15,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-cs-fixer
-Version: 2.2.7
+Version: 2.2.8
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
Summary: A tool to automatically fix PHP code style
@@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel
%endif
# From composer.json, "require": {
-# "php": "^5.3.6 || >=7.0 <7.2",
+# "php": "^5.3.6 || >=7.0 <7.3",
# "ext-json": "*",
# "ext-tokenizer": "*",
# "composer/semver": "^1.4",
@@ -263,6 +263,9 @@ fi
%changelog
+* Mon Oct 2 2017 Remi Collet <remi@remirepo.net> - 2.2.8-1
+- Update to 2.2.8
+
* Tue Sep 12 2017 Remi Collet <remi@remirepo.net> - 2.2.7-1
- Update to 2.2.7
- add dependency on composer/semver