Skip to content

Commit

Permalink
Compatibility with Symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nilov authored Jun 30, 2016
1 parent 05a62d4 commit 5ee3f84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
}
],
"require": {
"symfony/http-foundation": "~2.3",
"symfony/form": "~2.3",
"symfony/security": "~2.3",
"symfony/console": "~2.3"
"symfony/http-foundation": "~2.3|~3.0",
"symfony/form": "~2.3|~3.0"
},
"autoload": {
"psr-4": { "Glavweb\\UploaderBundle\\": "" }
Expand Down

0 comments on commit 5ee3f84

Please sign in to comment.