Skip to content

Commit

Permalink
upd dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Sep 19, 2015
1 parent 7d6ea3c commit dece23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.4
- 5.5
- 5.6
- 7.0
Expand All @@ -11,7 +10,7 @@ matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
- php: 5.5
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php" : ">=5.4.0"
"php" : ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
Expand Down

0 comments on commit dece23e

Please sign in to comment.