24 lines
484 B
JSON
24 lines
484 B
JSON
{
|
|
"name": "anwinged/homepage",
|
|
"description": "Anton Vakhrushev homepage",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "Anton Vakhrushev",
|
|
"email": "anwinged@ya.ru"
|
|
}
|
|
],
|
|
"require": {
|
|
},
|
|
"require-dev": {
|
|
"gajus/dindent": "^2.0",
|
|
"friendsofphp/php-cs-fixer": "^2.15",
|
|
"sculpin/sculpin": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Homepage\\": "bundle/"
|
|
}
|
|
}
|
|
}
|