diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-13 08:33:27 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-13 08:33:27 +0100 |
commit | 3560f36bb024b18c8136c1789a3a4148f04607dd (patch) | |
tree | 7b32edeb8e751b985d16abf2e7b57625259e9bdd /php-symfony4.spec | |
parent | c78d99c3acef8ed9c9c64fc8182c5a327223b428 (diff) |
fix autoloader for 7.4
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 7f959a4..a9ee2bf 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony4 # -# Copyright (c) 2016-2021 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2016-2022 Shawn Iwinski <shawn@iwin.ski> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -21,7 +21,8 @@ %global composer_project symfony # "php": ">=7.1.3" -%global php_min_ver 7.1.3 +# use 7.4 as older polyfills are disabled +%global php_min_ver 7.4 # "cache/integration-tests": "dev-master" # NOTE: Min and max versions added to restrict to single major version %global cache_integration_tests_min_ver 0 @@ -144,7 +145,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: @@ -3315,6 +3316,9 @@ exit $RET # ############################################################################## %changelog +* Thu Jan 13 2022 Remi Collet <remi@remirepo.net> - 4.4.36-2 +- fix autoloader for 7.4 + * Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 4.4.36-1 - update to 4.4.36 |