Skip to content

Commit

Permalink
Changes to make 5.6 the minimum PHP version (#240)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* Update composer.json

make 5.6 the minimum PHP version
  • Loading branch information
adavidw committed Oct 12, 2017
1 parent c6e622a commit bade6b1
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 @@ language: php
php:
- 5.6
- 7.0
- 7.1

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "proprietary",
"homepage": "http://developer.authorize.net",
"require": {
"php": ">=5.5",
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit bade6b1

Please sign in to comment.