Skip to content

Commit b3cb556

Browse files
committed
travis.yml: remove PHP 5.3,5.4,5.5
1 parent a33aa23 commit b3cb556

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: php
22

33
matrix:
44
include:
5-
- php: 5.3
6-
- php: 5.4
7-
- php: 5.5
85
- php: 5.6
96
- php: 5.6
107
env: deps=low

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compatible version numbers for stable releases.
2020

2121
## Requirements
2222

23-
- PHP 5.3.10+ / 7.0+
23+
- PHP 5.6+ / 7.0+
2424
- [Behat v3][3]
2525
- [Xdebug][5] or [phpdbg][6] extension enabled (PHP 7+ is required for code
2626
generation to work with [phpdbg][6]).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"docs": "https://github.com/leanphp/behat-code-coverage#behat-code-coverage"
2626
},
2727
"require": {
28-
"php": ">=5.3.10",
28+
"php": ">=5.6",
2929
"phpunit/php-code-coverage": "~4.0||~5.0",
3030
"behat/behat": "~3.0",
3131
"guzzlehttp/guzzle": "~3.0",

0 commit comments

Comments
 (0)