Skip to content

Commit

Permalink
php 5.7 test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonstrup committed Oct 30, 2018
1 parent b09bd30 commit a06cb13
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 @@ -2,6 +2,7 @@ language: php
sudo: false

php:
- 5.6
- 7.0
- 7.1
- 7.2
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.0",
"php": ">=5.7",
"lib/curl": "*"
},
"autoload": {
Expand Down

0 comments on commit a06cb13

Please sign in to comment.