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

31 lines
731 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",
2018-06-28 10:44:21 +03:00
"description": "PHP API client for ATOL Online",
2018-06-14 17:14:51 +03:00
"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-11-26 14:49:12 +03:00
"symfony/validator": "~2.8|~3.4|~4.0",
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": {
2018-11-26 14:49:12 +03:00
"phpunit/phpunit": "~7"
2018-06-14 17:14:51 +03:00
},
"support": {
"email": "support@retailcrm.ru"
},
"autoload": {
"psr-0": { "AtolOnlineClient\\": "src/" }
}
}