Skip to content

Commit d3f57d3

Browse files
committed
Revert to Laravel 5.* until code changes to support Laravel 6.
1 parent 2a5b532 commit d3f57d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=7.1",
15-
"illuminate/support": ">=5.6"
15+
"illuminate/support": "~5.6"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "~4.0",
19-
"jenssegers/mongodb": ">=3.4"
18+
"orchestra/testbench": ">=3.7",
19+
"jenssegers/mongodb": ">=3.4",
20+
"mockery/mockery": "^1.0"
2021
},
2122
"autoload": {
2223
"psr-4": {

0 commit comments

Comments
 (0)