17 lines
322 B
JSON
Executable File
17 lines
322 B
JSON
Executable File
{
|
|
"authors": [{
|
|
"name": "Timothy J. Warren",
|
|
"email": "tim@timshomepage.net",
|
|
"homepage": "https://timshomepage.net",
|
|
"role": "Developer"
|
|
}],
|
|
"require-dev": {
|
|
"phpunit/phpunit":"3.7.*"
|
|
},
|
|
"require": {
|
|
"symfony/yaml": "2.4.*",
|
|
"aura/router": "2.0.*@dev",
|
|
"aura/di": "2.0.*@dev",
|
|
"php": ">=5.4.0"
|
|
}
|
|
} |