You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
coffee-table/composer.json

16 lines
221 B

{
"require-dev": {
"phpunit/phpunit": "5.2.*",
"phpmd/phpmd": "@stable"
},
"autoload-dev": {
"psr-0": {
"Coffee": "tests"
}
},
"autoload": {
"psr-0": {
"Coffee": "src"
}
}
}