Skip to content

Commit 9d857da

Browse files
authored
Fix dependency versions
1 parent bca0897 commit 9d857da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/routing": "5.6.*",
13-
"illuminate/support": "5.6.*",
12+
"illuminate/routing": "5.3 - 5.6",
13+
"illuminate/support": "5.3 - 5.6",
1414
"jenssegers/model": "*",
1515
"php": ">=7.1.3"
1616
},

0 commit comments

Comments
 (0)