Skip to content

Commit 55c5cd9

Browse files
committed
update for Laravel 8
1 parent d10beaf commit 55c5cd9

File tree

2 files changed

+3838
-5
lines changed

2 files changed

+3838
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
],
99
"license": "MIT",
1010
"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"
11+
"php": ">=7.1.0|^8.0",
12+
"illuminate/support": "^6.0|^7.0|^8.0",
13+
"illuminate/notifications": "^6.0|^7.0|^8.0",
14+
"illuminate/console": "^6.0|^7.0|^8.0",
15+
"illuminate/database": "^6.0|^7.0|^8.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)