14 lines
239 B
JSON
14 lines
239 B
JSON
|
{
|
||
|
"authors": [{
|
||
|
"name": "Timothy J. Warren",
|
||
|
"email": "tim@timshomepage.net",
|
||
|
"homepage": "https://timshomepage.net",
|
||
|
"role": "Developer"
|
||
|
}],
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit":"3.7.*"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4.0"
|
||
|
}
|
||
|
}
|