mirror of
https://github.com/danog/template.git
synced 2024-11-26 20:14:56 +01:00
26 lines
415 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|