mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.13' into 2.0
* 1.13: Bump up symfony/flex version
This commit is contained in:
commit
a9f88ff77b
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ci_packages-unstable.yaml
vendored
2
.github/workflows/ci_packages-unstable.yaml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
- name: Restrict Symfony version
|
||||
run: |
|
||||
composer global config --no-plugins allow-plugins.symfony/flex true
|
||||
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
|
||||
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
|
||||
composer config extra.symfony.require "${{ matrix.symfony }}"
|
||||
|
||||
- name: Get Composer cache directory
|
||||
|
|
|
|||
2
.github/workflows/ci_packages.yaml
vendored
2
.github/workflows/ci_packages.yaml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
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.18.5"
|
||||
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
|
||||
composer config extra.symfony.require "${{ matrix.symfony }}"
|
||||
|
||||
- name: Get Composer cache directory
|
||||
|
|
|
|||
2
.github/workflows/ci_static-checks.yaml
vendored
2
.github/workflows/ci_static-checks.yaml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
- name: "Restrict packages' versions"
|
||||
run: |
|
||||
composer global config --no-plugins allow-plugins.symfony/flex true
|
||||
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:1.18.5"
|
||||
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
|
||||
composer config extra.symfony.require "${{ matrix.symfony }}"
|
||||
composer require "api-platform/core:${{ matrix.api-platform }}" --no-update --no-scripts --no-interaction
|
||||
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@
|
|||
"symfony/browser-kit": "^6.4.0",
|
||||
"symfony/debug-bundle": "^6.4.0",
|
||||
"symfony/dotenv": "^6.4.0",
|
||||
"symfony/flex": "^2.2",
|
||||
"symfony/flex": "^2.4",
|
||||
"symfony/runtime": "^6.3",
|
||||
"symfony/web-profiler-bundle": "^6.3",
|
||||
"symplify/monorepo-builder": "^11.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue