mirror of
https://github.com/openvk/chandler.git
synced 2024-11-14 19:19:11 +03:00
22 lines
577 B
JSON
22 lines
577 B
JSON
{
|
|
"require": {
|
|
"php": "~8.1",
|
|
|
|
"nette/utils": "^3.0",
|
|
"nette/di": "^3.0",
|
|
"nette/database": "^3.0",
|
|
"swiftmailer/swiftmailer": "^6.2",
|
|
"latte/latte": "^2.10",
|
|
"nette/safe-stream": "^2.4",
|
|
"nette/tokenizer": "^3.1",
|
|
"firebase/php-jwt": "^5.0",
|
|
"symfony/translation": "^5.0",
|
|
"symfony/yaml": "^5.3",
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
"wildbit/postmark-php": "^4.0",
|
|
"tracy/tracy": "^2.10"
|
|
},
|
|
"suggest": {
|
|
"ext-yaml": "for faster yaml parsing"
|
|
}
|
|
}
|