Skip to content

Commit

Permalink
Merge pull request #5863 from tPl0ch/feature-drop-54
Browse files Browse the repository at this point in the history
Remove EOL PHP 5.4 from `.travis.yml` and `composer.json` - Fixes #5862
  • Loading branch information
Ocramius committed Jun 8, 2016
2 parents 3bc61d5 + 650d49e commit 9b90226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -28,10 +27,6 @@ after_script:

matrix:
include:
- php: 5.4
env: DB=mariadb
addons:
mariadb: 5.5
- php: 5.5
env: DB=mariadb
addons:
Expand All @@ -49,10 +44,6 @@ matrix:
addons:
mariadb: 5.5

- php: 5.4
env: DB=mariadb
addons:
mariadb: 10.1
- php: 5.5
env: DB=mariadb
addons:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4",
"php": "^5.5 || ^7.0",
"ext-pdo": "*",
"doctrine/collections": "~1.2",
"doctrine/dbal": ">=2.5-dev,<2.7-dev",
Expand Down

0 comments on commit 9b90226

Please sign in to comment.