summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-27 16:17:17 +0200
committerRemi Collet <remi@php.net>2026-05-27 16:17:17 +0200
commit28615c9ef0805bf7ef82ca13646bb97139e27e1a (patch)
tree886b250224b28b3594da5fe4b19993dff1e710c2
parent836dcf280a8bc604c87e3f1871d38440b45e85f7 (diff)
update to 13.1.13HEADmaster
-rw-r--r--composer.json2
-rw-r--r--phpunit13.spec15
2 files changed, 12 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 5451db8..b033f9e 100644
--- a/composer.json
+++ b/composer.json
@@ -46,7 +46,7 @@
"sebastian/cli-parser": "^5.0.0",
"sebastian/comparator": "^8.2.1",
"sebastian/diff": "^8.3.0",
- "sebastian/environment": "^9.3.1",
+ "sebastian/environment": "^9.3.2",
"sebastian/exporter": "^8.1.0",
"sebastian/git-state": "^1.0",
"sebastian/global-state": "^9.0.0",
diff --git a/phpunit13.spec b/phpunit13.spec
index 7ad7992..73347ed 100644
--- a/phpunit13.spec
+++ b/phpunit13.spec
@@ -31,7 +31,7 @@
%global ver_minor 1
Name: %{pk_project}%{ver_major}
-Version: 13.1.11
+Version: 13.1.13
Release: 1%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
@@ -57,7 +57,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 9.0.0 with php-c
BuildRequires: (php-composer(sebastian/cli-parser) >= 5.0.0 with php-composer(sebastian/cli-parser) < 6)
BuildRequires: (php-composer(sebastian/comparator) >= 8.2.1 with php-composer(sebastian/comparator) < 9)
BuildRequires: (php-composer(sebastian/diff) >= 8.3.0 with php-composer(sebastian/diff) < 9)
-BuildRequires: (php-composer(sebastian/environment) >= 9.3.1 with php-composer(sebastian/environment) < 10)
+BuildRequires: (php-composer(sebastian/environment) >= 9.3.2 with php-composer(sebastian/environment) < 10)
BuildRequires: (php-composer(sebastian/exporter) >= 8.1.0 with php-composer(sebastian/exporter) < 9)
BuildRequires: (php-composer(sebastian/git-state) >= 1.0.0 with php-composer(sebastian/git-state) < 2)
BuildRequires: (php-composer(sebastian/global-state) >= 9.0.0 with php-composer(sebastian/global-state) < 10)
@@ -94,7 +94,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "sebastian/cli-parser": "^5.0.0",
# "sebastian/comparator": "^8.2.1",
# "sebastian/diff": "^8.3.0",
-# "sebastian/environment": "^9.3.1",
+# "sebastian/environment": "^9.3.2",
# "sebastian/exporter": "^8.1.0",
# "sebastian/git-state": "^1.0",
# "sebastian/global-state": "^9.0.0",
@@ -122,7 +122,7 @@ Requires: (php-composer(phpunit/php-timer) >= 9.0.0 with php-c
Requires: (php-composer(sebastian/cli-parser) >= 5.0.0 with php-composer(sebastian/cli-parser) < 6)
Requires: (php-composer(sebastian/comparator) >= 8.2.1 with php-composer(sebastian/comparator) < 9)
Requires: (php-composer(sebastian/diff) >= 8.3.0 with php-composer(sebastian/diff) < 9)
-Requires: (php-composer(sebastian/environment) >= 9.3.1 with php-composer(sebastian/environment) < 10)
+Requires: (php-composer(sebastian/environment) >= 9.3.2 with php-composer(sebastian/environment) < 10)
Requires: (php-composer(sebastian/exporter) >= 8.1.0 with php-composer(sebastian/exporter) < 9)
Requires: (php-composer(sebastian/git-state) >= 1.0.0 with php-composer(sebastian/git-state) < 2)
Requires: (php-composer(sebastian/global-state) >= 9.0.0 with php-composer(sebastian/global-state) < 10)
@@ -296,6 +296,13 @@ exit $ret
%changelog
+* Wed May 27 2026 Remi Collet <remi@remirepo.net> - 13.1.13-1
+- update to 13.1.13
+
+* Tue May 26 2026 Remi Collet <remi@remirepo.net> - 13.1.12-1
+- update to 13.1.12
+- raise dependency on sebastian/environment 9.3.2
+
* Thu May 21 2026 Remi Collet <remi@remirepo.net> - 13.1.11-1
- update to 13.1.11
- raise dependency on phpunit/php-code-coverage 14.1.9