Skip to content

Commit

Permalink
resolve version conflict with nunomaduro/collision to orchestra/testb…
Browse files Browse the repository at this point in the history
…ench package and support laravel 10.
  • Loading branch information
MarJose123 committed Mar 16, 2024
1 parent 56cf6f3 commit a85f938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^11.0"
"illuminate/contracts": "^10.0||^11.0"
},
"require-dev": {
"laravel/pint": "^1.14",
"nunomaduro/collision": "^8.1",
"nunomaduro/collision": "^8.1.1||^7.10.0",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.22",
"orchestra/testbench": "^9.0.0||^8.22.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.3",
Expand Down

0 comments on commit a85f938

Please sign in to comment.