|
35 | 35 | "doctrine/persistence": "^3.3", |
36 | 36 | "gedmo/doctrine-extensions": "^3.17.1", |
37 | 37 | "sylius/registry": "^1.2", |
38 | | - "symfony/config": "^6.4 || ^7.2", |
| 38 | + "symfony/config": "^6.4 || ^7.2 || ^8.0", |
39 | 39 | "symfony/deprecation-contracts": "^3.5", |
40 | | - "symfony/expression-language": "^6.4 || ^7.2", |
41 | | - "symfony/form": "^6.4 || ^7.2", |
42 | | - "symfony/framework-bundle": "^6.4 || ^7.2", |
43 | | - "symfony/http-foundation": "^6.4 || ^7.2", |
44 | | - "symfony/intl": "^6.4 || ^7.2", |
45 | | - "symfony/security-core": "^6.4 || ^7.2", |
46 | | - "symfony/security-csrf": "^6.4 || ^7.2", |
47 | | - "symfony/routing": "^6.4 || ^7.2", |
48 | | - "symfony/translation": "^6.4 || ^7.2", |
49 | | - "symfony/twig-bundle": "^6.4 || ^7.2", |
50 | | - "symfony/validator": "^6.4 || ^7.2", |
51 | | - "symfony/yaml": "^6.4 || ^7.2", |
| 40 | + "symfony/expression-language": "^6.4 || ^7.2 || ^8.0", |
| 41 | + "symfony/form": "^6.4 || ^7.2 || ^8.0", |
| 42 | + "symfony/framework-bundle": "^6.4 || ^7.2 || ^8.0", |
| 43 | + "symfony/http-foundation": "^6.4 || ^7.2 || ^8.0", |
| 44 | + "symfony/intl": "^6.4 || ^7.2 || ^8.0", |
| 45 | + "symfony/security-core": "^6.4 || ^7.2 || ^8.0", |
| 46 | + "symfony/security-csrf": "^6.4 || ^7.2 || ^8.0", |
| 47 | + "symfony/routing": "^6.4 || ^7.2 || ^8.0", |
| 48 | + "symfony/translation": "^6.4 || ^7.2 || ^8.0", |
| 49 | + "symfony/twig-bundle": "^6.4 || ^7.2 || ^8.0", |
| 50 | + "symfony/validator": "^6.4 || ^7.2 || ^8.0", |
| 51 | + "symfony/yaml": "^6.4 || ^7.2 || ^8.0", |
52 | 52 | "webmozart/assert": "^1.11", |
53 | 53 | "willdurand/negotiation": "^3.1" |
54 | 54 | }, |
|
63 | 63 | "lchrusciel/api-test-case": "^5.0", |
64 | 64 | "matthiasnoback/symfony-dependency-injection-test": "^6.1.0", |
65 | 65 | "pagerfanta/pagerfanta": "^4.4", |
66 | | - "pamil/phpspec-skip-example-extension": "^4.2", |
67 | | - "phpspec/phpspec": "^7.5", |
68 | 66 | "phpspec/prophecy-phpunit": "^2.2", |
69 | 67 | "phpstan/phpstan": "^1.12", |
70 | 68 | "phpstan/phpstan-phpunit": "^1.4", |
|
73 | 71 | "rector/rector": "^0.18.2", |
74 | 72 | "sylius-labs/coding-standard": "^4.4", |
75 | 73 | "sylius/grid-bundle": "^1.13", |
76 | | - "symfony/console": "^6.4 || ^7.2", |
77 | | - "symfony/css-selector": "^6.4 || ^7.2", |
78 | | - "symfony/dependency-injection": "^6.4 || ^7.2", |
79 | | - "symfony/dotenv": "^6.4 || ^7.2", |
80 | | - "symfony/http-kernel": "^6.4 || ^7.2", |
81 | | - "symfony/messenger": "^6.4 || ^7.2", |
82 | | - "symfony/security-bundle": "^6.4 || ^7.2", |
83 | | - "symfony/serializer": "^6.4 || ^7.2", |
84 | | - "symfony/stopwatch": "^6.4 || ^7.2", |
85 | | - "symfony/uid": "^6.4 || ^7.2", |
86 | | - "symfony/workflow": "^6.4 || ^7.2", |
| 74 | + "symfony/console": "^6.4 || ^7.2 || ^8.0", |
| 75 | + "symfony/css-selector": "^6.4 || ^7.2 || ^8.0", |
| 76 | + "symfony/dependency-injection": "^6.4 || ^7.2 || ^8.0", |
| 77 | + "symfony/dotenv": "^6.4 || ^7.2 || ^8.0", |
| 78 | + "symfony/http-kernel": "^6.4 || ^7.2 || ^8.0", |
| 79 | + "symfony/messenger": "^6.4 || ^7.2 || ^8.0", |
| 80 | + "symfony/security-bundle": "^6.4 || ^7.2 || ^8.0", |
| 81 | + "symfony/serializer": "^6.4 || ^7.2 || ^8.0", |
| 82 | + "symfony/stopwatch": "^6.4 || ^7.2 || ^8.0", |
| 83 | + "symfony/uid": "^6.4 || ^7.2 || ^8.0", |
| 84 | + "symfony/workflow": "^6.4 || ^7.2 || ^8.0", |
87 | 85 | "twig/twig": "^3.14", |
88 | 86 | "willdurand/hateoas-bundle": "^2.5", |
89 | 87 | "winzou/state-machine-bundle": "^0.6.2", |
|
143 | 141 | "vendor/bin/ecs check --fix" |
144 | 142 | ], |
145 | 143 | "test": [ |
146 | | - "vendor/bin/phpspec run --ansi --no-interaction", |
147 | 144 | "vendor/bin/phpunit --colors=always" |
148 | 145 | ] |
149 | 146 | } |
|
0 commit comments