|
9 | 9 | "terms" |
10 | 10 | ], |
11 | 11 | "require": { |
12 | | - "php": ">=7.4 || ^8.0", |
| 12 | + "php": ">=7.4", |
13 | 13 | "behat/transliterator": "^1.3", |
14 | 14 | "doctrine/collections": "^1.6", |
15 | 15 | "doctrine/orm": "^2.7", |
16 | 16 | "knplabs/knp-menu": "^3.1", |
17 | 17 | "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", |
25 | 25 | "symfony/translation-contracts": "^1.1 || ^2.4", |
26 | 26 | "thecodingmachine/safe": "^1.1", |
27 | 27 | "twig/twig": "^2.14 || ^3.3", |
|
35 | 35 | "psalm/plugin-symfony": "^2.4", |
36 | 36 | "roave/security-advisories": "dev-latest", |
37 | 37 | "setono/code-quality-pack": "^2.1.1", |
38 | | - "sylius/sylius": "^1.9", |
| 38 | + "sylius/sylius": "~1.9.0", |
39 | 39 | "symfony/debug-bundle": "^5.1", |
40 | 40 | "symfony/dotenv": "^5.1", |
41 | 41 | "symfony/intl": "^4.4 || ^5.0", |
|
59 | 59 | "config": { |
60 | 60 | "allow-plugins": { |
61 | 61 | "symfony/thanks": false, |
62 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
| 62 | + "dealerdirect/phpcodesniffer-composer-installer": false, |
63 | 63 | "ergebnis/composer-normalize": true |
64 | 64 | }, |
65 | 65 | "sort-packages": true |
|
0 commit comments