1
0
mirror of synced 2024-11-22 04:56:04 +03:00
atol-online-client/composer.json

39 lines
883 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": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.3",
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": {
2019-07-24 17:39:11 +03:00
"phpunit/phpunit": "~7.0"
2018-06-14 17:14:51 +03:00
},
"support": {
"email": "support@retailcrm.ru"
},
"autoload": {
"psr-0": {
"AtolOnlineClient\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AtolOnlineClient\\": "tests/"
}
2018-06-14 17:14:51 +03:00
}
}