your mama
This commit is contained in:
36
composer.json
Normal file
36
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user