.composer-require-checker.json 1.3 KB

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