First Commit

This commit is contained in:
ahwelp
2018-08-14 19:35:43 -03:00
commit 9e0d343f36
9 changed files with 381 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name" : "ahwelp/menubuilder",
"description" : "Different Menus",
"type" : "library",
"authors" : [
{
"name" : "ahwelp",
"email" : "ahwelp@ahwelp.com"
}
],
"autoload" : {
"psr-4" : {
"MenuBuilder\\" : "src/MenuBuilder/"
}
},
"require" : { }
}