Skip to content

Commit 9912c83

Browse files
Prepare release
1 parent b8deb8c commit 9912c83

File tree

4 files changed

+151
-185
lines changed

4 files changed

+151
-185
lines changed

ChangeLog-12.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ All notable changes of the PHPUnit 12.0 release series are documented in this fi
4848
* [#5801](https://github.com/sebastianbergmann/phpunit/issues/5801): Support for targeting traits with `#[CoversClass]` and `#[UsesClass]` attributes
4949
* [#5978](https://github.com/sebastianbergmann/phpunit/issues/5978): Support for PHP 8.2
5050

51-
[12.0.0]: https://github.com/sebastianbergmann/phpunit/compare/11.5...main
51+
[12.0.0]: https://github.com/sebastianbergmann/phpunit/compare/11.5...12.0.0

composer.json

Lines changed: 14 additions & 15 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.3",
@@ -33,20 +32,20 @@
3332
"myclabs/deep-copy": "^1.12.1",
3433
"phar-io/manifest": "^2.0.4",
3534
"phar-io/version": "^3.2.1",
36-
"phpunit/php-code-coverage": "^12.0-dev",
37-
"phpunit/php-file-iterator": "^6.0-dev",
38-
"phpunit/php-invoker": "^6.0-dev",
39-
"phpunit/php-text-template": "^5.0-dev",
40-
"phpunit/php-timer": "^8.0-dev",
41-
"sebastian/cli-parser": "^4.0-dev",
42-
"sebastian/comparator": "^7.0-dev",
43-
"sebastian/diff": "^7.0-dev",
44-
"sebastian/environment": "^8.0-dev",
45-
"sebastian/exporter": "^7.0-dev",
46-
"sebastian/global-state": "^8.0-dev",
47-
"sebastian/object-enumerator": "^7.0-dev",
48-
"sebastian/type": "^6.0-dev",
49-
"sebastian/version": "^6.0-dev",
35+
"phpunit/php-code-coverage": "^12.0.0",
36+
"phpunit/php-file-iterator": "^6.0.0",
37+
"phpunit/php-invoker": "^6.0.0",
38+
"phpunit/php-text-template": "^5.0.0",
39+
"phpunit/php-timer": "^8.0.0",
40+
"sebastian/cli-parser": "^4.0.0",
41+
"sebastian/comparator": "^7.0.0",
42+
"sebastian/diff": "^7.0.0",
43+
"sebastian/environment": "^8.0.0",
44+
"sebastian/exporter": "^7.0.0",
45+
"sebastian/global-state": "^8.0.0",
46+
"sebastian/object-enumerator": "^7.0.0",
47+
"sebastian/type": "^6.0.0",
48+
"sebastian/version": "^6.0.0",
5049
"staabm/side-effects-detector": "^1.0.5"
5150
},
5251
"config": {

0 commit comments

Comments
 (0)