diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-24 07:38:54 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-24 07:38:54 +0100 |
| commit | 25b218930f4dd1fe6a8ec8955cc4d9a5786582b4 (patch) | |
| tree | 5c5cf7b133ae1b03b3fe33e3c644caf008184e9a | |
| parent | 8f0eca0596a5002a96ff5b166df9f86ae33a0775 (diff) | |
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | php-zumba-json-serializer.spec | 10 |
2 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 1726403..4210c96 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "opis/closure": "Allow to serialize PHP closures" }, "require-dev": { - "phpunit/phpunit": ">=8 <12.0" + "phpunit/phpunit": ">=8 <12.0", + "opis/closure": "^3.0 || ^4.0" }, "autoload": { "psr-4": { diff --git a/php-zumba-json-serializer.spec b/php-zumba-json-serializer.spec index 1108b06..b423010 100644 --- a/php-zumba-json-serializer.spec +++ b/php-zumba-json-serializer.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit bf26227879adefce75eb9651040d8982be97b881 +%global gh_commit fb113cafb08cd6c70f8134db586bde166a7abae0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zumba %global gh_project json-serializer @@ -18,7 +18,7 @@ %global major %nil Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 3.2.3 +Version: 3.2.4 Release: 1%{?dist} Summary: Serialize PHP variables @@ -34,7 +34,8 @@ BuildRequires: php(language) >= 8.1 BuildRequires: php-json BuildRequires: php-mbstring # For tests, from composer.json "require-dev": { -# "phpunit/phpunit": ">=8.0 <12.0" +# "phpunit/phpunit": ">=8.0 <12.0," +# "opis/closure": "^3.0 || ^4.0" %if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 BuildRequires: phpunit11 %global phpunit %{_bindir}/phpunit11 @@ -119,6 +120,9 @@ exit $ret %changelog +* Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 3.2.4-1 +- update to 3.2.4 + * Thu Feb 19 2026 Remi Collet <remi@remirepo.net> - 3.2.3-1 - update to 3.2.3 |
