Skip to content

Commit

Permalink
Drop support for PHP 5.3
Browse files Browse the repository at this point in the history
Anyone still on 5.3 should upgrade anyway, so Conversation API might be a key motivator
  • Loading branch information
rjelierse committed May 8, 2019
1 parent c97cd4e commit 33954b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
include:
- php: 5.3
dist: precise

before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "hhvm"* ]]; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar; fi
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.4.0",
"ext-curl": "*",
"symfony/polyfill-php56": "^1.10"
},
Expand Down

0 comments on commit 33954b9

Please sign in to comment.