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
OrbitDirectionEnum - now a backed enum with POSIGRADE and RETROGRADE cases
SatelliteClassificationEnum - now a backed enum with UNCLASSIFIED, CLASSIFIED, and SECRET cases
Added
Sun-Synchronous Orbit Specification - New SunSynchronousOrbitTleSpecification class to identify satellites in sun-synchronous orbits based on nodal precession rate (~0.9856°/day)
Configurable tolerance parameter for sun-synchronous orbit detection
Changed
Updated PHPUnit from 9.x to 11.x
Modernized PHPUnit configuration (phpunit.xml) for PHPUnit 11 compatibility
Updated Guzzle HTTP client to ^7.10
Improved test scripts in composer.json:
composer test - runs tests without coverage
composer test:coverage - runs tests with code coverage (requires Xdebug)