mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-11-01 02:15:22 +00:00
75 lines
2.0 KiB
JSON
75 lines
2.0 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",
|
|
"54-фз",
|
|
"kkt",
|
|
"ккт",
|
|
"e-commerce",
|
|
"cash",
|
|
"cash register",
|
|
"payment",
|
|
"payment system",
|
|
"atol",
|
|
"атол",
|
|
"atol-online",
|
|
"атол онлайн"
|
|
],
|
|
"homepage": "https://github.com/anthonyaxenov/atol-online",
|
|
"readme": "https://github.com/anthonyaxenov/atol-online/blob/master/README.md",
|
|
"authors": [
|
|
{
|
|
"name": "Anthony Axenov",
|
|
"homepage": "http://anthonyaxenov.ru",
|
|
"email": "anthonyaxenov@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"rss": "https://t.me/atolonline_php",
|
|
"chat": "https://t.me/+Rky7ia68fctjZmUy",
|
|
"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"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "Patreon",
|
|
"url": "https://www.patreon.com/anthonyaxenov"
|
|
},
|
|
{
|
|
"type": "Yoomoney",
|
|
"url": "https://yoomoney.ru/to/41001685237530"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"guzzlehttp/guzzle": "^7.4",
|
|
"psr/log": "^3",
|
|
"ramsey/uuid": "^4.2",
|
|
"myclabs/php-enum": "^1.8",
|
|
"illuminate/collections": "^8.70"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AtolOnline\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit --colors=always",
|
|
"test-cov": "vendor/bin/phpunit --coverage-html coverage"
|
|
}
|
|
}
|