Skip to content

Commit 2b3df0d

Browse files
committed
symfony 6 support (composer)
1 parent f095cd9 commit 2b3df0d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"terms"
1010
],
1111
"require": {
12-
"php": ">=7.4 || ^8.0",
12+
"php": ">=7.4",
1313
"behat/transliterator": "^1.3",
1414
"doctrine/collections": "^1.6",
1515
"doctrine/orm": "^2.7",
1616
"knplabs/knp-menu": "^3.1",
1717
"sylius/resource-bundle": "^1.6",
18-
"symfony/config": "^4.4 || ^5.0 || ^6.0",
19-
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
20-
"symfony/form": "^4.4 || ^5.0 || ^6.0",
21-
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
22-
"symfony/http-kernel": "^4.4 || ^5.1.5 || ^6.0",
23-
"symfony/options-resolver": "^4.4 || ^5.0 || ^6.0",
24-
"symfony/routing": "^4.4 || ^5.0 || ^6.0",
18+
"symfony/config": "^4.4 || ^5.4 || ^6.0",
19+
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
20+
"symfony/form": "^4.4 || ^5.4 || ^6.0",
21+
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.0",
22+
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
23+
"symfony/options-resolver": "^4.4 || ^5.4 || ^6.0",
24+
"symfony/routing": "^4.4 || ^5.4 || ^6.0",
2525
"symfony/translation-contracts": "^1.1 || ^2.4",
2626
"thecodingmachine/safe": "^1.1",
2727
"twig/twig": "^2.14 || ^3.3",
@@ -35,7 +35,7 @@
3535
"psalm/plugin-symfony": "^2.4",
3636
"roave/security-advisories": "dev-latest",
3737
"setono/code-quality-pack": "^2.1.1",
38-
"sylius/sylius": "^1.9",
38+
"sylius/sylius": "~1.9.0",
3939
"symfony/debug-bundle": "^5.1",
4040
"symfony/dotenv": "^5.1",
4141
"symfony/intl": "^4.4 || ^5.0",
@@ -59,7 +59,7 @@
5959
"config": {
6060
"allow-plugins": {
6161
"symfony/thanks": false,
62-
"dealerdirect/phpcodesniffer-composer-installer": true,
62+
"dealerdirect/phpcodesniffer-composer-installer": false,
6363
"ergebnis/composer-normalize": true
6464
},
6565
"sort-packages": true

0 commit comments

Comments
 (0)