diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-phpunit-phploc.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 50c49b9..6489ab7 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "sort-packages": true }, "require": { - "php": "^7.3", + "php": ">=7.3", "ext-dom": "*", "ext-json": "*", "sebastian/cli-parser": "^1.0", diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 0ce1a84..74bdd26 100644 --- a/php-phpunit-phploc.spec +++ b/php-phpunit-phploc.spec @@ -13,7 +13,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e3c1dc59ddd33e12abf5325a3f42261b8ef26142 +%global gh_commit af0d5fc84f3f7725513ba59cdcbe670ac2a4532a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phploc @@ -25,7 +25,7 @@ %global ns_project PHPLOC Name: php-phpunit-phploc -Version: 7.0.1 +Version: 7.0.2 Release: 1%{?dist} Summary: A tool for quickly measuring the size of a PHP project @@ -61,7 +61,7 @@ BuildRequires: %{phpunit} %endif # From composer.json, "require": { -# "php": "^7.3", +# "php": ">=7.3", # "ext-dom": "*", # "ext-json": "*", # "sebastian/finder-facade": "^2.0", @@ -166,6 +166,9 @@ fi %changelog +* Mon Dec 7 2020 Remi Collet <remi@remirepo.net> - 7.0.2-1 +- update to 7.0.2 + * Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.0.1-1 - update to 7.0.1 |