Skip to content

Commit 41af87d

Browse files
authored
PHPUnit 12 Support (#49)
1 parent da06c66 commit 41af87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.1",
1414
"illuminate/testing": "^11.0|^12.0",
1515
"mockery/mockery": "^1.4.4",
16-
"phpunit/phpunit": "^10.1|^11.0"
16+
"phpunit/phpunit": "^10.1|^11.0|^12.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)