Skip to content

Commit

Permalink
Updated supported PHP Versions
Browse files Browse the repository at this point in the history
- Laravel 5.4 work only with this release
- Added 7.2 to Travis
  • Loading branch information
Stephan de Souza committed Jun 12, 2018
1 parent 0f44535 commit 864457f
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
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6.4",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"nesbot/carbon": "1.*",
"illuminate/database": "5.4.*|5.5.*|5.6.*",
Expand Down

0 comments on commit 864457f

Please sign in to comment.