Skip to content

Commit abf4c86

Browse files
committed
Update
1 parent cd0fecb commit abf4c86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=7.1.3",
16-
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.41",
17-
"illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|^8.41",
18-
"illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0|^8.41"
16+
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|>=8.0 <8.43.0",
17+
"illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|>=8.0 <8.43.0",
18+
"illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0|>=8.0 <8.43.0"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)