File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,9 @@ 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" == *"symfony/ux"* ]]; then
276
+ composer require twig/twig-bundle:"^5.4 || ^6.0"
277
+ fi
275
278
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
276
279
composer config minimum-stability dev
277
280
export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/${{ github.repository }}/flex/pull-${{ github.event.number }}/index.json
@@ -300,6 +303,9 @@ jobs:
300
303
php -v
301
304
composer create-project --ansi "${{ inputs.skeleton_81 }}:${{ inputs.skeleton_81_version }}" skeleton_81
302
305
cd skeleton_81
306
+ if [[ "$PACKAGES" == *"symfony/ux"* ]]; then
307
+ composer require twig/twig-bundle:"^5.4 || ^6.0"
308
+ fi
303
309
composer config extra.symfony.allow-contrib ${{ inputs.contrib && 'true' || 'false' }}
304
310
composer config minimum-stability dev
305
311
export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/${{ github.repository }}/flex/pull-${{ github.event.number }}/index.json
You can’t perform that action at this time.
0 commit comments