Skip to content

Commit

Permalink
Added Composer\Audoload\ClassLoader, it is soft dependency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Feb 11, 2022
1 parent 116a142 commit c7dc11c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/composer-require-checker-config.json
Expand Up @@ -4,7 +4,8 @@
"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", "ReflectionUnionType"
"sapi_windows_cp_is_utf8", "ReflectionUnionType",
"Composer\\Autoload\\ClassLoader"
],
"php-core-extensions" : [
"Core",
Expand Down

0 comments on commit c7dc11c

Please sign in to comment.