From 909d4ff53fd487259a32fed7837bd9b2db1c41c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Mar 2024 14:56:34 +0100 Subject: update to 1.6.8 --- composer.json | 4 ++-- php-mockery.spec | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f23d2de..ca84c58 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "hamcrest/hamcrest-php": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.6.10", - "symplify/easy-coding-standard": "^12.0.8" + "phpunit/phpunit": "^8.5 || ^9.6.17", + "symplify/easy-coding-standard": "^12.1.14" }, "conflict": { "phpunit/phpunit": "<8.0" diff --git a/php-mockery.spec b/php-mockery.spec index 8ee6e4d..37feace 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -9,7 +9,7 @@ # %bcond_without tests -%global gh_commit 0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06 +%global gh_commit 415720b7e3052f42de05c384134387771d3e183b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mockery %global gh_project mockery @@ -17,7 +17,7 @@ %global major 1 Name: php-mockery -Version: 1.6.7 +Version: 1.6.8 Release: 1%{?dist} Summary: Mockery is a simple but flexible PHP mock object framework @@ -33,10 +33,10 @@ BuildArch: noarch %if %{with tests} BuildRequires: php(language) >= 7.3 # From composer.json, "require-dev": { -# "phpunit/phpunit": "^8.5 || ^9.6.10", -# "symplify/easy-coding-standard": "^12.0.8" +# "phpunit/phpunit": "^8.5 || ^9.6.17", +# "symplify/easy-coding-standard": "^12.1.14" %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.6.10 +BuildRequires: phpunit9 >= 9.6.17 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(hamcrest/hamcrest-php) >= 2.0.1 with php-composer(hamcrest/hamcrest-php) < 3) @@ -141,6 +141,9 @@ exit $ret %changelog +* Tue Mar 12 2024 Remi Collet - 1.6.8-1 +- update to 1.6.8 + * Mon Dec 11 2023 Remi Collet - 1.6.7-1 - update to 1.6.7 -- cgit