37 lines
759 B
JSON
37 lines
759 B
JSON
{
|
|
"name": "mirzaev/currencies",
|
|
"description": "Library for easy currencies support",
|
|
"homepage": "https://git.svoboda.works/mirzaev/currencies",
|
|
"type": "library",
|
|
"keywords": [
|
|
"currencies"
|
|
],
|
|
"readme": "README.md",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
"email": "arsen@mirzaev.sexy",
|
|
"homepage": "https://mirzaev.sexy",
|
|
"role": "Creator"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://git.svoboda.works/mirzaev/currencies/issues"
|
|
},
|
|
"require": {
|
|
"php": "^8.4",
|
|
"mirzaev/languages": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mirzaev\\currencies\\": "mirzaev/currencies/system"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"mirzaev\\currencies\\tests\\": "mirzaev/currencies/tests"
|
|
}
|
|
}
|
|
}
|