From 05aaf63dbbb5bcf670555789c788c5d185dd37dd Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Sun, 8 Nov 2020 20:29:08 -0500 Subject: [PATCH] Ignore ReflectionUnionType --- bin/composer-require-checker-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/composer-require-checker-config.json b/bin/composer-require-checker-config.json index 34acbc19e..268cf8c73 100644 --- a/bin/composer-require-checker-config.json +++ b/bin/composer-require-checker-config.json @@ -4,7 +4,7 @@ "static", "self", "parent", "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "igbinary_serialize", "igbinary_unserialize", "PHP_PARSER_VERSION", "PSALM_VERSION", "runkit_object_id", - "sapi_windows_cp_is_utf8" + "sapi_windows_cp_is_utf8", "ReflectionUnionType" ], "php-core-extensions" : [ "Core",