Skip to content

Commit 5ba90d6

Browse files
committed
ICL: Strict Laravel versions support.
1 parent 2bb7812 commit 5ba90d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "^5.1",
15-
"illuminate/console": "^5.1",
14+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
15+
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
1616
"monolog/monolog": "^1.11",
1717
"symfony/finder": "^2.7|^3.0",
1818
"illuminated/helper-functions": "^1.0",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)