diff --git a/composer.json b/composer.json index ba464d4..89dd69c 100644 --- a/composer.json +++ b/composer.json @@ -13,10 +13,15 @@ } ], "require": { - "kitano/payment-bundle": "master-dev" + "kitano/payment-bundle": "~2.0" }, "autoload": { "psr-0": { "Kitano\\PaymentSipsBundle": "" } }, - "target-dir": "Kitano/PaymentSipsBundle" -} \ No newline at end of file + "target-dir": "Kitano/PaymentSipsBundle", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + } +}