Skip to content

Commit de0bf63

Browse files
committed
Drop support for PHP 5.3, oldest supported version is now 5.4.0
1 parent 485fb7e commit de0bf63

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: php
22

33
php:
4-
- 5.3.3
54
- 5.4
65
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1
10-
- hhvm
11-
9+
- 7.2
10+
1211
sudo: false
1312

1413
cache:
@@ -17,8 +16,6 @@ cache:
1716
- $HOME/.composer/cache
1817

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

2421
script:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"psr-4": {"JakubOnderka\\PhpConsoleColor\\": "src/"}
1212
},
1313
"require": {
14-
"php": ">=5.3.2"
14+
"php": ">=5.4.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "~4.3",

0 commit comments

Comments
 (0)