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 d10beaf commit 55c5cd9Copy full SHA for 55c5cd9
composer.json
@@ -8,11 +8,11 @@
8
],
9
"license": "MIT",
10
"require": {
11
- "php": ">=7.1.0",
12
- "illuminate/support": "^6.0|^7.0",
13
- "illuminate/notifications": "^6.0|^7.0",
14
- "illuminate/console": "^6.0|^7.0",
15
- "illuminate/database": "^6.0|^7.0"
+ "php": ">=7.1.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0",
+ "illuminate/notifications": "^6.0|^7.0|^8.0",
+ "illuminate/console": "^6.0|^7.0|^8.0",
+ "illuminate/database": "^6.0|^7.0|^8.0"
16
},
17
"autoload": {
18
"psr-4": {
0 commit comments