Skip to content

Commit

Permalink
Drop support for PHP 5.3, oldest supported version is now 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Sep 29, 2018
1 parent 485fb7e commit de0bf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: php

php:
- 5.3.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- 7.2

sudo: false

cache:
Expand All @@ -17,8 +16,6 @@ cache:
- $HOME/.composer/cache

before_script:
- if [ "$TRAVIS_PHP_VERSION" == "5.3.3" ]; then composer config disable-tls true; fi
- if [ "$TRAVIS_PHP_VERSION" == "5.3.3" ]; then composer config secure-http false; fi
- composer install --no-interaction --prefer-source

script:
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 @@
"psr-4": {"JakubOnderka\\PhpConsoleColor\\": "src/"}
},
"require": {
"php": ">=5.3.2"
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.3",
Expand Down

0 comments on commit de0bf63

Please sign in to comment.