截流自动化的商城平台
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.0KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "symfony/property-access",
  3. "type": "library",
  4. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  5. "keywords": ["property", "index", "access", "object", "array", "extraction", "injection", "reflection", "property path"],
  6. "homepage": "https://symfony.com",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Fabien Potencier",
  11. "email": "fabien@symfony.com"
  12. },
  13. {
  14. "name": "Symfony Community",
  15. "homepage": "https://symfony.com/contributors"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=7.1.3",
  20. "symfony/inflector": "^3.4|^4.0|^5.0"
  21. },
  22. "require-dev": {
  23. "symfony/cache": "^3.4|^4.0|^5.0"
  24. },
  25. "suggest": {
  26. "psr/cache-implementation": "To cache access methods."
  27. },
  28. "autoload": {
  29. "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" },
  30. "exclude-from-classmap": [
  31. "/Tests/"
  32. ]
  33. },
  34. "minimum-stability": "dev"
  35. }