Skip to content

Commit 760e8d9

Browse files
authored
Updated compose.json to handle with previous ver (#221)
1 parent 0a09484 commit 760e8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^8.0",
25-
"illuminate/contracts": "^9.0",
26-
"illuminate/support": "^9.0",
25+
"illuminate/contracts": "^8.0|^9.0",
26+
"illuminate/support": "^8.0|^9.0",
2727
"spatie/fractalistic": "^2.5",
2828
"spatie/laravel-package-tools": "^1.11"
2929
},

0 commit comments

Comments
 (0)