mirror of
https://github.com/openvk/chandler.git
synced 2024-11-15 03:31:12 +03:00
5855601d59
Signed-off-by: Celestora <kitsuruko@gmail.com>
20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"require": {
|
|
"php": "~7.3",
|
|
|
|
"nette/utils": "^3.0",
|
|
"nette/di": "^3.0",
|
|
"nette/database": "^3.0",
|
|
"swiftmailer/swiftmailer": "^6.2",
|
|
"latte/latte": "2.6.2",
|
|
"nette/safe-stream": "^2.4",
|
|
"nette/tokenizer": "^3.1",
|
|
"firebase/php-jwt": "^5.0",
|
|
"tracy/tracy": "^2.7",
|
|
"symfony/translation": "^5.0",
|
|
"symfony/yaml": "^5.3"
|
|
},
|
|
"suggest": {
|
|
"ext-yaml": "for faster yaml parsing"
|
|
}
|
|
}
|