generated from mirzaev/pot
Initial commit
This commit is contained in:
45
composer.json
Executable file
45
composer.json
Executable file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "mirzaev/deeproots",
|
||||
"description": "",
|
||||
"homepage": "https://git.svoboda.works/mirzaev/deeproots",
|
||||
"type": "site",
|
||||
"keywords": [
|
||||
"minimal",
|
||||
"baza"
|
||||
],
|
||||
"readme": "README.md",
|
||||
"license": "WTFPL",
|
||||
"authors": [
|
||||
{
|
||||
"name": "mirzaev",
|
||||
"email": "mirzaev@gmail.com",
|
||||
"homepage": "https://mirzaev.page",
|
||||
"role": "Programmer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"wiki": "https://git.svoboda.works/mirzaev/deeproots/wiki",
|
||||
"issues": "https://git.svoboda.works/mirzaev/deeproots/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.4",
|
||||
"mirzaev/minimal": "^3.4",
|
||||
"mirzaev/baza": "^3.3",
|
||||
"twig/twig": "^3.10",
|
||||
"twig/extra-bundle": "^3.7",
|
||||
"twig/intl-extra": "^3.10"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mirzaev\\deeproots\\": "mirzaev/deeproots/system"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"mirzaev\\deeproots\\tests\\": "mirzaev/deeproots/tests"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"pre-update-cmd": "./install.sh"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user