diff --git a/README.md b/README.md index 4b6936e..1582140 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This package needs: `PHP >= 5.5.9` "require" : { // ... - "ftrrtf/rollbar-bundle": "v0.5", + "ftrrtf/rollbar-bundle": "^1.0", } ### Register the bundle in your application diff --git a/composer.json b/composer.json index e139362..ab59c0c 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "symfony/framework-bundle": "^2.7.3|^3.0", "symfony/security-bundle": "^2.7.3|^3.0", "symfony/expression-language": "^2.7.3|^3.0", - "ftrrtf/rollbar-notifier": "2.0.0-alpha1" + "ftrrtf/rollbar-notifier": "^2.0" }, "require-dev": { "phpunit/phpunit": "^4.8",