1
0
mirror of https://github.com/danog/template.git synced 2024-11-26 20:14:56 +01:00
template/composer.json
2015-07-28 15:45:25 +02:00

27 lines
453 B
JSON

{
"name": "amphp/template",
"license": "MIT",
"authors": [
{
"name": "...",
"email": "..."
}
],
"support": {
"issues": "https://github.com/amphp/template/issues"
},
"require": {
"amphp/amp": "^1"
},
"require-dev": {
"phpunit/phpunit": "~4.4.0",
"fabpot/php-cs-fixer": "~1.9",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
"Amp\\Template\\": "lib/"
}
}
}