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.

40 lines
1.1 KiB

3 years ago
  1. {
  2. "name": "symfony/polyfill-php80",
  3. "type": "library",
  4. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  5. "keywords": ["polyfill", "shim", "compatibility", "portable"],
  6. "homepage": "https://symfony.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Ion Bazan",
  11. "email": "ion.bazan@gmail.com"
  12. },
  13. {
  14. "name": "Nicolas Grekas",
  15. "email": "p@tchwork.com"
  16. },
  17. {
  18. "name": "Symfony Community",
  19. "homepage": "https://symfony.com/contributors"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=7.1"
  24. },
  25. "autoload": {
  26. "psr-4": { "Symfony\\Polyfill\\Php80\\": "" },
  27. "files": [ "bootstrap.php" ],
  28. "classmap": [ "Resources/stubs" ]
  29. },
  30. "minimum-stability": "dev",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-main": "1.23-dev"
  34. },
  35. "thanks": {
  36. "name": "symfony/polyfill",
  37. "url": "https://github.com/symfony/polyfill"
  38. }
  39. }
  40. }