wyattjmiller.com/composer.json

16 lines
335 B
JSON
Raw Normal View History

2018-05-18 06:38:59 -05:00
{
"name": "wyatt/my-website",
"description": "A personal website for Wyatt J. Millrt",
"type": "project",
"require": {
"squizlabs/php_codesniffer": "^3.2"
},
"license": "MIT",
"authors": [
{
"name": "Wyatt Miller",
"email": "wjmiller2016@gmail.com"
}
]
}