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 9979a2a commit 0304901
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require": {
"php": ">=5.4",
"simple-bus/asynchronous-bundle": "dev-master",
"simple-bus/jms-serializer-bridge": "dev-master",
"simple-bus/asynchronous-bundle": "~1.0",
"simple-bus/jms-serializer-bridge": "~1.0",
"jms/serializer-bundle": "~0.11",
"symfony/framework-bundle": "~2.0"
},
Expand All @@ -28,7 +28,5 @@
},
"autoload-dev": {
"psr-4": {"SimpleBus\\JMSSerializerBundleBridge\\Tests\\": "tests"}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 0304901

Please sign in to comment.