.composer-require-checker.json 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "symbol-whitelist" : [
  3. "PhpCsFixer\\PhpunitConstraintIsIdenticalString\\Constraint\\IsIdenticalString",
  4. "PhpCsFixer\\Tests\\Test\\Constraint\\SameStringsConstraint",
  5. "PhpCsFixer\\Tests\\Test\\IsIdenticalConstraint",
  6. "PHPUnit\\Framework\\Constraint\\IsIdentical",
  7. "PHPUnit\\Framework\\TestCase",
  8. "PHPUnit\\Runner\\Version",
  9. "PHPUnitGoodPractices\\Traits\\ExpectationViaCodeOverAnnotationTrait",
  10. "PHPUnitGoodPractices\\Traits\\ExpectOverSetExceptionTrait",
  11. "PHPUnitGoodPractices\\Traits\\IdentityOverEqualityTrait",
  12. "PHPUnitGoodPractices\\Traits\\ProphecyOverMockObjectTrait",
  13. "PHPUnitGoodPractices\\Traits\\ProphesizeOnlyInterfaceTrait",
  14. "Prophecy\\Argument",
  15. "Symfony\\Component\\EventDispatcher\\Event",
  16. "Symfony\\Contracts\\EventDispatcher\\Event",
  17. "Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface",
  18. "null", "true", "false",
  19. "static", "self", "parent",
  20. "array", "string", "int", "float", "bool", "iterable", "callable", "void",
  21. "T_COALESCE_EQUAL",
  22. "T_FN",
  23. "T_MATCH",
  24. "T_NAME_FULLY_QUALIFIED",
  25. "T_NAME_QUALIFIED",
  26. "T_NAME_RELATIVE"
  27. ],
  28. "php-core-extensions" : [
  29. "dom", "mbstring", "Phar",
  30. "Core", "date", "pcre", "Reflection", "SPL", "standard"
  31. ]
  32. }