Skip to content

v1.4.1

Choose a tag to compare

@dgtlss dgtlss released this 24 Dec 10:46
· 44 commits to main since this release

Improvements

  • Debug Mode Audit Enhancement: Updated DebugModeAuditService to check actual installed packages from vendor/composer/installed.json instead of relying on composer.json declarations. This provides more accurate detection of development packages in production environments by verifying what's truly installed rather than just what's declared.

Maintenance

  • IDE Support: Added .idea directory to .gitignore for better support with IntelliJ IDEA and other JetBrains IDEs.
  • Code Cleanup: Removed unused getComposerJson() method and associated conditional checks from DebugModeAuditService to streamline the codebase.

Thankyou to @MarkLanser for this PR Updates to Debug Mode Audit