1
0
mirror of synced 2024-11-21 20:46:03 +03:00
atol-online-client/composer.json
Alexey c209002c5a
Update composer.json
fix "symfony/validator" version
2019-11-25 18:18:41 +03:00

39 lines
883 B
JSON

{
"name": "retailcrm/atol-online-client",
"type": "library",
"license": "proprietary",
"description": "PHP API client for ATOL Online",
"authors": [
{
"name": "retailCRM",
"email": "support@retailcrm.ru"
}
],
"require": {
"php": ">=7.1",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.3",
"jms/serializer": "~0.12 || ~1.4.2",
"symfony/validator": "~2.8|~3.0|~4.0",
"doctrine/cache": "~1.6",
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0"
},
"support": {
"email": "support@retailcrm.ru"
},
"autoload": {
"psr-0": {
"AtolOnlineClient\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AtolOnlineClient\\": "tests/"
}
}
}