We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e622a commit bade6b1Copy full SHA for bade6b1
2 files changed
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 5.6
5
- 7.0
6
+ - 7.1
7
8
sudo: false
9
composer.json
@@ -6,7 +6,7 @@
"license": "proprietary",
"homepage": "http://developer.authorize.net",
"require": {
- "php": ">=5.5",
+ "php": ">=5.6",
10
"ext-curl": "*",
11
"ext-json": "*",
12
"ext-simplexml": "*",
0 commit comments