summaryrefslogtreecommitdiffstats
path: root/php-doctrine-inflector.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-inflector.spec')
-rw-r--r--php-doctrine-inflector.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-inflector.spec b/php-doctrine-inflector.spec
index 68eac07..c1f748f 100644
--- a/php-doctrine-inflector.spec
+++ b/php-doctrine-inflector.spec
@@ -12,13 +12,13 @@
%global github_owner doctrine
%global github_name inflector
-%global github_version 1.4.1
-%global github_commit 4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3
+%global github_version 1.4.2
+%global github_commit 889b42b8155f2aa274596b6e0424371b1e3c51bb
%global composer_vendor doctrine
%global composer_project inflector
-# "php": "^7.2"
+# "php": "^7.2 || ^8.0"
%global php_min_ver 7.2
# Build using "--without tests" to disable tests
@@ -121,6 +121,9 @@ exit $RETURN_CODE
%changelog
+* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.4.2-1
+- update to 1.4.2
+
* Mon May 11 2020 Remi Collet <remi@remirepo.net> - 1.4.1-1
- update to 1.4.1
- raise dependency on PHP 7.2