Skip to content

Commit 2c2ca88

Browse files
committed
Update versions for laravel 5.7
1 parent 4d38776 commit 2c2ca88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"license" : "MIT",
1212
"require": {
1313
"php": ">=7.1",
14-
"illuminate/support": "4.*",
15-
"illuminate/database": "4.*",
14+
"illuminate/support": "5.*",
15+
"illuminate/database": "5.*",
1616
"emericklaw/sql-anywhere-client": "^2.0.0"
1717
},
1818
"require-dev": {
19-
"orchestra/testbench": "2.1.*",
19+
"orchestra/testbench": "3.7.*",
2020
"mockery/mockery": "*"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)