composer.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "drupal/admin_toolbar_links_access_filter",
  3. "description": "Provides a workaround for the common problem that users with 'Use the administration pages and help' permission see menu links they don't have access permission for. Once the issue https://www.drupal.org/node/296693 be solved, this module will be deprecated.",
  4. "type": "drupal-module",
  5. "keywords": ["Drupal", "Toolbar"],
  6. "homepage": "http://drupal.org/project/admin_toolbar",
  7. "license": "GPL-2.0+",
  8. "authors": [
  9. {
  10. "name": "Wilfrid Roze (eme)",
  11. "homepage": "https://www.drupal.org/u/eme",
  12. "role": "Maintainer"
  13. },
  14. {
  15. "name": "Romain Jarraud (romainj)",
  16. "homepage": "https://www.drupal.org/u/romainj",
  17. "role": "Maintainer"
  18. },
  19. {
  20. "name": "Adrian Cid Almaguer (adriancid)",
  21. "email": "adriancid@gmail.com",
  22. "homepage": "https://www.drupal.org/u/adriancid",
  23. "role": "Maintainer"
  24. },
  25. {
  26. "name": "Mohamed Anis Taktak (matio89)",
  27. "homepage": "https://www.drupal.org/u/matio89",
  28. "role": "Maintainer"
  29. }
  30. ],
  31. "support": {
  32. "issues": "https://www.drupal.org/project/issues/admin_toolbar",
  33. "source": "http://cgit.drupalcode.org/admin_toolbar"
  34. },
  35. "require": {
  36. "drupal/admin_toolbar": "^1"
  37. }
  38. }