1
0
mirror of synced 2024-11-21 20:46:03 +03:00
atol-online-client/composer.json
Alexey Chelnakov 9233e287e4 init
2018-06-14 17:14:51 +03:00

29 lines
657 B
JSON

{
"name": "intaro/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": "*",
"guzzlehttp/guzzle": "~6.0",
"jms/serializer-bundle": "~0.12",
"symfony/validator": "2.8.*"
},
"require-dev": {
"phpunit/phpunit": "7.1."
},
"support": {
"email": "support@retailcrm.ru"
},
"autoload": {
"psr-0": { "AtolOnlineClient\\": "src/" }
}
}