Skip to content

Commit

Permalink
Merge pull request #381 from loic425/fix/remove-symfony-5.3-support
Browse files Browse the repository at this point in the history
Remove Symfony 5.3 support
  • Loading branch information
loic425 committed Jan 4, 2022
2 parents b3f88fe + c1a07a0 commit 1aaef08
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.0"]
symfony: ["5.3.*", "5.4.*"]
symfony: ["5.4.*"]
node: ["14.x"]
mysql: ["5.7"]

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.0"]
symfony: ["5.3.*", "5.4.*"]
symfony: ["5.4.*"]
node: ["14.x"]
mysql: ["5.7"]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0]
symfony: [5.3.*, 5.4.*]
php: ["8.0"]
symfony: ["5.4.*"]
package: "${{ fromJson(needs.list.outputs.packages) }}"

steps:
Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,22 @@
"sylius/grid-bundle": "dev-master",
"sylius/mailer-bundle": "^1.6",
"sylius/resource-bundle": "^1.8",
"symfony/asset": "^5.3",
"symfony/dotenv": "^5.3",
"symfony/expression-language": "5.3.*",
"symfony/asset": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/expression-language": "5.4.*",
"symfony/flex": "^2.0",
"symfony/framework-bundle": "^5.3",
"symfony/messenger": "^5.3",
"symfony/framework-bundle": "5.4.*",
"symfony/messenger": "5.4.*",
"symfony/monolog-bundle": "^3.3",
"symfony/polyfill-php80": "^1.15",
"symfony/property-access": "^5.3",
"symfony/property-info": "^5.3",
"symfony/proxy-manager-bridge": "^5.3",
"symfony/security-bundle": "^5.3",
"symfony/serializer": "^5.3",
"symfony/property-access": "5.4.*",
"symfony/property-info": "5.4.*",
"symfony/proxy-manager-bridge": "5.4.*",
"symfony/security-bundle": "5.4.*",
"symfony/serializer": "5.4.*",
"symfony/swiftmailer-bundle": "^3.0",
"symfony/twig-bundle": "^5.3",
"symfony/validator": "^5.3",
"symfony/twig-bundle": "5.4.*",
"symfony/validator": "5.4.*",
"symfony/webpack-encore-bundle": "^1.6",
"twig/extensions": "^1.5",
"twig/twig": "^2.7",
Expand Down Expand Up @@ -130,9 +130,9 @@
"psr/event-dispatcher": "^1.0",
"rector/rector": "^0.11",
"se/selenium-server-standalone": "^3.141",
"symfony/debug-bundle": "^5.3",
"symfony/debug-bundle": "5.4.*",
"symfony/maker-bundle": "^1.36",
"symfony/web-profiler-bundle": "^5.3",
"symfony/web-profiler-bundle": "5.4.*",
"symplify/easy-coding-standard": "^9.0",
"symplify/monorepo-builder": "^8.0",
"vimeo/psalm": "^4.3"
Expand Down
4 changes: 2 additions & 2 deletions src/Monofony/Bridge/Behat/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"friends-of-behat/symfony-extension": "^2.0",
"monofony/core": "^0.8",
"monofony/user": "^1.10",
"symfony/finder": "^5.3",
"symfony/routing": "^5.3",
"symfony/finder": "5.4.*",
"symfony/routing": "5.4.*",
"symfony/swiftmailer-bundle": "^3.0",
"webmozart/assert": "^1.9"
},
Expand Down
8 changes: 4 additions & 4 deletions src/Monofony/Bundle/CoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "MIT",
"require": {
"php": "^8.0",
"symfony/config": "^5.3",
"symfony/dependency-injection": "^5.3",
"symfony/http-foundation": "^5.3",
"symfony/http-kernel": "^5.3"
"symfony/config": "5.4.*",
"symfony/dependency-injection": "5.4.*",
"symfony/http-foundation": "5.4.*",
"symfony/http-kernel": "5.4.*"
},
"require-dev": {
"phpstan/phpstan": "^0.12"
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Component/Admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"knplabs/knp-menu": "^3.1",
"monofony/admin-contracts": "^0.8",
"monofony/core": "^0.8",
"symfony/routing": "^5.3"
"symfony/routing": "5.4.*"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Contracts/Api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"symfony/serializer": "^5.3"
"symfony/serializer": "5.4.*"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/Monofony/Pack/AdminPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"phpstan/phpstan": "^0.12",
"sonata-project/block-bundle": "^4.2",
"sylius/grid-bundle": "dev-master",
"symfony/asset": "^5.3",
"symfony/routing": "^5.3",
"symfony/templating": "^5.3",
"symfony/asset": "5.4.*",
"symfony/routing": "5.4.*",
"symfony/templating": "5.4.*",
"twig/twig": "^2.7",
"webmozart/assert": "^1.9",
"zenstruck/foundry": "^1.14"
Expand Down
2 changes: 1 addition & 1 deletion src/Monofony/Pack/ApiPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"phpstan/phpstan": "^0.12",
"psr/event-dispatcher": "^1.0",
"sylius/resource": "^1.8",
"symfony/messenger": "^5.3"
"symfony/messenger": "5.4.*"
},
"require-dev": {
"lchrusciel/api-test-case": "^5.1",
Expand Down
10 changes: 5 additions & 5 deletions src/Monofony/Pack/CorePack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"sylius/mailer": "^1.5",
"sylius/resource": "^1.8",
"sylius/resource-bundle": "^1.8",
"symfony/config": "^5.3",
"symfony/process": "^5.3",
"symfony/serializer": "^5.3",
"symfony/translation": "^5.3",
"symfony/validator": "^5.3",
"symfony/config": "5.4.*",
"symfony/process": "5.4.*",
"symfony/serializer": "5.4.*",
"symfony/translation": "5.4.*",
"symfony/validator": "5.4.*",
"vich/uploader-bundle": "^1.8",
"zenstruck/foundry": "^1.14"
},
Expand Down
6 changes: 3 additions & 3 deletions src/Monofony/Pack/FrontPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"monofony/core-contracts": "^0.8",
"monofony/ui-bundle": "^1.10",
"phpstan/phpstan": "^0.12",
"symfony/asset": "^5.3",
"symfony/routing": "^5.3",
"symfony/templating": "^5.3",
"symfony/asset": "5.4.*",
"symfony/routing": "5.4.*",
"symfony/templating": "5.4.*",
"twig/twig": "^2.7",
"zenstruck/foundry": "^1.14"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Monofony/Pack/TestPack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"phpstan/phpstan-webmozart-assert": "^0.12",
"psr/event-dispatcher": "^1.0",
"se/selenium-server-standalone": "^3.141",
"symfony/debug-bundle": "^5.3",
"symfony/web-profiler-bundle": "^5.3",
"symfony/debug-bundle": "5.4.*",
"symfony/web-profiler-bundle": "5.4.*",
"vimeo/psalm": "^4.3"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 1aaef08

Please sign in to comment.