Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tyx committed Jan 15, 2016
1 parent 4d37ef9 commit f2f9263
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,15 @@
"require": {
"php": ">=5.5.0",
"symfony/event-dispatcher": "~2.5|~3.0",
"rezzza/command-bus": "dev-feature/srp as 1.0"
"rezzza/command-bus": "~2.0"
},
"autoload": {
"psr-4": { "Rezzza\\CommandBusBundle\\": "" }
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tyx/command-bus"
}
],
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit f2f9263

Please sign in to comment.