Skip to content

Commit

Permalink
Bump dependencies and update Travis configuration (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Dec 18, 2017
1 parent 77637c1 commit 9f80720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -3,15 +3,14 @@ language: php
sudo: false

php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- nightly

matrix:
fast_finish: true
include:
- php: '5.6'
- php: '7.1'
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: nightly
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -21,18 +21,17 @@
},

"require": {
"php": "^5.6 || ^7.0"
"php": "^7.1"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^6.4"
},

"config": {
"sort-packages": true
},

"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
Expand Down

0 comments on commit 9f80720

Please sign in to comment.