diff --git a/composer.json b/composer.json index 766a1ed..d4b719f 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "jms/serializer-bundle": "^3.5", "ramsey/uuid": "^3.9", "ramsey/uuid-doctrine": "^1.5", - "retailcrm/api-client-php": "dev-add-logger@dev", + "retailcrm/api-client-php": "^5.0", "symfony/framework-bundle": "^3.4|^4.0|^5.0", "symfony/lock": "^5.0", "symfony/routing": "^5.0", @@ -30,11 +30,5 @@ "require-dev": { "doctrine/doctrine-fixtures-bundle": "^3.3", "friendsofphp/php-cs-fixer": "^2.0" - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/raulleo/api-client-php.git" - } - ] + } }