We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7826d02 commit b8fc1d2Copy full SHA for b8fc1d2
.github/workflows/reusable-CI-workflow.yml
@@ -209,7 +209,7 @@ jobs:
209
# ("composer require" would override those constraints, which may not produce something actually installable by end-user)
210
SF_CONSTRAINT="~${{ env.SYMFONY_VERSION }}.0"
211
composer update --no-install --with-all-dependencies --minimal-changes \
212
- --with "symfony/validator:${SF_CONSTRAINT}" \
+ --with "symfony/validator:${SF_CONSTRAINT}" \
213
&& make build
214
215
- name: ComposerRequireChecker
0 commit comments