Updated readme, bins
This commit is contained in:
@ -2,8 +2,9 @@
|
||||
<?php
|
||||
|
||||
foreach ([
|
||||
__DIR__."/..",
|
||||
__DIR__."/../vendor",
|
||||
__DIR__."/../../../vendor",
|
||||
__DIR__."/../../..",
|
||||
__DIR__."/vendor",
|
||||
] as $dir) {
|
||||
if (file_exists($dir."/autoload.php")) {
|
||||
|
Reference in New Issue
Block a user