your mama

This commit is contained in:
2025-10-22 01:39:10 +07:00
parent 582ac66e03
commit c4d318ce63
3 changed files with 108 additions and 0 deletions

36
composer.json Normal file
View File

@@ -0,0 +1,36 @@
{
"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"
}
}
}