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 7dfa13c commit 7ae86cfCopy full SHA for 7ae86cf
composer.json
@@ -15,11 +15,11 @@
15
],
16
"require": {
17
"php": "^7.1.3",
18
- "illuminate/database": "5.8.*",
19
- "illuminate/filesystem": "5.8.*",
20
- "illuminate/http": "5.8.*",
21
- "illuminate/support": "5.8.*",
22
- "illuminate/view": "5.8.*"
+ "illuminate/database": "5.8.*|^6.0",
+ "illuminate/filesystem": "5.8.*|^6.0",
+ "illuminate/http": "5.8.*|^6.0",
+ "illuminate/support": "5.8.*|^6.0",
+ "illuminate/view": "5.8.*|^6.0"
23
},
24
"require-dev": {
25
"orchestra/testbench": "^3.8"
0 commit comments