From 1bad9c8c971230e2a210a59fa88a59d9c379ccc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 10:38:45 +0100 Subject: update to 1.5.4 --- composer.json | 3 +-- php-doctrine-datafixtures.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ebac32c..58a1984 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,10 @@ }, "require-dev": { "ext-sqlite3": "*", - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^10.0", "doctrine/dbal": "^2.13 || ^3.0", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/orm": "^2.7.0", - "jangregor/phpstan-prophecy": "^1", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^5.0 || ^6.0", diff --git a/php-doctrine-datafixtures.spec b/php-doctrine-datafixtures.spec index 9f62b66..cfa2149 100644 --- a/php-doctrine-datafixtures.spec +++ b/php-doctrine-datafixtures.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-doctrine-datafixtures # -# Copyright (c) 2013-2022 Shawn Iwinski +# Copyright (c) 2013-2023 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name data-fixtures -%global github_version 1.5.3 -%global github_commit ba37bfb776de763c5bf04a36d074cd5f5a083c42 +%global github_version 1.5.4 +%global github_commit d25660094fb25ee139aac11c7f052bea169b3f88 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor doctrine @@ -177,7 +177,7 @@ rm tests/Doctrine/Tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php74 php80 php81; do +for PHP_EXEC in "" php80 php81 php82; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit9 --verbose --bootstrap bootstrap.php \ || RETURN_CODE=1 @@ -200,6 +200,9 @@ exit $RETURN_CODE %changelog +* Tue Jan 3 2023 Remi Collet - 1.5.4-1 +- update to 1.5.4 + * Wed Apr 20 2022 Remi Collet - 1.5.3-1 - update to 1.5.3 (no change) - allow doctrine/persistence v3 -- cgit