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
Refactor constructors and update dependencies. (#617)
* Refactor constructors and update dependencies.
Simplified constructors by removing unnecessary line breaks. Updated `composer.json` dependencies to newer versions, ensuring compatibility and alignment with modern standards. Adjusted test data to a cleaner format, improving readability and maintainability.
* Update composer dependencies and simplify version constraints
Removed the unnecessary "ext-json" dependency in both files. Simplified the "brick/math" version constraint for clarity and consistency. No functional changes introduced.
* Update workflow to use 'ubuntu-latest' for integration jobs
Switched from 'ubuntu-20.04' to 'ubuntu-latest' in the GitHub Actions workflow. This ensures the use of the most up-to-date environment for integration testing, reducing potential compatibility issues.
* Update phpstan-baseline.neon to reflect updated method signatures
Adjusted error baseline messages to correspond with the renamed classes and methods in the dependency injection sources. This ensures the baseline reflects the current code structure and resolves outdated references.
0 commit comments