Skip to content

Commit

Permalink
support PHP 5.6 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniverse authored Sep 1, 2016
1 parent c8b9c39 commit 9ea4f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 5.6
- 7.0
- 7.1

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.0",
"php": ">=5.6.4",
"illuminate/support": "5.3.*",
"illuminate/validation": "5.3.*"
},
Expand Down

0 comments on commit 9ea4f99

Please sign in to comment.