Files
menus/composer.json
T
2019-01-25 02:21:35 -02:00

16 lines
275 B
JSON

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