chandler/composer.json
Ilya Bakhlin 11e11add72 Set Up PHPUnit
Closes chandler-1.
2021-12-25 22:24:27 +01:00

34 lines
864 B
JSON

{
"autoload": {
"classmap": [
"chandler/Eventing/Events/Event.php"
]
},
"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": {
"php": "^7.3",
"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",
"tracy/tracy": "^2.7",
"symfony/translation": "^5.0",
"symfony/yaml": "^5.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "project"
}