Updated readme, bins

This commit is contained in:
2022-10-30 23:21:53 +01:00
parent 8d6c1800b9
commit f1ab6bd74b
3 changed files with 33 additions and 10 deletions

View File

@ -2,8 +2,9 @@
<?php
foreach ([
__DIR__."/..",
__DIR__."/../vendor",
__DIR__."/../../../vendor",
__DIR__."/../../..",
__DIR__."/vendor",
] as $dir) {
if (file_exists($dir."/autoload.php")) {