Skip to content

Commit 22f21a5

Browse files
committed
updated laravel version composer file
1 parent b82c45a commit 22f21a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"ext-json": "*",
2121
"ext-bcmath": "*",
2222
"ext-simplexml": "*",
23-
"illuminate/contracts": ">=5.6.0",
24-
"illuminate/database": ">=5.6.0",
25-
"illuminate/http": ">=5.6.0",
26-
"illuminate/routing": ">=5.6.0",
27-
"illuminate/support": ">=5.6.0",
28-
"illuminate/view": ">=5.6.0",
23+
"illuminate/contracts": ">=7.0",
24+
"illuminate/database": ">=7.0",
25+
"illuminate/http": ">=7.0",
26+
"illuminate/routing": ">=7.0",
27+
"illuminate/support": ">=7.0",
28+
"illuminate/view": ">=7.0",
2929
"tartan/laravel-xlog": "^1.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)