Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
Arsen Mirzaev Tatyano-Muradovich | 22de47d859 | ||
Arsen Mirzaev Tatyano-Muradovich | f84e668195 |
104
composer.json
104
composer.json
|
@ -1,55 +1,55 @@
|
|||
{
|
||||
"name": "mirzaev/accounts",
|
||||
"type": "library",
|
||||
"description": "Simple accounts manager",
|
||||
"readme": "README.md",
|
||||
"keywords": [
|
||||
"accounts"
|
||||
],
|
||||
"homepage": "https://git.mirzaev.sexy/mirzaev/accounts",
|
||||
"license": "WTFPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||
"email": "arsen@mirzaev.sexy",
|
||||
"homepage": "https://mirzaev.sexy",
|
||||
"role": "Programmer"
|
||||
"name": "mirzaev/accounts",
|
||||
"type": "library",
|
||||
"description": "Simple accounts manager",
|
||||
"readme": "README.md",
|
||||
"keywords": [
|
||||
"accounts"
|
||||
],
|
||||
"homepage": "https://git.mirzaev.sexy/mirzaev/accounts",
|
||||
"license": "WTFPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||
"email": "arsen@mirzaev.sexy",
|
||||
"homepage": "https://mirzaev.sexy",
|
||||
"role": "Programmer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "arsen@mirzaev.sexy",
|
||||
"wiki": "https://git.mirzaev.sexy/mirzaev/accounts/wiki",
|
||||
"issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "funding",
|
||||
"url": "https://fund.mirzaev.sexy"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~8.2",
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*",
|
||||
"guzzlehttp/guzzle": "^7.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpdocumentor/phpdocumentor": ">=2.9",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mirzaev\\accounts\\": "mirzaev/accounts/system"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"mirzaev\\accounts\\tests\\": "mirzaev/accounts/tests"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"symfony/flex": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "arsen@mirzaev.sexy",
|
||||
"wiki": "https://git.mirzaev.sexy/mirzaev/accounts/wiki",
|
||||
"issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "funding",
|
||||
"url": "https://fund.mirzaev.sexy"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~8.2",
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*",
|
||||
"guzzlehttp/guzzle": "^7.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpdocumentor/phpdocumentor": ">=2.9",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mirzaev\\accounts\\": "mirzaev/accounts/system"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"mirzaev\\accounts\\tests\\": "mirzaev/accounts/tests"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"symfony/flex": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6922,4 +6922,3 @@
|
|||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue