Skip to content

Commit 23a0499

Browse files
authored
Merge pull request #35 from ziming/patch-1
Fix conflict with phpunit 11 & collision 8.0
2 parents 59dd4e3 + 31ec52a commit 23a0499

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",
32-
"nunomaduro/collision": "^7.0",
32+
"nunomaduro/collision": "^7.0||^8.0",
3333
"nunomaduro/larastan": "^2.4",
3434
"orchestra/testbench": "^8.0",
35-
"pestphp/pest": "^2.x-dev",
36-
"pestphp/pest-plugin-laravel": "2.x-dev",
35+
"pestphp/pest": "^2.0",
36+
"pestphp/pest-plugin-laravel": "^2.0",
3737
"phpstan/extension-installer": "^1.2",
3838
"phpstan/phpstan-deprecation-rules": "^1.1",
3939
"phpstan/phpstan-phpunit": "^1.3",
40-
"phpunit/phpunit": "^10.0"
40+
"phpunit/phpunit": "^10.0|^11.0"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)