generated from mirzaev/pot-php
Initial commit
This commit is contained in:
53
composer.json
Normal file
53
composer.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user