Skip to content

Commit

Permalink
Composer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Valantir committed Jan 25, 2016
1 parent 8a712e5 commit 8417b80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
"jms/di-extra-bundle": "dev-master",
"knplabs/knp-paginator-bundle": "~2.4",
"doctrine/dbal": "<2.5",
"symfony/symfony": ">=2.8.*"
"symfony/symfony": "~2.8"
},
"autoload" : {
"psr-0" : {
"Valantir\\ForumBundle" : ""
}
},
"target-dir" : "Valantir/ForumBundle",
"repositories" : [{
}],
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
Expand Down

0 comments on commit 8417b80

Please sign in to comment.