Merged
Conversation
Update composer dependency constraint to include version 6.x while maintaining backward compatibility with versions 4.x and 5.x. Version 6.0.0 was released on 2025-02-10 and is compatible with PHP 7.1+, which exceeds the project requirements (PHP 8.2+). All 482 unit tests pass successfully with the new version. Fixes #236
Document the addition of darsyn/ip version 6.x support in the Unreleased section of the changelog. Related to #236
…1HZw Merge latest changes from dev branch including: - ApplicationSettings contracts (issue #310) - MCP server configuration (issue #126) - MOVED_TIME field fix (issue #126) - FlowItemResult type hints fix (issue #275) - VersionedScope class Resolved conflicts in CHANGELOG.md by integrating darsyn/ip v6.x support into the 1.9.0 release section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update composer dependency constraint to include version 6.x while maintaining backward compatibility with versions 4.x and 5.x.
Version 6.0.0 was released on 2025-02-10 and is compatible with PHP 7.1+, which exceeds the project requirements (PHP 8.2+).
All 482 unit tests pass successfully with the new version.
Fixes #236