16 lines
275 B
JSON
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/"
|
|
}
|
|
}
|
|
} |