Skip to content

Commit

Permalink
Merge pull request spatie#329 from MarJose123/main
Browse files Browse the repository at this point in the history
Resolve version conflict with some of the package and support back laravel 10
freekmurze authored Mar 17, 2024
2 parents 56cf6f3 + a85f938 commit 2f5c336
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
@@ -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",

0 comments on commit 2f5c336

Please sign in to comment.