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

Commit 2fdb046

Browse files
committed
Fix Composer version constraints
1 parent 170e50b commit 2fdb046

File tree

2 files changed

+737
-378
lines changed

2 files changed

+737
-378
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"require-dev": {
39-
"laravel/laravel": "^5.7",
4039
"phpunit/phpunit": "^7.4",
41-
"mockery/mockery": "^1.2"
40+
"mockery/mockery": "^1.2",
41+
"laravel/laravel": "^5.7 >=5.7.7"
4242
}
4343
}

0 commit comments

Comments
 (0)