Skip to content

Commit 0826414

Browse files
authored
Update composer.json
1 parent c2a9b55 commit 0826414

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^9.0|^10.0",
20+
"illuminate/contracts": "^9.0|^10.0|^11.0",
2121
"jaybizzle/crawler-detect": "^1.2",
22-
"spatie/invade": "^1.1",
22+
"spatie/invade": "^1.1|^2.0",
2323
"spatie/laravel-package-tools": "^1.14"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",
27-
"nunomaduro/collision": "^6.0",
28-
"orchestra/testbench": "^7.0",
29-
"pestphp/pest": "^1.21",
30-
"pestphp/pest-plugin-laravel": "^1.1",
31-
"phpunit/phpunit": "^9.5"
27+
"nunomaduro/collision": "^6.0|^8.0",
28+
"orchestra/testbench": "^7.0|^9.0",
29+
"pestphp/pest": "^1.21|^2.0",
30+
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
31+
"phpunit/phpunit": "^9.5|^11.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)