diff --git a/composer.json b/composer.json index 06d06d7..d71fed5 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,6 @@ "dependecy injection" ], "license": "MIT", - "minimum-stability": "dev", "authors": [ { "name" : "Ryan Mahoney", @@ -20,10 +19,10 @@ "require": { "php" : ">=5.5.0", "symfony/yaml" : "2.6.1", - "opine/interfaces": "1.0.0", - "opine/bundle" : "2.0.0", - "opine/config" : "3.0.0", - "opine/container" : "2.0.3" + "opine/interfaces": "1.0.1", + "opine/bundle" : "2.0.1", + "opine/config" : "3.0.1", + "opine/container" : "2.0.4" }, "require-dev": { "phpunit/phpunit": "3.7.32" @@ -33,5 +32,5 @@ "Opine\\PubSub\\": "src/" } }, - "version": "2.0.0" + "version": "2.0.1" } \ No newline at end of file