Skip to content

Commit d539d03

Browse files
authored
refactor #124 Drop Symfony 4.4 (Zales0123)
This PR was merged into the 1.8-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | | License | MIT It is high time 🚀 Next step: support for Symfony 6 🎉 Commits ------- 32bacf1 Drop Symfony 4.4
2 parents 1917633 + 32bacf1 commit d539d03

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
php: ["8.0"]
20-
symfony: ["4.4.*", "5.4.*"]
20+
symfony: ["5.4.*"]
2121
twig: ["^2.12", "^3.3"]
2222

2323
steps:

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"require": {
2727
"php": "^8.0",
2828
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0",
29-
"symfony/config": "^4.4 || ^5.4",
30-
"symfony/dependency-injection": "^4.4 || ^5.4",
31-
"symfony/framework-bundle": "^4.4 || ^5.4",
32-
"symfony/http-kernel": "^4.4 || ^5.4",
29+
"symfony/config": "^5.4",
30+
"symfony/dependency-injection": "^5.4",
31+
"symfony/framework-bundle": "^5.4",
32+
"symfony/http-kernel": "^5.4",
3333
"twig/twig": "^2.12 || ^3.3",
3434
"webmozart/assert": "^1.9"
3535
},
@@ -44,9 +44,9 @@
4444
"phpstan/phpstan-webmozart-assert": "1.1.2",
4545
"phpunit/phpunit": "^9.4",
4646
"sylius-labs/coding-standard": "^4.0",
47-
"symfony/console": "^4.4 || ^5.4",
47+
"symfony/console": "^5.4",
4848
"symfony/swiftmailer-bundle": "^3.1",
49-
"symfony/twig-bundle": "^4.4 || ^5.4",
49+
"symfony/twig-bundle": "^5.4",
5050
"vimeo/psalm": "^4.22",
5151
"rector/rector": "^0.12.19"
5252
},

0 commit comments

Comments
 (0)