Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 14, 2015
1 parent 953f5f1 commit 868f5ae
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 275 deletions.
19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,22 @@
},
"require": {
"php": ">=5.6",
"symfony/symfony": "2.8.*",
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~5.0",
"symfony/symfony": "3.0.*",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.2",
"symfony/swiftmailer-bundle": "^2.3",
"symfony/monolog-bundle": "^2.8",
"sensio/distribution-bundle": "^5.0",
"sensio/framework-extra-bundle": "^3.0.2",
"incenteev/composer-parameter-handler": "~2.0",
"incenteev/composer-parameter-handler": "^2.0",

"stof/doctrine-extensions-bundle": "~1.2@dev",

"wikimedia/composer-merge-plugin": "^1.3"
},
"require-dev": {
"sensio/generator-bundle": "~2.3",
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "~2.7",
"phpunit/phpunit": "^5.1"
},
Expand Down

0 comments on commit 868f5ae

Please sign in to comment.