Skip to content

Commit

Permalink
bug #446 [Maintenance] Add flex support to global composer (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | Continuation of #460, replacement of #463
| License         | MIT

Commits
-------
ea983d4 [Maintenance] Add flex support to global composer
  • Loading branch information
Zales0123 authored Jul 8, 2022
2 parents cf70bc1 + ea983d4 commit bc31895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
composer config extra.symfony.require "${{ matrix.symfony }}"
(cd src/Component && composer config extra.symfony.require "${{ matrix.symfony }}")
Expand Down

0 comments on commit bc31895

Please sign in to comment.