Skip to content

Commit 8869649

Browse files
committed
chore(deps): laravel 8 compatibility
1 parent 0ccd1a0 commit 8869649

File tree

3 files changed

+5
-2742
lines changed

3 files changed

+5
-2742
lines changed

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
/.docker
21
/.idea
3-
/vendor

Diff for: composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": "^7.2",
14-
"illuminate/contracts": "^6.0|^7.0",
15-
"illuminate/database": "^6.0|^7.0",
16-
"illuminate/http": "^6.0|^7.0",
17-
"illuminate/support": "^6.0|^7.0"
13+
"php": "^7.2|^7.3|^8.0",
14+
"illuminate/contracts": "^6.0|^7.0|^8.0",
15+
"illuminate/database": "^6.0|^7.0|^8.0",
16+
"illuminate/http": "^6.0|^7.0|^8.0",
17+
"illuminate/support": "^6.0|^7.0|^8.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)