atol-online/composer.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2020-01-11 06:30:25 +00:00
{
"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",
2020-05-27 16:53:18 +00:00
"kkt",
"e-commerce",
"cash",
"cash register",
"payment",
"payment system",
2020-01-11 06:30:25 +00:00
"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/Exceptions/",
"src/AtolOnline/Entities/",
"src/AtolOnline/Traits/",
"src/AtolOnline/Constants/",
"tests/"
2020-06-07 11:22:19 +00:00
],
"files": [
"src/helpers.php"
2020-01-11 06:30:25 +00:00
]
}
}