composer-require-config.json 317 B

123456789101112131415
  1. {
  2. "symbol-whitelist" : [
  3. "null", "true", "false",
  4. "static", "self", "parent",
  5. "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "XSLTProcessor"
  6. ],
  7. "php-core-extensions" : [
  8. "Core",
  9. "pcre",
  10. "Reflection",
  11. "tokenizer",
  12. "SPL",
  13. "standard"
  14. ]
  15. }