You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using above version of lumen with 2.8.1 of ide-helper causes the following issue when running composer update:
Writing lock file
Generating optimized autoload files
> @php artisan ide-helper:generate
[2020-09-18 19:24:50] local.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Class 'Illuminate\Foundation\Application' not found in /vendor/barryvdh/laravel-ide-helper/src/IdeHelperServiceProvider.php:119
*** ALL OF THIS REMOVED FOR BREVITY ***
In IdeHelperServiceProvider.php line 119:
Class 'Illuminate\Foundation\Application' not found
Versions:
Description:
Using above version of lumen with 2.8.1 of ide-helper causes the following issue when running composer update:
relevant section from composer.json
Just a rough guess #1026 is related in some way? its commit message
Seems to indicate this issue.
If I roll back to 2.8.0 everything works as expected again.
Steps To Reproduce:
Simply running composer update with the above
post-update-cmd
config for composerThe text was updated successfully, but these errors were encountered: