Skip to content

Commit

Permalink
[Maintenance] Drop support for Symfony 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coldic3 committed Oct 13, 2022
1 parent 265eefa commit 7af4259
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.0", "8.1"]
symfony: ["^4.4", "^5.4"]
symfony: ["^5.4"]
sylius: ["~1.11.0"]
node: ["14.x"]
mysql: ["5.7", "8.0"]
Expand Down
29 changes: 14 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"sylius/grid-bundle": "^1.7",
"sylius/resource-bundle": "^1.6",
"sylius/sylius": "^1.11",
"symfony/config": "^4.4 || ^5.4",
"symfony/dependency-injection": "^4.4 || ^5.4",
"symfony/form": "^4.4 || ^5.4",
"symfony/framework-bundle": "^4.4 || ^5.4",
"symfony/http-foundation": "^4.4 || ^5.4",
"symfony/http-kernel": "^4.4 || ^5.4",
"symfony/messenger": "^4.4 || ^5.4",
"symfony/options-resolver": "^4.4 || ^5.4",
"symfony/routing": "^4.4 || ^5.4"
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/form": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/messenger": "^5.4",
"symfony/options-resolver": "^5.4",
"symfony/routing": "^5.4"
},
"require-dev": {
"behat/behat": "^3.6.1",
Expand All @@ -45,12 +45,11 @@
"phpunit/phpunit": "^8.5",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"sylius-labs/coding-standard": "~4.0.0",
"symfony/browser-kit": "^4.4 || ^5.4",
"symfony/debug-bundle": "^4.4 || ^5.4",
"symfony/dotenv": "^4.4 || ^5.4",
"symfony/intl": "^4.4 || ^5.4",
"symfony/web-profiler-bundle": "^4.4 || ^5.4",
"symfony/web-server-bundle": "^4.4 || ^5.4"
"symfony/browser-kit": "^5.4",
"symfony/debug-bundle": "^5.4",
"symfony/dotenv": "^5.4",
"symfony/intl": "^5.4",
"symfony/web-profiler-bundle": "^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7af4259

Please sign in to comment.