nc-vue-agency/composer.json

13 lines
281 B
JSON

{
"name": "da/agency",
"description": "App for managing the Agency of DA",
"license": "",
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
}
}