composer.json 648 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "drupal/domain",
  3. "description": "Creates domain records within a Drupal installation.",
  4. "type": "drupal-module",
  5. "license": "GPL-2.0+",
  6. "authors": [
  7. {
  8. "name": "Ken Rickard",
  9. "email": "agentrickard@gmail.com"
  10. }
  11. ],
  12. "support": {
  13. "issues": "http://drupal.org/project/issues/domain",
  14. "irc": "http://irc.freenode.org/drupal-contribute",
  15. "source": "http://cgit.drupalcode.org/domain"
  16. },
  17. "extra": {
  18. "drush": {
  19. "services": {
  20. "domain/drush.services.yml": "^9",
  21. "domain_access/drush.services.yml": "^9",
  22. "domain_source/drush.services.yml": "^9"
  23. }
  24. }
  25. }
  26. }