Name migration

This commit is contained in:
2019-03-14 11:07:28 -03:00
parent a8051dda4d
commit 16dc9dd2cb
5 changed files with 10 additions and 10 deletions
Regular → Executable
+3 -3
View File
@@ -1,5 +1,5 @@
{
"name" : "ahwelp/menubuilder",
"name" : "ahwelp/bbmenus",
"description" : "Different Menus",
"type" : "library",
"authors" : [
@@ -10,7 +10,7 @@
],
"autoload" : {
"psr-4" : {
"MenuBuilder\\" : "src/MenuBuilder/"
"BBMenus\\" : "src/BBMenus/"
}
}
}
}