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

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"
}
}