Skip to content

Commit cc2b9a6

Browse files
committed
ITT: Strict Laravel versions support.
1 parent 4b11241 commit cc2b9a6

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "^5.1",
14+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
1515
"mockery/mockery": "^0.9"
1616
},
1717
"require-dev": {

composer.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)