.composer-require-checker.json 734 B

12345678910111213141516171819
  1. {
  2. "symbol-whitelist" : [
  3. "PHPUnit\\Framework\\Constraint\\IsIdentical",
  4. "PHPUnit\\Framework\\TestCase",
  5. "PHPUnitGoodPractices\\Traits\\ExpectationViaCodeOverAnnotationTrait",
  6. "PHPUnitGoodPractices\\Traits\\ExpectOverSetExceptionTrait",
  7. "PHPUnitGoodPractices\\Traits\\IdentityOverEqualityTrait",
  8. "PHPUnitGoodPractices\\Traits\\ProphecyOverMockObjectTrait",
  9. "Prophecy\\Argument",
  10. "null", "true", "false",
  11. "static", "self", "parent",
  12. "array", "string", "int", "float", "bool", "iterable", "callable", "void"
  13. ],
  14. "php-core-extensions" : [
  15. "dom", "mbstring", "Phar",
  16. "Core", "date", "pcre", "Reflection", "SPL", "standard"
  17. ]
  18. }