Skip to content

Commit

Permalink
Merge pull request #316 from recurly/get_hhvm_to_work_in_travis
Browse files Browse the repository at this point in the history
Remove 5.3 Support and upgrade Travis to support HHVM
  • Loading branch information
drewish authored May 31, 2017
2 parents 23cb67a + 0eeca12 commit f21d918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
sudo: false
dist: trusty
install:
- composer install --dev
script: vendor/phpunit/phpunit/phpunit Tests
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ be careful when upgrading.

###cURL and OpenSSL

The PHP library depends on PHP 5.3.0 (or higher) and libcurl compiled with
The PHP library depends on PHP 5.4.0 (or higher) and libcurl compiled with
OpenSSL support. Open up a `phpinfo();` page and verify that under the curl
section, there's a line that says something like:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"authors": [],
"require": {
"php": ">= 5.3.0",
"php": ">= 5.4.0",
"ext-curl": "*"
},
"require-dev": {
Expand Down

0 comments on commit f21d918

Please sign in to comment.