From f7ce99d714446535076bb6cb12345d833b69c6fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:18:21 +0200 Subject: update to 1.4.3 (no change) --- composer.json | 2 +- php-doctrine-datafixtures.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 028ff8f..aff8fa2 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "doctrine/common": "^2.11", "doctrine/persistence": "^1.3.3" }, diff --git a/php-doctrine-datafixtures.spec b/php-doctrine-datafixtures.spec index fa090ae..aa40af5 100644 --- a/php-doctrine-datafixtures.spec +++ b/php-doctrine-datafixtures.spec @@ -12,14 +12,14 @@ %global github_owner doctrine %global github_name data-fixtures -%global github_version 1.4.2 -%global github_commit 39e9777c9089351a468f780b01cffa3cb0a42907 +%global github_version 1.4.3 +%global github_commit 7ebac50901eb4516816ac39100dba1759d843943 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor doctrine %global composer_project data-fixtures -# "php": "^7.2" +# "php": "^7.2 || ^8.0" %global php_min_ver 7.2 # "doctrine/common": "~2.11" %global doctrine_common_min_ver 2.11 @@ -166,7 +166,7 @@ rm tests/Doctrine/Tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php71 php72 php73 php74; do +for PHP_EXEC in "" php72 php73 php74; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit7 --verbose --bootstrap bootstrap.php \ || RETURN_CODE=1 @@ -188,6 +188,9 @@ exit $RETURN_CODE %changelog +* Tue May 26 2020 Remi Collet - 1.4.3-1 +- update to 1.4.3 (no change) + * Fri Jan 17 2020 Remi Collet - 1.4.2-1 - update to 1.4.2 -- cgit