File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ jobs:
272
272
php -v
273
273
composer create-project --ansi "${{ inputs.skeleton_74 }}:${{ inputs.skeleton_74_version }}" skeleton_74
274
274
cd skeleton_74
275
- if [[ "$PACKAGES" == *"ux-"* ]]; then
275
+ if [[ "$PACKAGES" == *"symfony/ ux-"* ]]; then
276
276
composer require twig/twig-bundle:"^5.4 || ^6.0"
277
277
fi
278
278
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
@@ -303,7 +303,7 @@ jobs:
303
303
php -v
304
304
composer create-project --ansi "${{ inputs.skeleton_81 }}:${{ inputs.skeleton_81_version }}" skeleton_81
305
305
cd skeleton_81
306
- if [[ "$PACKAGES" == *"ux-"* ]]; then
306
+ if [[ "$PACKAGES" == *"symfony/ ux-"* ]]; then
307
307
composer require twig/twig-bundle:"^5.4 || ^6.0"
308
308
fi
309
309
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
You can’t perform that action at this time.
0 commit comments