Skip to content

Commit 124093c

Browse files
authored
Merge pull request #70 from Jean85/patch-1
Allow PHPUnit 13
2 parents d3c2804 + 24555bd commit 124093c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
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 || ^12.0"
17+
"phpunit/phpunit":"^9.1 || ^10.1 || ^11.0 || ^12.0 || ^13.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)