2023-02-20 15:18:21 +07:00
|
|
|
{
|
2023-02-20 19:30:24 +07:00
|
|
|
"name": "mirzaev/site-stdm-registry",
|
2023-02-22 01:27:34 +07:00
|
|
|
"description": "Interface with access to the data registry with spare parts for special equipment",
|
2023-02-20 15:18:21 +07:00
|
|
|
"readme": "README.md",
|
|
|
|
"keywords": [
|
2023-02-20 19:30:24 +07:00
|
|
|
"registry",
|
2023-02-20 15:18:21 +07:00
|
|
|
"site"
|
|
|
|
],
|
|
|
|
"type": "site",
|
2023-02-20 19:30:24 +07:00
|
|
|
"homepage": "https://git.mirzaev.sexy/mirzaev/site-stdm-registry",
|
2023-02-20 15:18:21 +07:00
|
|
|
"license": "WTFPL",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
|
|
"email": "arsen@mirzaev.sexy",
|
|
|
|
"homepage": "https://mirzaev.sexy",
|
|
|
|
"role": "Programmer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2023-02-20 19:30:24 +07:00
|
|
|
"docs": "https://git.mirzaev.sexy/mirzaev/site-stdm-registry/manual",
|
|
|
|
"issues": "https://git.mirzaev.sexy/mirzaev/site-stdm-registry/issues"
|
2023-02-20 15:18:21 +07:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "~8.2",
|
|
|
|
"ext-sodium": "~8.2",
|
|
|
|
"mirzaev/minimal": "^2.0.x-dev",
|
|
|
|
"mirzaev/arangodb": "^1.0.0",
|
|
|
|
"triagens/arangodb": "~3.9.x-dev",
|
|
|
|
"twig/twig": "^3.4",
|
|
|
|
"guzzlehttp/guzzle": "^7.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~9.5"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-02-20 19:30:24 +07:00
|
|
|
"mirzaev\\site\\stdm\\registry\\": "mirzaev/site/stdm/registry/system"
|
2023-02-20 15:18:21 +07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2023-02-20 19:30:24 +07:00
|
|
|
"mirzaev\\site\\stdm\\registry\\tests\\": "mirzaev/site/stdm/registry/tests"
|
2023-02-20 15:18:21 +07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|