Skip to content

Commit c792182

Browse files
authored
Update laravel 7
1 parent 39ef853 commit c792182

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"illuminate/support": "^5.8|^6.0",
23-
"illuminate/container": "^5.8|^6.0",
24-
"illuminate/database": "^5.8|^6.0",
25-
"illuminate/events": "^5.8|^6.0",
22+
"illuminate/support": "^5.8|^6.0|^7.0",
23+
"illuminate/container": "^5.8|^6.0|^7.0",
24+
"illuminate/database": "^5.8|^6.0|^7.0",
25+
"illuminate/events": "^5.8|^6.0|^7.0",
2626
"mongodb/mongodb": "^1.4"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)