Open
Description
When using composer-require-checker
with in a project with safe 3.0 I get these unknown symbols:
ComposerRequireChecker 4.16.1@2449a6298a0c39d940287d5d3afaf05a6f80fd0c
The following 16 unknown symbols were found:
+----------------------------+--------------------+
| Unknown Symbol | Guessed Dependency |
+----------------------------+--------------------+
| Safe\date | |
| Safe\fclose | |
| Safe\file_get_contents | |
| Safe\file_put_contents | |
| Safe\fopen | |
| Safe\fstat | |
| Safe\fwrite | |
| Safe\json_encode | |
| Safe\ob_end_clean | |
| Safe\ob_start | |
| Safe\phpinfo | |
| Safe\preg_match | |
| Safe\rewind | |
| Safe\shuffle | |
| Safe\stream_copy_to_stream | |
| Safe\stream_get_contents | |
+----------------------------+--------------------+
When I switch back to 2.5 no unknown symbols are found. I tried to find the differences, but nothing obvious.
Anyone know how to handle this?