Skip to content

Commit

Permalink
Require stable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasnoback committed Mar 19, 2015
1 parent 40661b8 commit 927aa8f
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 @@ -16,7 +16,7 @@
"php": ">=5.4",
"beberlei/assert": "~2.0",
"simple-bus/message-bus": "~1.0",
"simple-bus/asynchronous": "dev-master",
"simple-bus/asynchronous": "~1.0",
"simple-bus/symfony-bridge": "^3.2.1",
"symfony/framework-bundle": "~2.0"
},
Expand All @@ -33,7 +33,5 @@
},
"autoload-dev": {
"psr-4" : { "SimpleBus\\AsynchronousBundle\\Tests\\" : "tests" }
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 927aa8f

Please sign in to comment.