From 4e2097f8bae6aef6d4f8b29f456c94ca575b52a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Oct 2019 07:48:43 +0200 Subject: v1.8.0 --- composer.json | 2 +- 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 - 1.8.0-1 +- update to 1.8.0 + * Mon Aug 19 2019 Remi Collet - 1.7.0-1 - update to 1.7.0 - switch to phpunit7 -- cgit