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 c25f961 commit e270b03Copy full SHA for e270b03
.github/workflows/ci.yml
@@ -670,7 +670,7 @@ jobs:
670
- name: Update project dependencies
671
run: composer update --no-interaction --no-progress --ansi
672
- name: Require Symfony Uid
673
- run: composer require symfony/uid --dev --no-interaction --no-progress --ansi
+ run: composer require symfony/uid symfony/intl --dev --no-interaction --no-progress --ansi
674
- name: Flag held back Symfony packages
675
env:
676
symfony_version: ${{ matrix.symfony }}
0 commit comments