.composer-require-checker.json 469 B

12345678910111213141516
  1. {
  2. "symbol-whitelist" : [
  3. "T_HH_ERROR",
  4. "PHPUnit_Framework_Constraint_IsIdentical",
  5. "PHPUnit\\Framework\\TestCase",
  6. "Prophecy\\Argument",
  7. "null", "true", "false",
  8. "static", "self", "parent",
  9. "array", "string", "int", "float", "bool", "iterable", "callable", "void"
  10. ],
  11. "php-core-extensions" : [
  12. "dom", "mbstring", "Phar",
  13. "Core", "date", "pcre", "Reflection", "SPL", "standard"
  14. ]
  15. }