16 lines
335 B
JSON
16 lines
335 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|