summaryrefslogtreecommitdiffstats
path: root/php-symfony4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-31 07:31:06 +0100
committerRemi Collet <remi@php.net>2022-01-31 07:31:06 +0100
commita9508a35fd7501e2576244b642bf77bcef379242 (patch)
tree20fb734f2c21b6d3158ce290919cc2ce1d1950ea /php-symfony4.spec
parent2a782c8a5071397b08ecb61aca526c8d282f23f9 (diff)
lower minimal php version back to 7.1.3
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r--php-symfony4.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec
index 394bf0e..a6d0ba8 100644
--- a/php-symfony4.spec
+++ b/php-symfony4.spec
@@ -21,8 +21,7 @@
%global composer_project symfony
# "php": ">=7.1.3"
-# use 7.4 as older polyfills are disabled
-%global php_min_ver 7.4
+%global php_min_ver 7.1.3
# "cache/integration-tests": "dev-master"
# NOTE: Min and max versions added to restrict to single major version
%global cache_integration_tests_min_ver 0
@@ -145,7 +144,7 @@
Name: php-%{composer_project}4
Version: %{github_version}
-Release: 1%{?github_prerelease:.%{github_prerelease}}%{?dist}
+Release: 2%{?github_prerelease:.%{github_prerelease}}%{?dist}
Summary: Symfony PHP framework (version 4)
# MIT and CC-BY-SA:
@@ -3316,6 +3315,9 @@ exit $RET
# ##############################################################################
%changelog
+* Mon Jan 31 2022 Remi Collet <remi@remirepo.net> - 4.4.37-2
+- lower minimal php version back to 7.1.3
+
* Fri Jan 28 2022 Remi Collet <remi@remirepo.net> - 4.4.37-1
- update to 4.4.37