Skip to content

Commit

Permalink
Merge pull request #34 from hrevert/update-dep
Browse files Browse the repository at this point in the history
Update outdate libraries
  • Loading branch information
mrVrAlex authored Apr 27, 2018
2 parents 037104f + f9b6c20 commit b3593db
Show file tree
Hide file tree
Showing 26 changed files with 1,839 additions and 758 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ matrix:
- php: 7.1
env:
- DEPS=latest
- php: hhvm
- php: 7.2
env:
- DEPS=lowest
- php: hhvm
- php: 7.2
env:
- DEPS=latest
allow_failures:
- php: hhvm
- php: 7.1
- php: 7.2

before_install:
- travis_retry composer self-update
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"zendframework/zend-stdlib": "^2.7 || ^3.0",
"zendframework/zend-http": "^2.5",
"zendframework/zend-eventmanager": "^2.7 || ^3.0",
"imagine/Imagine": "0.6.*",
"symfony/http-foundation": "~2.3"
"imagine/Imagine": "^0.7.1",
"symfony/http-foundation": "~3.4"
},
"require-dev": {
"ext-gd": "*",
Expand All @@ -34,7 +34,8 @@
"zendframework/zend-filter": "^2.5",
"league/flysystem": "0.4.*",
"knplabs/gaufrette":"^0.1.9",
"phpunit/phpunit": "^4.1",
"phpunit/phpunit": "^5.7",
"doctrine/instantiator": "1.0.5",
"phine/test": "1.*"
},
"suggest": {
Expand Down
Loading

0 comments on commit b3593db

Please sign in to comment.