Files
sanmotors/composer.json
Кодорвань 26bbf0f33e Initial commit
2026-03-17 12:47:19 +05:00

54 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "kodorvan/sanmotors",
"description": "Сайт компании САН Моторс",
"homepage": "https://git.svoboda.works/kodorvan/sanmotors",
"type": "site",
"keywords": [
"minimal",
"baza"
],
"readme": "README.md",
"license": "WTFPL",
"authors": [
{
"name": "kodorvan",
"email": "kodorvan@gmail.com",
"homepage": "https://kodorvan.page",
"role": "Programmer"
}
],
"support": {
"wiki": "https://git.svoboda.works/kodorvan/sanmotors/wiki",
"issues": "https://git.svoboda.works/kodorvan/sanmotors/issues"
},
"require": {
"php": "^8.5",
"mirzaev/minimal": "^3.8",
"mirzaev/baza": "^3.3",
"mirzaev/record": "^1.0",
"mirzaev/languages": "^1.0",
"svoboda/time": "^1.0",
"twig/twig": "^3.2",
"twig/extra-bundle": "^3.7",
"twig/intl-extra": "^3.10"
},
"suggest": {
"mirzaev/files": "Easy working with files",
"mirzaev/currencies": "Easy currencies integration"
},
"autoload": {
"psr-4": {
"kodorvan\\sanmotors\\": "kodorvan/sanmotors/system"
}
},
"autoload-dev": {
"psr-4": {
"kodorvan\\sanmotors\\tests\\": "kodorvan/sanmotors/tests"
}
},
"scripts": {
"pre-update-cmd": "./install.sh"
}
}