Skip to content

Commit f76a6f6

Browse files
tkaratugCodeWithKyrian
authored andcommitted
chore: Update PHPUnit version constraint in composer.json to support version 12.0
1 parent 629c38b commit f76a6f6

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
@@ -37,7 +37,7 @@
3737
"orchestra/testbench": "^8.0 || ^9.0",
3838
"pestphp/pest": "^2.0",
3939
"pestphp/pest-plugin-laravel": "^2.0",
40-
"phpunit/phpunit": "^10.0 || ^11.0"
40+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)