composer.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "drupal/devel",
  3. "description": "Various blocks, pages, and functions for developers.",
  4. "type": "drupal-module",
  5. "homepage": "http://drupal.org/project/devel",
  6. "authors": [
  7. {
  8. "name": "Moshe Weitzman",
  9. "email": "weitzman@tejasa.com",
  10. "homepage": "https://github.com/weitzman",
  11. "role": "Maintainer"
  12. },
  13. {
  14. "name": "Hans Salvisberg",
  15. "email": "drupal@salvisberg.com",
  16. "homepage": "https://www.drupal.org/u/salvis",
  17. "role": "Maintainer"
  18. },
  19. {
  20. "name": "Luca Lusso",
  21. "homepage": "https://www.drupal.org/u/lussoluca",
  22. "role": "Maintainer"
  23. },
  24. {
  25. "name": "Marco (willzyx)",
  26. "homepage": "https://www.drupal.org/u/willzyx",
  27. "role": "Maintainer"
  28. },
  29. {
  30. "name": "See contributors",
  31. "homepage": "https://www.drupal.org/node/3236/committers"
  32. }
  33. ],
  34. "support": {
  35. "issues": "http://drupal.org/project/devel",
  36. "irc": "irc://irc.freenode.org/drupal-contribute",
  37. "source": "http://cgit.drupalcode.org/devel"
  38. },
  39. "license": "GPL-2.0+",
  40. "minimum-stability": "dev",
  41. "require": {
  42. "symfony/var-dumper": "~2.7|^3"
  43. },
  44. "suggest": {},
  45. "extra": {
  46. "drush": {
  47. "services": {
  48. "drush.services.yml": "^9"
  49. }
  50. }
  51. }
  52. }