1
0
mirror of https://github.com/danog/template.git synced 2024-11-26 20:14:56 +01:00
template/composer.json
2016-07-23 09:43:27 +02:00

26 lines
415 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",
"friendsofphp/php-cs-fixer": "~1.9"
},
"autoload": {
"psr-4": {
"Amp\\Template\\": "lib/"
}
}
}