We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8819516 + 954024e commit d3c2804Copy full SHA for d3c2804
CHANGES.md
@@ -1,3 +1,6 @@
1
+# 2.4.0
2
+* Add support for PHPUnit 12
3
+
4
# 2.3.0
5
6
* Add more precise type for the `prophesize` method
composer.json
@@ -14,7 +14,7 @@
14
"require": {
15
"php": "^7.3 || ^8",
16
"phpspec/prophecy": "^1.18",
17
- "phpunit/phpunit":"^9.1 || ^10.1 || ^11.0"
+ "phpunit/phpunit":"^9.1 || ^10.1 || ^11.0 || ^12.0"
18
},
19
"autoload": {
20
"psr-4": {
0 commit comments