Open Zegnat opened 7 years ago
When the library is installed through composer (composer require …) the executable will stop working as it will no longer find the autoload.php in ./../vendor/.
composer require …
autoload.php
./../vendor/
When the library is installed through composer (
composer require …
) the executable will stop working as it will no longer find theautoload.php
in./../vendor/
.