This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed composer install failures without dev dependencies by conditionally running the IDE helper script.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
composer install --no-dev no longer fails with "There are no commands defined in the ide-helper namespace". composer install --no-dev no longer fails with "There are no commands defined in the ide-helper namespace". Source: llm_adapter@2026-06-09 Confidence: high |
— |
Full changelog
Fixes
-
composer install --no-devno longer fails with "There are no commands defined in the ide-helper namespace" (#299, reported in #298).The
post-autoload-dumpscript ranphp artisan ide-helper:generateunconditionally, butbarryvdh/laravel-ide-helperis a dev-only dependency. Under--no-devthe command did not exist and Composer aborted. The script now regenerates the IDE helper only when the package is present, so production-style installs complete cleanly. Dev installs are unchanged.
Upgrade: pull 8.1.1 and run your usual composer install / composer install --no-dev.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- vcore-8.2.8 Granting Admin role now requires the acting account to already hold Admin role.
- vcore-8.2.8 `role` field on user create/update validates against fixed set of allowed values.
Beta — feedback welcome: [email protected]