Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit afc13cd

Browse files
authored
Merge pull request #8 from juampi92/juampi92-laravel-5.7
Update composer.json to include laravel 5.7
2 parents df192f2 + 0466319 commit afc13cd

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
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=7.0.0",
15-
"illuminate/support": "5.5.*||5.6.*",
16-
"illuminate/http": "5.5.*||5.6.*",
17-
"illuminate/database": "5.5.*||5.6.*"
15+
"illuminate/support": "5.5.*||5.6.*||5.7.*",
16+
"illuminate/http": "5.5.*||5.6.*||5.7.*",
17+
"illuminate/database": "5.5.*||5.6.*||5.7.*"
1818
},
1919
"require-dev": {
2020
"orchestra/testbench": "~3.5",

0 commit comments

Comments
 (0)