1
0
mirror of synced 2024-11-21 20:46:03 +03:00
atol-online-client/composer.json

31 lines
720 B
JSON
Raw Normal View History

2018-06-14 17:14:51 +03:00
{
"name": "retailcrm/atol-online-client",
2018-06-14 17:14:51 +03:00
"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",
2018-06-20 15:39:30 +03:00
"jms/serializer": "~0.12 || ~1.4.2",
2018-06-20 18:45:06 +03:00
"symfony/validator": "2.8.*",
2018-06-22 10:25:11 +03:00
"doctrine/cache": "~1.6",
2018-06-20 18:45:06 +03:00
"psr/log": "~1.0"
2018-06-14 17:14:51 +03:00
},
"require-dev": {
"phpunit/phpunit": "7.1."
},
"support": {
"email": "support@retailcrm.ru"
},
"autoload": {
"psr-0": { "AtolOnlineClient\\": "src/" }
}
}