You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 1.3KB

2 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "symfony/polyfill-intl-idn",
  3. "type": "library",
  4. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  5. "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "idn"],
  6. "homepage": "https://symfony.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Laurent Bassin",
  11. "email": "laurent@bassin.info"
  12. },
  13. {
  14. "name": "Trevor Rowbotham",
  15. "email": "trevor.rowbotham@pm.me"
  16. },
  17. {
  18. "name": "Symfony Community",
  19. "homepage": "https://symfony.com/contributors"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=5.3.3",
  24. "symfony/polyfill-intl-normalizer": "^1.10",
  25. "symfony/polyfill-php70": "^1.10",
  26. "symfony/polyfill-php72": "^1.10"
  27. },
  28. "autoload": {
  29. "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" },
  30. "files": [ "bootstrap.php" ]
  31. },
  32. "suggest": {
  33. "ext-intl": "For best performance"
  34. },
  35. "minimum-stability": "dev",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.18-dev"
  39. },
  40. "thanks": {
  41. "name": "symfony/polyfill",
  42. "url": "https://github.com/symfony/polyfill"
  43. }
  44. }
  45. }