We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0fecb commit abf4c86Copy full SHA for abf4c86
composer.json
@@ -13,9 +13,9 @@
13
14
"require": {
15
"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"
+ "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|>=8.0 <8.43.0",
+ "illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|>=8.0 <8.43.0",
+ "illuminate/events": "~5.7.0|~5.8.0|^6.0|^7.0|>=8.0 <8.43.0"
19
},
20
21
"autoload": {
0 commit comments