Skip to content

Commit 3c05de8

Browse files
Allow older Sylius versions
1 parent 9e77f40 commit 3c05de8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"php": "^7.4 || ^8.0",
28-
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0",
28+
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0",
2929
"ext-simplexml": "*",
3030
"ext-json": "*"
3131
},
@@ -52,11 +52,11 @@
5252
"phpunit/phpunit": "^9.5",
5353
"sensiolabs/security-checker": "^6.0",
5454
"sylius-labs/coding-standard": "^4.0",
55-
"symfony/browser-kit": "^4.4 || ^5.2 || ^5.4",
56-
"symfony/debug-bundle": "^4.4 || ^5.2 || ^5.4",
57-
"symfony/dotenv": "^4.4 || ^5.2 || ^5.4",
58-
"symfony/intl": "^4.4 || ^5.2 || ^5.4",
59-
"symfony/web-profiler-bundle": "^4.4 || ^5.2 || ^5.4",
55+
"symfony/browser-kit": "^4.4 || ^5.2 || ^5.4 || ^6.0",
56+
"symfony/debug-bundle": "^4.4 || ^5.2 || ^5.4 || ^6.0",
57+
"symfony/dotenv": "^4.4 || ^5.2 || ^5.4 || ^6.0",
58+
"symfony/intl": "^4.4 || ^5.2 || ^5.4 || ^6.0",
59+
"symfony/web-profiler-bundle": "^4.4 || ^5.2 || ^5.4 || ^6.0",
6060
"vimeo/psalm": "4.7.1",
6161
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
6262
},

0 commit comments

Comments
 (0)