diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-phpspec-prophecy.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 9a284ed..81cbe6e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { - "php": "8.2.* || 8.3.* || 8.4.*", + "php": "8.2.* || 8.3.* || 8.4.* || 8.5.*", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "doctrine/instantiator": "^1.2 || ^2.0", diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index 72b24bf..69b1a37 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9500f939e4b22c40c3d5cca5f10837f2a9c87cb0 +%global gh_commit a24f1bda2d00a03877f7f99d9e6b150baf543f6d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project prophecy @@ -15,7 +15,7 @@ %bcond_with phpspec Name: php-phpspec-prophecy -Version: 1.23.1 +Version: 1.24.0 Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP @@ -177,6 +177,9 @@ exit $ret %changelog +* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 1.24.0-1 +- update to 1.24.0 + * Tue Oct 28 2025 Remi Collet <remi@remirepo.net> - 1.23.1-1 - update to 1.23.1 |
