Closed maartenscholz closed 9 years ago
In my main projects autoload.php the generated require of my studio package autoload.php gets printed behind the return statement, rendering it moot.
return ComposerAutoloaderInite73ad39f6603d8c0d4afc6ca2622bde4::getLoader(); // @generated by Composer Studio (https://github.com/franzliedke/studio) require_once __DIR__ . '/../laravel-queue/vendor/autoload.php';
I had to manually move it above the return statement for it to work but each composer dump resets that.
Wow, ahem, way to overlook something. Thanks for the report, will fix it immediately.
Okay, this is part of v0.9.5 which was just released. =)
Fast :) thanks!
In my main projects autoload.php the generated require of my studio package autoload.php gets printed behind the return statement, rendering it moot.
I had to manually move it above the return statement for it to work but each composer dump resets that.