Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit a8a115b

Browse files
committed
version constraint
1 parent 2683f35 commit a8a115b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "library",
66
"require": {
77
"hashids/hashids": "^2.0",
8-
"illuminate/database": "^5.4"
8+
"illuminate/database": "~5.4.0",
9+
"illuminate/routing": "~5.4.0"
910
},
1011
"require-dev": {
1112
"orchestra/testbench": "^3.4",

0 commit comments

Comments
 (0)