Skip to content

Commit bade6b1

Browse files
authored
Changes to make 5.6 the minimum PHP version (#240)
* Update .travis.yml * Update composer.json make 5.6 the minimum PHP version
1 parent c6e622a commit bade6b1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6+
- 7.1
67

78
sudo: false
89

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "proprietary",
77
"homepage": "http://developer.authorize.net",
88
"require": {
9-
"php": ">=5.5",
9+
"php": ">=5.6",
1010
"ext-curl": "*",
1111
"ext-json": "*",
1212
"ext-simplexml": "*",

0 commit comments

Comments
 (0)