Skip to content

Commit

Permalink
Add PHP 7.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 3, 2019
1 parent 2a0624f commit 33bae1c
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:
- 7.1
- 7.2
- 7.3

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "https://github.com/selective-php/image-type",
"license": "MIT",
"require": {
"php": "^7.2"
"php": "^7.1"
},
"require-dev": {
"overtrue/phplint": "^1.1",
Expand Down

0 comments on commit 33bae1c

Please sign in to comment.