.composer-require-checker.json 769 B

1234567891011121314151617181920
  1. {
  2. "symbol-whitelist" : [
  3. "HHVM_VERSION_ID",
  4. "PHPUnit\\Framework\\TestCase", "Prophecy\\Argument",
  5. "GeckoPackages\\PHPUnit\\Constraints\\SameStringsConstraint",
  6. "PHPUnitGoodPractices\\Traits\\ExpectationViaCodeOverAnnotationTrait",
  7. "PHPUnitGoodPractices\\Traits\\ExpectOverSetExceptionTrait",
  8. "PHPUnitGoodPractices\\Traits\\IdentityOverEqualityTrait",
  9. "PHPUnitGoodPractices\\Traits\\ProphecyOverMockObjectTrait",
  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. }