refresh after 3-4 years
This commit is contained in:
47
composer.json
Normal file → Executable file
47
composer.json
Normal file → Executable file
@@ -1,25 +1,26 @@
|
||||
{
|
||||
"name": "mirzaev/surikovlib",
|
||||
"description": "Онлайн библеотека музея имени Сурикова",
|
||||
"type": "project",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"homepage": "https://git.hood.su/mirzaev/surikovlib",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||
"email": "arsen@mirzaev.sexy",
|
||||
"homepage": "https://mirzaev.sexy",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0.0",
|
||||
"mirzaev/minimal": "^2.0.x-dev",
|
||||
"twig/twig": "^3.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mirzaev\\surikovlib\\": "mirzaev/surikovlib/system"
|
||||
}
|
||||
}
|
||||
"name": "kodorvan/surikov",
|
||||
"description": "Online library of the Surikov Museum",
|
||||
"type": "project",
|
||||
"license": "WTFPL",
|
||||
"homepage": "https://git.svoboda.works/kodorvan/surikov",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||
"email": "arsen@mirzaev.sexy",
|
||||
"homepage": "https://mirzaev.sexy",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.4.0",
|
||||
"mirzaev/minimal": "^3.6.2",
|
||||
"twig/twig": "^3.3",
|
||||
"mirzaev/languages": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"kodorvan\\surikov\\": "kodorvan/surikov/system"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user