This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Remove invalid composer.lock as it makes CI/CD fail with composer 2.5.x #6
Closed
evs-xsarus
wants to merge
43
commits into
shopwareArchive:trunk
from
evs-xsarus:hotfix/no-composer-lock
Closed
Remove invalid composer.lock as it makes CI/CD fail with composer 2.5.x #6
evs-xsarus
wants to merge
43
commits into
shopwareArchive:trunk
from
evs-xsarus:hotfix/no-composer-lock
Conversation
This file contains 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
…spaces and dal classes
NEXT-23245 - Fix MailerTransportFactory extends @Final Symfony\Component\Mailer\Transport See merge request shopware/6/product/platform!9000
NEXT-23374 - Merge back 6.4.16.0 See merge request shopware/6/product/platform!9028
…depending-on-country' into 'trunk' NEXT-17560 - Configurable validation for address depending on country See merge request shopware/6/product/platform!7943
…ith composer 2.5.x
Was running into this same issue, after upgrading composer from 2.4.4 to 2.5.1. |
See shopware/production#168 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
By removing both compose.lock files in this repo, a composer install with composer v2.5.x won't fail anymore.