Skip to content

Commit

Permalink
refactor #738 Drop Symfony 5.2 and 5.3 and add support for Symfony 5.…
Browse files Browse the repository at this point in the history
…4 (TheMilek)

This PR was merged into the 1.6 branch.

Discussion
----------

We will no longer support Symfony 5.2 and 5.3

Commits
-------

ffb1ce7 Drop SF 5.2 and 5.3 support and add support to SF 5.4
  • Loading branch information
GSadee authored Jan 5, 2023
2 parents 4aee26d + ffb1ce7 commit b1908ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php: [8.0, 8.1]
node: [16.x]
mysql: [5.7, 8.0]
symfony: [^5.2]
symfony: [^5.4]
sylius: [~1.11.0]

env:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^8.0",
"sylius/sylius": "~1.11.0",
"lexik/jwt-authentication-bundle": "^2.5",
"symfony/messenger": "^5.2",
"symfony/messenger": "^5.4",
"doctrine/doctrine-bundle": "^2.0"
},
"require-dev": {
Expand All @@ -19,9 +19,9 @@
"phpstan/phpstan-webmozart-assert": "0.12.12",
"phpunit/phpunit": "^9.0",
"sylius-labs/coding-standard": "^4.0",
"symfony/debug-bundle": "^5.2",
"symfony/dotenv": "^5.2",
"symfony/web-profiler-bundle": "^5.2"
"symfony/debug-bundle": "^5.4",
"symfony/dotenv": "^5.4",
"symfony/web-profiler-bundle": "^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b1908ae

Please sign in to comment.