v1.7.5
Immutable
release. Only release title and notes can be modified.
Fixed
OpcacheAnalyzerandPHPIniAnalyzerno longer false-positive on Laravel Cloud — Cloud only documentsmemory_limitas configurable viaini_set(); all OPcache sub-checks are suppressed on Cloud, andPHPIniAnalyzernow also suppresses itsPHP_INI_ALLchecks (display_errors,log_errors, etc.) on Cloud rather than checking them; on Docker both analyzers continue to suppress onlyPHP_INI_SYSTEMdirectives (controlled by the base image) while keepingPHP_INI_ALLchecks active (#182)CacheHeaderAnalyzerno longer reports "missing Cache-Control headers" on Laravel Cloud — Cloud always applies a defaultCache-Controlheader to asset responses, so the message now correctly reads "short-lived cache headers"; the finding and middleware recommendation are unchanged since long-lived caching of versioned assets is fully supported and safe given Cloud's deployment-triggered CDN purge (#182)