Skip to content

Commit

Permalink
Prepare for symfony upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
François GERBES committed Jun 13, 2017
1 parent d16c7f3 commit 17c6d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "This is the basis of a GUI for Libre Informatique Symfony2 projects",
"require": {
"php": ">=5.6",
"symfony/symfony": "3.2.*",
"sonata-project/doctrine-orm-admin-bundle": "^3.1",
"blast-project/core-bundle": "^0.4"
"symfony/symfony": ">=3.2",
"sonata-project/doctrine-orm-admin-bundle": ">=3.1",
"blast-project/core-bundle": ">=0.4"
},
"require-dev": {
"symfony/phpunit-bridge": "3.2.*"
"symfony/phpunit-bridge": ">=3.2"
},
"license": "GPL-3.0",
"keywords": [
Expand Down

0 comments on commit 17c6d0b

Please sign in to comment.