Skip to content

Commit

Permalink
Merge pull request #6204 from alcohol/rip-5.6
Browse files Browse the repository at this point in the history
rip 5.6
  • Loading branch information
Ocramius committed Jan 2, 2017
2 parents c24a89f + a8d7b32 commit d0c3f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: php

php:
- 5.6
- 7.0
- 7.1
- nightly
Expand All @@ -29,10 +28,6 @@ after_script:
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=mariadb
addons:
mariadb: 10.1
- php: 7.0
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.6 || ^7.0",
"php": "^7.0",
"ext-pdo": "*",
"doctrine/collections": "~1.2",
"doctrine/dbal": ">=2.5-dev,<2.7-dev",
Expand Down

0 comments on commit d0c3f96

Please sign in to comment.