composer.json 505 B

1234567891011121314151617181920
  1. {
  2. "name": "drupal/core-uuid",
  3. "description": "PHP library for reading PO files.",
  4. "type": "library",
  5. "license": "GPL-2.0-or-later",
  6. "support": {
  7. "issues": "https://www.drupal.org/project/issues/drupal",
  8. "irc": "irc://irc.freenode.net/drupal-contribute",
  9. "source": "https://www.drupal.org/project/drupal/git-instructions"
  10. },
  11. "require": {
  12. "php": ">=5.5.9",
  13. "drupal/core-utility": "^8.2"
  14. },
  15. "autoload": {
  16. "psr-4": {
  17. "Drupal\\Component\\Uuid\\": ""
  18. }
  19. }
  20. }