Skip to content

Commit e045b31

Browse files
Prepare release
1 parent b1d7918 commit e045b31

4 files changed

Lines changed: 128 additions & 149 deletions

File tree

ChangeLog-13.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ All notable changes of the PHPUnit 13.0 release series are documented in this fi
3030
* [#6285](https://github.com/sebastianbergmann/phpunit/issues/6285): `#[RunClassInSeparateProcess]` attribute
3131
* [#6356](https://github.com/sebastianbergmann/phpunit/issues/6356): Support for version constraint string argument without explicit version comparison operator
3232

33-
[13.0.0]: https://github.com/sebastianbergmann/phpunit/compare/12.5...main
33+
[13.0.0]: https://github.com/sebastianbergmann/phpunit/compare/12.5...13.0.0

composer.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2121
"security": "https://github.com/sebastianbergmann/phpunit/security/policy"
2222
},
23-
"minimum-stability": "dev",
2423
"prefer-stable": true,
2524
"require": {
2625
"php": ">=8.4.1",
@@ -33,21 +32,21 @@
3332
"myclabs/deep-copy": "^1.13.4",
3433
"phar-io/manifest": "^2.0.4",
3534
"phar-io/version": "^3.2.1",
36-
"phpunit/php-code-coverage": "^13.0",
37-
"phpunit/php-file-iterator": "^7.0",
38-
"phpunit/php-invoker": "^7.0",
39-
"phpunit/php-text-template": "^6.0",
40-
"phpunit/php-timer": "^9.0",
41-
"sebastian/cli-parser": "^5.0",
42-
"sebastian/comparator": "^8.0",
43-
"sebastian/diff": "^8.0",
44-
"sebastian/environment": "^9.0",
45-
"sebastian/exporter": "^8.0",
46-
"sebastian/global-state": "^9.0",
47-
"sebastian/object-enumerator": "^8.0",
48-
"sebastian/recursion-context": "^8.0",
49-
"sebastian/type": "^7.0",
50-
"sebastian/version": "^7.0",
35+
"phpunit/php-code-coverage": "^13.0.0",
36+
"phpunit/php-file-iterator": "^7.0.0",
37+
"phpunit/php-invoker": "^7.0.0",
38+
"phpunit/php-text-template": "^6.0.0",
39+
"phpunit/php-timer": "^9.0.0",
40+
"sebastian/cli-parser": "^5.0.0",
41+
"sebastian/comparator": "^8.0.0",
42+
"sebastian/diff": "^8.0.0",
43+
"sebastian/environment": "^9.0.0",
44+
"sebastian/exporter": "^8.0.0",
45+
"sebastian/global-state": "^9.0.0",
46+
"sebastian/object-enumerator": "^8.0.0",
47+
"sebastian/recursion-context": "^8.0.0",
48+
"sebastian/type": "^7.0.0",
49+
"sebastian/version": "^7.0.0",
5150
"staabm/side-effects-detector": "^1.0.5"
5251
},
5352
"config": {

0 commit comments

Comments
 (0)