mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-11-08 03:57:35 +00:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "axenov/atol-online",
|
|
"description": "Library to use cloud cash register in e-commerce according to Russian Federal Law #54",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"keywords": [
|
|
"54-fz",
|
|
"kkt",
|
|
"e-commerce",
|
|
"cash",
|
|
"cash register",
|
|
"payment",
|
|
"payment system",
|
|
"atol",
|
|
"atol-online"
|
|
],
|
|
"homepage": "https://github.com/anthonyaxenov/atol-online",
|
|
"authors": [
|
|
{
|
|
"name": "Anthony Axenov",
|
|
"homepage": "http://anthonyaxenov.ru",
|
|
"email": "anthonyaxenov@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/anthonyaxenov/atol-online",
|
|
"issues": "https://github.com/anthonyaxenov/atol-online/issues",
|
|
"chat": "https://discord.gg/mFYTQmp"
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "^6.5",
|
|
"psr/log": "^1.1",
|
|
"ramsey/uuid": "^3.9"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/AtolOnline/Api/",
|
|
"src/AtolOnline/Api/Schemas/",
|
|
"src/AtolOnline/Exceptions/",
|
|
"src/AtolOnline/Entities/",
|
|
"src/AtolOnline/Traits/",
|
|
"src/AtolOnline/Constants/",
|
|
"tests/"
|
|
]
|
|
}
|
|
}
|