Files
menus/composer.json
T
2019-03-14 11:07:28 -03:00

17 lines
264 B
JSON
Executable File

{
"name" : "ahwelp/bbmenus",
"description" : "Different Menus",
"type" : "library",
"authors" : [
{
"name" : "ahwelp",
"email" : "ahwelp@ahwelp.com"
}
],
"autoload" : {
"psr-4" : {
"BBMenus\\" : "src/BBMenus/"
}
}
}