Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 29, 2015
1 parent 863ade0 commit d8fcb70
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 87 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"require": {
"php": ">=5.4.0",
"ext-imagick": ">=3.0.1",
"symfony/http-foundation": "~2.4.0",
"symfony/event-dispatcher": "~2.4.0",
"symfony/console": "~2.4.0",
"symfony/http-foundation": "~2.7.3",
"symfony/event-dispatcher": "~2.7.3",
"symfony/console": "~2.7.3",
"ramsey/uuid": "~3.0.0"
},
"require-dev": {
"mikey179/vfsStream": "~1.0",
"phpunit/phpunit": "~4.3",
"mikey179/vfsStream": "~1.5.0",
"phpunit/phpunit": "~4.8",
"behat/behat": "~2.0",
"guzzle/guzzle": "~3.8.1",
"doctrine/dbal": "~2.0",
"aws/aws-sdk-php": "~2.5.3"
"guzzle/guzzle": "~3.9.3",
"doctrine/dbal": "~2.5.1",
"aws/aws-sdk-php": "~2.8"
},
"suggest": {
"ext-mongo": "Enables usage of MongoDB and GridFS as database and store. Recommended version: >=1.4.0",
Expand Down
164 changes: 85 additions & 79 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8fcb70

Please sign in to comment.