mirror of
https://github.com/openvk/chandler.git
synced 2025-03-31 21:43:59 +03:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"autoload": {
|
|
"classmap": [
|
|
"chandler",
|
|
"extensions"
|
|
],
|
|
"files": [
|
|
"chandler/procedural/db_busy.php",
|
|
"chandler/procedural/escape_url.php",
|
|
"chandler/procedural/mimes.php",
|
|
"chandler/procedural/panic.php",
|
|
"chandler/procedural/yaml.php"
|
|
],
|
|
"psr-4": {
|
|
"Chandler\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Chandler\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"description": "TODO: Add a description.",
|
|
"license": "GPL-3.0-or-later",
|
|
"minimum-stability": "stable",
|
|
"name": "openvk/chanlder",
|
|
"require": {
|
|
"ext-yaml": "*",
|
|
"php": "^7.4",
|
|
"nette/utils": "^3.0",
|
|
"nette/di": "^3.0",
|
|
"nette/database": "^3.0",
|
|
"swiftmailer/swiftmailer": "^6.2",
|
|
"latte/latte": "^2.6",
|
|
"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"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "project"
|
|
}
|