Skip to content

Commit a220434

Browse files
author
Julien
committed
Allow older Sylius versions
1 parent d1106c5 commit a220434

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

composer.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
"name": "Quentin Gans",
88
"email": "[email protected]",
99
"homepage": "https://quentingans.fr"
10+
},
11+
{
12+
"name": "Julien Castera",
13+
"email": "[email protected]",
14+
"homepage": "https://juliencastera.fr"
15+
},
16+
{
17+
"name": "Clever Age",
18+
"homepage": "https://www.clever-age.com"
1019
}
1120
],
1221
"keywords": [
@@ -22,7 +31,7 @@
2231
"require": {
2332
"php": "^7.4 || ^8.0",
2433
"ext-json": "*",
25-
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0"
34+
"sylius/sylius": "~1.8.0 || ~1.9.0 || ~1.10.0 || ~1.11.0 || ~1.12.0 || ~1.13.0 || ~1.14.0"
2635
},
2736
"require-dev": {
2837
"behat/behat": "^3.6.1",
@@ -47,11 +56,11 @@
4756
"phpunit/phpunit": "^9.5",
4857
"sensiolabs/security-checker": "^6.0",
4958
"sylius-labs/coding-standard": "^3.1",
50-
"symfony/browser-kit": "^4.4 || ^5.2 || ^5.4",
51-
"symfony/debug-bundle": "^4.4 || ^5.2 || ^5.4",
52-
"symfony/dotenv": "^4.4 || ^5.2 || ^5.4",
53-
"symfony/intl": "^4.4 || ^5.2 || ^5.4",
54-
"symfony/web-profiler-bundle": "^4.4 || ^5.2 || ^5.4",
59+
"symfony/browser-kit": "^4.4 || ^5.2 || ^5.4 || ^6.0",
60+
"symfony/debug-bundle": "^4.4 || ^5.2 || ^5.4 || ^6.0",
61+
"symfony/dotenv": "^4.4 || ^5.2 || ^5.4 || ^6.0",
62+
"symfony/intl": "^4.4 || ^5.2 || ^5.4 || ^6.0",
63+
"symfony/web-profiler-bundle": "^4.4 || ^5.2 || ^5.4 || ^6.0",
5564
"vimeo/psalm": "4.4.1"
5665
},
5766
"config": {

0 commit comments

Comments
 (0)