diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-02 07:48:43 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-02 07:48:43 +0200 |
commit | 4e2097f8bae6aef6d4f8b29f456c94ca575b52a0 (patch) | |
tree | bab636ad47b79e18e5e769741780cf27e195c557 | |
parent | bc62be0ac95baa377f763c7bc781cf09c93b13d3 (diff) |
v1.8.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-doctrine-annotations.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 4b24c46..36fd562 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^7.5@dev" + "phpunit/phpunit": "^7.5" }, "config": { "sort-packages": true diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 6deaacd..bddb1a0 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name annotations -%global github_version 1.7.0 -%global github_commit fa4c4e861e809d6a1103bd620cce63ed91aedfeb +%global github_version 1.8.0 +%global github_commit 904dca4eb10715b92569fbcd79e201d5c349b6bc %global composer_vendor doctrine %global composer_project annotations @@ -148,7 +148,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php71 php72 php73; do +for PHP_EXEC in "" php71 php72 php73 php74; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit7 --verbose \ -d pcre.recursion_limit=10000 \ @@ -171,6 +171,9 @@ exit $RETURN_CODE %changelog +* Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 1.8.0-1 +- update to 1.8.0 + * Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 1.7.0-1 - update to 1.7.0 - switch to phpunit7 |