Skip to content

Commit 488eb9a

Browse files
authored
Merge pull request #1 from AuthorizeNet/master
sync up with parent
2 parents 140ed2c + 0d7d32e commit 488eb9a

4 files changed

Lines changed: 45 additions & 278 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_script:
1515
script:
1616
- vendor/phpunit/phpunit/phpunit --coverage-clover=coverage.clover
1717
- cd sample-code-php
18-
- composer install --prefer-dist --ignore-platform-reqs
18+
- composer install --prefer-dist
1919
- vendor/phpunit/phpunit/phpunit test-runner.php .
2020

2121
after_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Proprietary, see the provided `license.md`.
1212

1313
## Requirements
1414

15-
- PHP 5.3+ *(>=5.3.10 recommended)*
15+
- PHP 5.5+
1616
- cURL PHP Extension
1717
- JSON PHP Extension
1818
- SimpleXML PHP Extension

0 commit comments

Comments
 (0)