Skip to content

Commit 5c02786

Browse files
committed
Merge branch '1.12' into 1.13
* 1.12: Bump up symfony/flex version
2 parents 7735d06 + 4350597 commit 5c02786

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci_packages-unstable.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Restrict Symfony version
6161
run: |
6262
composer global config --no-plugins allow-plugins.symfony/flex true
63-
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
63+
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
6464
composer config extra.symfony.require "${{ matrix.symfony }}"
6565
6666
- name: Get Composer cache directory

.github/workflows/ci_packages.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: matrix.symfony != ''
101101
run: |
102102
composer global config --no-plugins allow-plugins.symfony/flex true
103-
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
103+
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
104104
composer config extra.symfony.require "${{ matrix.symfony }}"
105105
106106
- name: Get Composer cache directory
@@ -160,7 +160,7 @@ jobs:
160160
if: matrix.symfony != ''
161161
run: |
162162
composer global config --no-plugins allow-plugins.symfony/flex true
163-
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
163+
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
164164
composer config extra.symfony.require "${{ matrix.symfony }}"
165165
166166
- name: Get Composer cache directory

.github/workflows/ci_static-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: "Restrict packages' versions"
7676
run: |
7777
composer global config --no-plugins allow-plugins.symfony/flex true
78-
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
78+
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
7979
composer config extra.symfony.require "${{ matrix.symfony }}"
8080
composer require "api-platform/core:${{ matrix.api-platform }}" --no-update --no-scripts --no-interaction
8181

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"symfony/browser-kit": "^5.4.21 || ^6.0",
235235
"symfony/debug-bundle": "^5.4.21 || ^6.0",
236236
"symfony/dotenv": "^5.4.21 || ^6.0",
237-
"symfony/flex": "^1.7",
237+
"symfony/flex": "^2.4",
238238
"symfony/runtime": "^5.4.21 || ^6.0",
239239
"symfony/web-profiler-bundle": "^5.4.21 || ^6.0",
240240
"symplify/monorepo-builder": "^11.0"

0 commit comments

Comments
 (0)