Skip to content

Commit e060064

Browse files
author
enricodelazzari
committed
UPDATE restore laravel 8 support
1 parent 45b4830 commit e060064

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
],
1919
"require": {
2020
"php": "^8.0",
21-
"illuminate/database": "^9.0",
22-
"illuminate/support": "^9.0",
21+
"illuminate/database": "^8.0|^9.0",
22+
"illuminate/support": "^8.0|^9.0",
2323
"spatie/laravel-package-tools": "^1.9.2"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "^3.4",
27-
"nunomaduro/collision": "^6.0",
28-
"nunomaduro/larastan": "^2.0.1",
29-
"orchestra/testbench": "^7.0",
26+
"friendsofphp/php-cs-fixer": "^3.7",
27+
"nunomaduro/collision": "^5.0|^6.0",
28+
"nunomaduro/larastan": "^1.0|^2.0.1",
29+
"orchestra/testbench": "^6.23|^7.0",
3030
"pestphp/pest": "^1.21",
3131
"pestphp/pest-plugin-laravel": "^1.1",
3232
"pestphp/pest-plugin-mock": "^1.0",

0 commit comments

Comments
 (0)