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