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.

32 lines
813 B

3 years ago
  1. {
  2. "name": "symfony/css-selector",
  3. "type": "library",
  4. "description": "Converts CSS selectors to XPath expressions",
  5. "keywords": [],
  6. "homepage": "https://symfony.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Fabien Potencier",
  11. "email": "fabien@symfony.com"
  12. },
  13. {
  14. "name": "Jean-François Simon",
  15. "email": "jeanfrancois.simon@sensiolabs.com"
  16. },
  17. {
  18. "name": "Symfony Community",
  19. "homepage": "https://symfony.com/contributors"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=7.2.5"
  24. },
  25. "autoload": {
  26. "psr-4": { "Symfony\\Component\\CssSelector\\": "" },
  27. "exclude-from-classmap": [
  28. "/Tests/"
  29. ]
  30. },
  31. "minimum-stability": "dev"
  32. }