diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-04 07:03:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-04 07:03:22 +0200 |
commit | f877a4cc3e1136c6bdc34664c90a4ee8bea295db (patch) | |
tree | b679957f2486e7cb38cea0760f3402b8beba284c | |
parent | 33e12e321ccf7e21585a84fe837d43144711fcd3 (diff) |
update to 11.5.19
raise dependency on myclabs/deep-copy 1.13.1
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | phpunit11.spec | 16 |
2 files changed, 12 insertions, 7 deletions
diff --git a/composer.json b/composer.json index c2d9a6d..879c244 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.13.0", + "myclabs/deep-copy": "^1.13.1", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "phpunit/php-code-coverage": "^11.0.9", @@ -53,6 +53,7 @@ "platform": { "php": "8.2.0" }, + "classmap-authoritative": true, "optimize-autoloader": true, "sort-packages": true }, diff --git a/phpunit11.spec b/phpunit11.spec index 6522774..5ed10a7 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit fc3e887c7f3f9917e1bf61e523413d753db00a17 -%global gh_date 2025-04-22 +%global gh_commit 0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5 +%global gh_date 2025-05-02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 11 %global ver_minor 5 -%global upstream_version 11.5.18 +%global upstream_version 11.5.19 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -52,7 +52,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 8.2 -BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.0 with php-composer(myclabs/deep-copy) < 2) +BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) BuildRequires: (php-composer(phpunit/php-code-coverage) >= 11.0.9 with php-composer(phpunit/php-code-coverage) < 12) @@ -88,7 +88,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "ext-mbstring": "*", # "ext-xml": "*", # "ext-xmlwriter": "*", -# "myclabs/deep-copy": "^1.13.0", +# "myclabs/deep-copy": "^1.13.1", # "phar-io/manifest": "^2.0.4", # "phar-io/version": "^3.2.1", # "phpunit/php-code-coverage": "^11.0.9", @@ -115,7 +115,7 @@ Requires: php-libxml Requires: php-mbstring Requires: php-xml Requires: php-xmlwriter -Requires: (php-composer(myclabs/deep-copy) >= 1.13.0 with php-composer(myclabs/deep-copy) < 2) +Requires: (php-composer(myclabs/deep-copy) >= 1.13.1 with php-composer(myclabs/deep-copy) < 2) Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3) Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4) Requires: (php-composer(phpunit/php-code-coverage) >= 11.0.9 with php-composer(phpunit/php-code-coverage) < 12) @@ -299,6 +299,10 @@ exit $ret %changelog +* Sun May 4 2025 Remi Collet <remi@remirepo.net> - 11.5.19-1 +- update to 11.5.19 +- raise dependency on myclabs/deep-copy 1.13.1 + * Wed Apr 23 2025 Remi Collet <remi@remirepo.net> - 11.5.18-1 - update to 11.5.18 |