1
0
mirror of synced 2025-01-25 01:31:41 +03:00

change composer.json

This commit is contained in:
Ruslan Efanov 2022-08-01 12:36:28 +03:00
parent dd6a660d0c
commit d75e5ed3e1

View File

@ -20,15 +20,21 @@
"jms/serializer-bundle": "^3.5",
"ramsey/uuid": "^3.9",
"ramsey/uuid-doctrine": "^1.5",
"retailcrm/api-client-php": "^5.0.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.1",
"symfony/lock": "^5.1",
"symfony/routing": "^5.1",
"symfony/translation": "^5.1",
"symfony/validator": "^5.1"
"retailcrm/api-client-php": "dev-add-logger@dev",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/lock": "^5.0",
"symfony/routing": "^5.0",
"symfony/translation": "^5.0",
"symfony/validator": "^5.0"
},
"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"
}
]
}