We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396aa6a commit 061c702Copy full SHA for 061c702
1 file changed
composer.json
@@ -9,10 +9,10 @@
9
"license": "MIT",
10
"require": {
11
"php": ">=7.1.0",
12
- "illuminate/support": "6.*",
13
- "illuminate/notifications": "6.*",
14
- "illuminate/console": "6.*",
15
- "illuminate/database": "6.*"
+ "illuminate/support": "6.*|7.*",
+ "illuminate/notifications": "6.*|7.*",
+ "illuminate/console": "6.*|7.*",
+ "illuminate/database": "6.*|7.*"
16
},
17
"autoload": {
18
"psr-4": {
0 commit comments