Skip to content

Commit

Permalink
Travis CI: bump PHP version and require PHP 5.6+ (#11)
Browse files Browse the repository at this point in the history
Travis CI: bump PHP version and require PHP 5.6+
  • Loading branch information
ArthurHoaro authored Jan 9, 2020
2 parents 50fd2a0 + e6d2519 commit b92429e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ cache:
directories:
- $HOME/.composer/cache
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- nightly
- '7.2'
- '7.3'
- '7.4'
install:
- composer self-update
- composer install --prefer-dist
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sources": "https://github.com/ArthurHoaro/favicon"
},
"require": {
"php": ">=5.3.3"
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
Expand Down

0 comments on commit b92429e

Please sign in to comment.