Skip to content

Commit 00c3bb3

Browse files
committed
Allow PHPUnit 10
1 parent 6f87f4c commit 00c3bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"require-dev": {
2121
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
22-
"phpunit/phpunit": "^9.6 || ^10.0",
23-
"laravel/pint": "^1.13"
22+
"laravel/pint": "^1.13",
23+
"phpunit/phpunit": "^9.6.17 || ^10.5.13"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)