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
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.