Skip to content

Commit

Permalink
Enabled Symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Mar 9, 2016
1 parent 3960803 commit e991d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"psy/psysh": "~0.3",
"symfony/framework-bundle": "~2.3|3.0"
"symfony/framework-bundle": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"symfony/symfony": "~2.7|3.0"
"symfony/symfony": "~2.7|~3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e991d3b

Please sign in to comment.