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

39 lines
903 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": {
2019-12-26 11:36:15 +03:00
"php": ">=7.2",
2018-06-14 17:14:51 +03:00
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.3|^7.0",
"jms/serializer": "^0.12|^1.0|^2.0|^3.0",
2024-06-17 18:28:35 +03:00
"symfony/validator": "~2.8|~3.0|~4.0|^5.0|^6.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-12-26 11:36:15 +03:00
"phpunit/phpunit": "~8.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
}
}