Skip to content

Commit 68431a9

Browse files
author
Adrian Sacchi
committed
Update to laravel 7
1 parent a1d29d9 commit 68431a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
],
2222
"require": {
2323
"php": "^7.2",
24-
"illuminate/contracts": "~6.0",
25-
"illuminate/support": "~6.0",
26-
"illuminate/database": "~6.0"
24+
"illuminate/contracts": "~70",
25+
"illuminate/support": "~7.0",
26+
"illuminate/database": "~7.0"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "^4.0",

0 commit comments

Comments
 (0)