If the phpspec.yml and spec folder is moved to a 3rd party vendor package (vendor/)
contrary to have the phpspec.yml and spec folder under root project directory (/)
how to autoload classes from the package (also under vendor) and
other project classes (under root project directory loaded by vendor/autoload.php)
?
Thanks