Skip to content

Commit d3c2804

Browse files
authored
Merge pull request #67 from Jean85/phpunit-12-support
Allow PHPUnit 12
2 parents 8819516 + 954024e commit d3c2804

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.4.0
2+
* Add support for PHPUnit 12
3+
14
# 2.3.0
25

36
* Add more precise type for the `prophesize` method

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^7.3 || ^8",
1616
"phpspec/prophecy": "^1.18",
17-
"phpunit/phpunit":"^9.1 || ^10.1 || ^11.0"
17+
"phpunit/phpunit":"^9.1 || ^10.1 || ^11.0 || ^12.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)