diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-sebastian-comparator4.spec | 13 | 
2 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 965e64a..b758e03 100644 --- a/composer.json +++ b/composer.json @@ -24,12 +24,12 @@      ],      "prefer-stable": true,      "require": { -        "php": "^7.3 || ^8.0", +        "php": ">=7.3",          "sebastian/diff": "^4.0",          "sebastian/exporter": "^4.0"      },      "require-dev": { -        "phpunit/phpunit": "^9.0" +        "phpunit/phpunit": "^9.3"      },      "config": {          "platform": { diff --git a/php-sebastian-comparator4.spec b/php-sebastian-comparator4.spec index 61e7375..50dcc43 100644 --- a/php-sebastian-comparator4.spec +++ b/php-sebastian-comparator4.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f +%global gh_commit    e717aabeafe4eac045d3e947dad3207118664c72  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   comparator @@ -26,7 +26,7 @@  %endif  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        4.0.3 +Version:        4.0.4  Release:        1%{?dist}  Summary:        Compare PHP values for equality @@ -50,12 +50,12 @@ BuildRequires:  php-sebastian-exporter4  BuildRequires:  php-fedora-autoloader-devel  %if %{with tests}  # from composer.json, "require-dev": { -#        "phpunit/phpunit": "^9.0" -BuildRequires:  phpunit9 +#        "phpunit/phpunit": "^9.3" +BuildRequires:  phpunit9 >= 9.3  %endif  # from composer.json -#        "php": "^7.3 || ^8.0", +#        "php": ">=7.3",  #        "sebastian/diff": "^4.0",  #        "sebastian/exporter": "^4.0"  Requires:       php(language) >= 7.3 @@ -135,6 +135,9 @@ exit $ret  %changelog +* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 4.0.4-1 +- update to 4.0.4 (no change) +  * Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 4.0.3-1  - update to 4.0.3  | 
