menu-bundle/composer.json
2020-03-17 08:30:54 +08:00

14 lines
306 B
JSON

{
"name": "jankstudio/catalyst-menu-bundle",
"type": "symfony-bundle",
"license": "Apache-2.0",
"authors": [
{
"name": "Kendrick Chan",
"email": "kc@jankstudio.com"
}
],
"autoload": {
"psr-4": { "Catalyst\\MenuBundle\\": "" }
}
}