Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed May 27, 2016
1 parent 851e7e3 commit 8f9337b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,25 @@
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony/security": "~2.3",
"symfony/twig-bundle": "~2.3",
"doctrine/orm": "~2.2,>=2.2.3",
"php": "^5.4||^7.0",
"symfony/framework-bundle": "^2.3||^3.0",
"symfony/security": "^2.3||^3.0",
"symfony/twig-bundle": "^2.3||^3.0",
"doctrine/orm": "^2.2.3",
"friendsofsymfony/user-bundle": "1.3.*",
"sonata-project/admin-bundle": "2.3.x-dev",
"sonata-project/doctrine-orm-admin-bundle": "2.3.x-dev"
"sonata-project/admin-bundle": "^2.3.4",
"sonata-project/doctrine-orm-admin-bundle": "^2.3.1"
},
"autoload": {
"exclude-from-classmap": [
"/Tests/"
],
"psr-4": {
"Ae\\FeatureBundle\\": ""
}
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.1",
"matthiasnoback/symfony-dependency-injection-test": "^0.7.6"
"phpunit/phpunit": "^4.8||^5.0",
}
}

0 comments on commit 8f9337b

Please sign in to comment.