Skip to content

Commit 5167815

Browse files
authored
minor #318 Bump to Sylius 1.11 (Zales0123)
This PR was merged into the 1.11 branch. Discussion ---------- Commits ------- f94ff82 Bump to Sylius 1.11
2 parents 4a5af78 + f94ff82 commit 5167815

File tree

26 files changed

+21
-409
lines changed

26 files changed

+21
-409
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: ["8.0", "7.4"]
25-
symfony: ["^4.4", "5.2.*", "5.3.*", "5.4.*"]
26-
sylius: ["^1.10"]
24+
php: ["8.0"]
25+
symfony: ["5.4.*"]
26+
sylius: ["^1.11"]
2727
node: ["10.x"]
2828
mysql: ["8.0"]
2929

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.4 || ^8.0",
12-
"sylius/sylius": "^1.10"
11+
"php": "^8.0",
12+
"sylius/sylius": "^1.11"
1313
},
1414
"require-dev": {
1515
"behat/behat": "^3.6.1",
@@ -34,11 +34,11 @@
3434
"phpunit/phpunit": "^9.5",
3535
"sensiolabs/security-checker": "^6.0",
3636
"sylius-labs/coding-standard": "^4.0",
37-
"symfony/browser-kit": "^4.4 || ^5.2",
38-
"symfony/debug-bundle": "^4.4 || ^5.2",
39-
"symfony/dotenv": "^4.4 || ^5.2",
40-
"symfony/intl": "^4.4 || ^5.2",
41-
"symfony/web-profiler-bundle": "^4.4 || ^5.2",
37+
"symfony/browser-kit": "^5.4",
38+
"symfony/debug-bundle": "^5.4",
39+
"symfony/dotenv": "^5.4",
40+
"symfony/intl": "^5.4",
41+
"symfony/web-profiler-bundle": "^5.4",
4242
"vimeo/psalm": "4.7.1",
4343
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
4444
},
@@ -47,7 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "1.10-dev"
50+
"dev-master": "1.11-dev"
5151
}
5252
},
5353
"autoload": {

tests/Application/.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ JWT_PASSPHRASE=acme_plugin_development
2727
# Delivery is disabled by default via "null://localhost"
2828
MAILER_URL=smtp://localhost
2929
###< symfony/swiftmailer-bundle ###
30+
31+
###> symfony/messenger ###
32+
# Choose one of the transports below
33+
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
34+
MESSENGER_TRANSPORT_DSN=doctrine://default
35+
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
36+
###< symfony/messenger ###

tests/Application/config/api_platform/.gitignore

Whitespace-only changes.

tests/Application/config/bundles.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@
5454
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
5555
Sylius\Bundle\ApiBundle\SyliusApiBundle::class => ['all' => true],
5656
SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true],
57+
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
58+
SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true],
59+
Sylius\Calendar\SyliusCalendarBundle::class => ['all' => true],
5760
];

tests/Application/config/sylius/1.10/packages/dev/jms_serializer.yaml renamed to tests/Application/config/packages/dev/jms_serializer.yaml

File renamed without changes.

tests/Application/config/sylius/1.10/packages/jms_serializer.yaml renamed to tests/Application/config/packages/jms_serializer.yaml

File renamed without changes.

tests/Application/config/sylius/1.10/packages/prod/jms_serializer.yaml renamed to tests/Application/config/packages/prod/jms_serializer.yaml

File renamed without changes.
File renamed without changes.

tests/Application/config/sylius/1.10/bundles.php

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)