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

Commit 18216f3

Browse files
committed
bugfix
1 parent 22c8a2b commit 18216f3

File tree

4 files changed

+97
-302
lines changed

4 files changed

+97
-302
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"type": "library",
66
"require": {
77
"hashids/hashids": "^2.0",
8-
"illuminate/database": "5.5.*",
9-
"illuminate/routing": "5.5.*"
8+
"illuminate/database": "~5.4.0",
9+
"illuminate/routing": "~5.4.0"
1010
},
1111
"require-dev": {
12-
"orchestra/testbench": "3.5.x@dev",
12+
"orchestra/testbench": "^3.4",
1313
"phpunit/phpunit": "^6.3"
1414
},
1515
"license": "GPL-3.0",

0 commit comments

Comments
 (0)