Skip to content

Commit

Permalink
Drop support of PHP 5.5 due to incompatible PHPUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Mouk committed Aug 25, 2016
1 parent 48dd857 commit 2916c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- nightly
Expand All @@ -19,7 +18,7 @@ cache:
matrix:
fast_finish: true
include:
- php: 5.5
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: nightly
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"minimum-stability": "stable",
"require": {
"php": "^5.5 || ^7.0",
"php": "^5.6 || ^7.0",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "@stable",
"phpunit/phpunit": "^5.4.3",
"sllh/php-cs-fixer-styleci-bridge": "^2.1"
},
"autoload": {
Expand Down

0 comments on commit 2916c26

Please sign in to comment.