Update composer.json #3
Open
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.
Summary
This pull request updates the
symfony/finderdependency to support versions^6.3.0and higher. This change resolves conflicts with other packages that require newer versions ofsymfony/finder.Changes
composer.jsonto allowsymfony/finderversions^6.3.0.Justification
Updating the
symfony/finderdependency is necessary to resolve conflicts with other widely-used packages such aspestphp/pest-plugin-driftandta-tikoma/phpunit-architecture-test. These packages requiresymfony/finderversions^6.3.0and higher, which currently conflict with the existing dependency requirements.Testing
symfony/finderversion6.4.Impact
This change should be backward compatible with projects using
symfony/finderversions^5.4as well, given the non-breaking nature of the updates insymfony/finder6.x.Please let me know if there are any concerns or if further changes are required. Thank you for considering this update.