<?php file_exists(string $filename): bool
<?php $parent = $dir; while (!@is_file($parent.'/composer.json')) { if (!@file_exists($parent)) { break; }