Skip to content

Commit

Permalink
Merge pull request #378 from loic425/bump-flex-version
Browse files Browse the repository at this point in the history
Bump Symfony flex version from 1.17 to 2.0
  • Loading branch information
loic425 committed Jan 3, 2022
2 parents 07a8b0b + fb9685e commit a5e8b09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.13.4"
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.0"
composer config extra.symfony.require "${{ matrix.symfony }}"
-
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.13.4"
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.0"
composer config extra.symfony.require "${{ matrix.symfony }}"
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.0"
composer config extra.symfony.require "${{ matrix.symfony }}"
working-directory: "src/Monofony/${{ matrix.package }}"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"symfony/asset": "^5.3",
"symfony/dotenv": "^5.3",
"symfony/expression-language": "5.3.*",
"symfony/flex": "^1.13",
"symfony/flex": "^2.0",
"symfony/framework-bundle": "^5.3",
"symfony/messenger": "^5.3",
"symfony/monolog-bundle": "^3.3",
Expand Down Expand Up @@ -171,7 +171,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "5.3.*"
"require": "5.4.*"
}
}
}

0 comments on commit a5e8b09

Please sign in to comment.