Skip to content

Commit

Permalink
Merge pull request #3 from PapsOu/patch-1
Browse files Browse the repository at this point in the history
Allow minimum php version 7.1
  • Loading branch information
bmichotte authored Jul 18, 2019
2 parents be77e1c + 8cc77b6 commit ac715ba
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 @@ -3,6 +3,7 @@ sudo: required
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 @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2"
"php": "^7.1"
},
"require-dev": {
"ext-gd": "*",
Expand Down

0 comments on commit ac715ba

Please sign in to comment.