composer.json 945 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "drupal/search_api",
  3. "description": "Provides a generic framework for modules offering search capabilities.",
  4. "type": "drupal-module",
  5. "homepage": "https://www.drupal.org/project/search_api",
  6. "authors": [
  7. {
  8. "name": "Thomas Seidl",
  9. "homepage": "https://www.drupal.org/u/drunken-monkey"
  10. },
  11. {
  12. "name": "Nick Veenhof",
  13. "homepage": "https://www.drupal.org/u/nick_vh"
  14. },
  15. {
  16. "name": "See other contributors",
  17. "homepage":"https://www.drupal.org/node/790418/committers"
  18. }
  19. ],
  20. "support": {
  21. "issues": "https://www.drupal.org/project/issues/search_api",
  22. "irc": "irc://irc.freenode.org/drupal-search-api",
  23. "source": "http://git.drupal.org/project/search_api.git"
  24. },
  25. "license": "GPL-2.0+",
  26. "require-dev": {
  27. "drupal/search_api_autocomplete": "@dev"
  28. },
  29. "extra": {
  30. "drush": {
  31. "services": {
  32. "drush.services.yml": "^9"
  33. }
  34. }
  35. }
  36. }