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
This PR bumps the utopia-php/validators dependency from ^0.1.0 to ^0.2.0 and regenerates the lock file. The production code in Command.php uses Utopia\Validator\Text and the Validator interface, which should be unaffected assuming no breaking API changes in 0.2.0.
Confidence Score: 5/5
Safe to merge; only concern is a dev-only PHP version mismatch that does not affect production.
All findings are P2. The doctrine/instantiator PHP 8.4 requirement only impacts dev/CI environments, not production consumers of the library. No production code changes were made.
composer.lock — transitive dev dependency doctrine/instantiator 2.2.x-dev now requires PHP ^8.4.
Important Files Changed
Filename
Overview
composer.json
Bumps utopia-php/validators constraint from ^0.1.0 to ^0.2.0; no other changes.
composer.lock
Lock file regenerated for the validators bump; transitive dev dependency doctrine/instantiator moved to 2.2.x-dev which requires PHP ^8.4, conflicting with the project's stated >=8.0 support.
doctrine/instantiator was bumped from 2.0.x-dev (php: "^8.1") to 2.2.x-dev (php: "^8.4") as a transitive dev dependency. This project's composer.json declares php: ">=8.0", so any developer or CI pipeline running composer install on PHP 8.0–8.3 will fail to resolve dev dependencies. The production install (--no-dev) is unaffected, but it's worth aligning the minimum supported PHP version in composer.json or pinning doctrine/instantiator to a compatible release.
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
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.
No description provided.