31 lines
720 B
JSON
31 lines
720 B
JSON
{
|
|
"name": "retailcrm/atol-online-client",
|
|
"type": "library",
|
|
"license": "proprietary",
|
|
"description": "Api client for Atol Online",
|
|
"authors": [
|
|
{
|
|
"name": "retailCRM",
|
|
"email": "support@retailcrm.ru"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-curl": "*",
|
|
"guzzle/guzzle": "~3.7",
|
|
"jms/serializer": "~0.12 || ~1.4.2",
|
|
"symfony/validator": "2.8.*",
|
|
"doctrine/cache": "~1.6",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "7.1."
|
|
},
|
|
"support": {
|
|
"email": "support@retailcrm.ru"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "AtolOnlineClient\\": "src/" }
|
|
}
|
|
}
|