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
Fix PHP 5.6 compatibility and remove Selector dependency.
This adjusts the backport to work with the 4.x codebase:
- Convert all metrics commands to use CommandBase methods instead of the Selector class
- Remove constructor dependencies and use service locator pattern via getService()
- Use filterEnvsMaybeActive(), validateInput(), and getSelectedEnvironment() for environment selection
- Remove CurlCommand reference from Application.php (command was deleted in backport)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments