Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Dec 6, 2015
1 parent 9096d48 commit c5e520a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"php": ">=5.4",
"doctrine/annotations": "~1.2",
"doctrine/dbal": "~2.5",
"jms/serializer": "0.16.0",
"jms/serializer": "~1.1.0",
"monolog/monolog": "~1.0",
"psr/http-message": "~1.0",
"psr/log": "~1.0",
"symfony/console": "~2.6",
"symfony/dependency-injection": "~2.6",
"symfony/event-dispatcher": "~2.6",
"symfony/yaml": "~2.6",
"zendframework/zend-diactoros": "~1.0"
"symfony/console": "~2.8",
"symfony/dependency-injection": "~2.8",
"symfony/event-dispatcher": "~2.8",
"symfony/yaml": "~2.8",
"zendframework/zend-diactoros": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
Expand Down

0 comments on commit c5e520a

Please sign in to comment.