This repository has been archived on 2018-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
sleepy/composer.json

14 lines
239 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": {
"php": ">=5.4.0"
}
}