Skip to content

Commit

Permalink
IHF: Strict Laravel versions support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Feb 20, 2017
1 parent 756dd30 commit 564c334
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.1",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"symfony/finder": "^2.7|^3.0",
"symfony/process": "^2.7|^3.0",
"symfony/var-dumper": "^2.7|^3.0",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 564c334

Please sign in to comment.