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 363d265 commit 3100424Copy full SHA for 3100424
.github/workflows/reusable-CI-workflow.yml
@@ -291,7 +291,7 @@ jobs:
291
SF_CONSTRAINT="~${{ matrix.symfony-version }}.0@dev"
292
composer config minimum-stability dev \
293
&& composer require --no-install --with-all-dependencies --minimal-changes \
294
- --with "symfony/validator:${SF_CONSTRAINT}" \
+ symfony/validator:${SF_CONSTRAINT} \
295
${{ matrix.pkg-extra-constraints }} \
296
&& make build
297
0 commit comments