composer.json 275 B

12345678910111213141516
  1. {
  2. "name" : "ahwelp/menubuilder",
  3. "description" : "Different Menus",
  4. "type" : "library",
  5. "authors" : [
  6. {
  7. "name" : "ahwelp",
  8. "email" : "ahwelp@ahwelp.com"
  9. }
  10. ],
  11. "autoload" : {
  12. "psr-4" : {
  13. "MenuBuilder\\" : "src/MenuBuilder/"
  14. }
  15. }
  16. }