atol-online/composer.json

65 lines
1.7 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",
"54-фз",
2020-05-27 16:53:18 +00:00
"kkt",
"ккт",
2020-05-27 16:53:18 +00:00
"e-commerce",
"cash",
"cash register",
"payment",
"payment system",
2020-01-11 06:30:25 +00:00
"atol",
"атол",
"atol-online",
"атол онлайн"
2020-01-11 06:30:25 +00:00
],
"homepage": "https://github.com/anthonyaxenov/atol-online",
"readme": "https://github.com/anthonyaxenov/atol-online/blob/master/README.md",
2020-01-11 06:30:25 +00:00
"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",
"docs": "https://github.com/anthonyaxenov/atol-online/blob/master/docs/readme.md"
2020-01-11 06:30:25 +00:00
},
"funding": [
{
"type": "Yoomoney",
"url": "https://yoomoney.ru/to/41001685237530"
}
],
2020-01-11 06:30:25 +00:00
"require": {
"php": ">=7.4",
2020-01-11 06:30:25 +00:00
"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
]
}
}