Skip to content

Commit

Permalink
Change SF deps to ^5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Feb 13, 2024
1 parent 9f04785 commit 8cc1e9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
Expand Down Expand Up @@ -133,10 +129,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
Expand Down Expand Up @@ -181,10 +173,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
Expand Down Expand Up @@ -226,10 +214,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"require": {
"php": ">=8.1",
"sylius/core-bundle": "^1.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0"
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"api-platform/core": "^2.7.16",
Expand All @@ -28,12 +28,12 @@
"psalm/plugin-phpunit": "^0.18",
"setono/code-quality-pack": "^2.6",
"sylius/sylius": "~1.12.13",
"symfony/debug-bundle": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/intl": "^5.4 || ^6.0",
"symfony/property-info": "^5.4 || ^6.0",
"symfony/debug-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
"symfony/intl": "^5.4 || ^6.4 || ^7.0",
"symfony/property-info": "^5.4 || ^6.4 || ^7.0",
"symfony/serializer": "^5.4 || ^6.0.1",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/webpack-encore-bundle": "^1.17",
"willdurand/negotiation": "^3.1"
},
Expand Down

0 comments on commit 8cc1e9c

Please sign in to comment.