diff --git a/composer.json b/composer.json index 676fe2e..5831805 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,16 @@ "php": ">=5.3.3", "symfony/symfony": "~2.3", "symfony/framework-bundle": "~2.3", - "lexik/jwt-authentication-bundle": "1.0.*@dev" + "lexik/jwt-authentication-bundle": "~1.0" }, "autoload": { "psr-0": { "Gfreeau\\Bundle\\GetJWTBundle": "" } }, - "target-dir": "Gfreeau/Bundle/GetJWTBundle" + "target-dir": "Gfreeau/Bundle/GetJWTBundle", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + } }