|
33 | 33 | "doctrine/event-manager": "^1.1", |
34 | 34 | "doctrine/inflector": "^1.4 || ^2.0", |
35 | 35 | "doctrine/persistence": "^2.0 || ^3.0", |
36 | | - "friendsofsymfony/rest-bundle": "^3.0", |
37 | 36 | "gedmo/doctrine-extensions": "^2.4.12 || ^3.0", |
38 | | - "jms/serializer-bundle": "^3.5 || ^4.0 || ^5.0", |
39 | 37 | "sylius/registry": "^1.2", |
40 | 38 | "symfony/config": "^5.4 || ^6.4", |
41 | 39 | "symfony/deprecation-contracts": "^2.1 || ^3.0", |
|
52 | 50 | "symfony/validator": "^5.4 || ^6.4", |
53 | 51 | "symfony/yaml": "^5.4 || ^6.4", |
54 | 52 | "webmozart/assert": "^1.8", |
55 | | - "willdurand/hateoas-bundle": "^2.0", |
56 | 53 | "winzou/state-machine-bundle": "^0.6", |
57 | 54 | "willdurand/negotiation": "^3.1" |
58 | 55 | }, |
|
61 | 58 | }, |
62 | 59 | "require-dev": { |
63 | 60 | "doctrine/orm": "^2.5", |
| 61 | + "friendsofsymfony/rest-bundle": "^3.0", |
| 62 | + "jms/serializer-bundle": "^3.5 || ^4.0 || ^5.0", |
64 | 63 | "lchrusciel/api-test-case": "^5.0", |
65 | 64 | "matthiasnoback/symfony-dependency-injection-test": "^4.2.1", |
66 | 65 | "pagerfanta/pagerfanta": "^3.7 || ^4.0", |
|
84 | 83 | "rector/rector": "^0.18.2", |
85 | 84 | "symfony/messenger": "^5.4 || ^6.4", |
86 | 85 | "symfony/serializer": "^5.4 || ^6.4", |
87 | | - "symfony/security-bundle": "^5.4 || ^6.4" |
| 86 | + "symfony/security-bundle": "^5.4 || ^6.4", |
| 87 | + "willdurand/hateoas-bundle": "^2.0" |
| 88 | + }, |
| 89 | + "conflict": { |
| 90 | + "friendsofsymfony/rest-bundle": "<3.0", |
| 91 | + "jms/serializer-bundle": "<3.5", |
| 92 | + "willdurand/hateoas-bundle": "<2.0" |
88 | 93 | }, |
89 | 94 | "suggest": { |
90 | 95 | "doctrine/orm": "^2.5", |
|
0 commit comments