|
28 | 28 | "Tests/" |
29 | 29 | ] |
30 | 30 | }, |
| 31 | + "repositories": [ |
| 32 | + { |
| 33 | + "type": "vcs", |
| 34 | + "url": "[email protected]:mbabker/JMSSerializerBundle.git" |
| 35 | + } |
| 36 | + ], |
31 | 37 | "require": { |
32 | | - "php": "^7.2|^8.0", |
33 | | - "symfony/config": "^5.4|^6.0", |
34 | | - "symfony/dependency-injection": "^5.4|^6.0", |
35 | | - "symfony/event-dispatcher": "^5.4|^6.0", |
36 | | - "symfony/framework-bundle": "^4.4.1|^5.0|^6.0", |
37 | | - "symfony/http-foundation": "^5.4|^6.0", |
38 | | - "symfony/http-kernel": "^5.4|^6.0", |
39 | | - "symfony/routing": "^5.4|^6.0", |
40 | | - "symfony/security-core": "^5.4|^6.0", |
| 38 | + "php": "^7.4|^8.0", |
| 39 | + "symfony/config": "^5.4|^6.0|^7.0", |
| 40 | + "symfony/dependency-injection": "^5.4|^6.0|^7.0", |
| 41 | + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", |
| 42 | + "symfony/framework-bundle": "^4.4.1|^5.0|^6.0|^7.0", |
| 43 | + "symfony/http-foundation": "^5.4|^6.0|^7.0", |
| 44 | + "symfony/http-kernel": "^5.4|^6.0|^7.0", |
| 45 | + "symfony/routing": "^5.4|^6.0|^7.0", |
| 46 | + "symfony/security-core": "^5.4|^6.0|^7.0", |
41 | 47 | "willdurand/jsonp-callback-validator": "^1.0|^2.0", |
42 | 48 | "willdurand/negotiation": "^2.0|^3.0" |
43 | 49 | }, |
44 | 50 | "require-dev": { |
45 | 51 | "doctrine/annotations": "^1.13.2|^2.0 ", |
46 | | - "friendsofphp/php-cs-fixer": "^3.0", |
| 52 | + "php-cs-fixer/shim": "^3.0", |
| 53 | + "jms/serializer-bundle": "dev-symfony-7 as 5.99", |
47 | 54 | "jms/serializer": "^1.13|^2.0|^3.0", |
48 | | - "jms/serializer-bundle": "^2.4.3|^3.0.1|^4.0|^5.0", |
49 | 55 | "psr/http-message": "^1.0", |
50 | 56 | "psr/log": "^1.0|^2.0|^3.0", |
51 | | - "sensio/framework-extra-bundle": "^6.1", |
52 | | - "symfony/phpunit-bridge": "^5.4|^6.0", |
53 | | - "symfony/asset": "^5.4|^6.0", |
54 | | - "symfony/browser-kit": "^5.4|^6.0", |
55 | | - "symfony/css-selector": "^5.4|^6.0", |
56 | | - "symfony/expression-language": "^5.4|^6.0", |
57 | | - "symfony/form": "^5.4|^6.0", |
58 | | - "symfony/mime": "^5.4|^6.0", |
59 | | - "symfony/security-bundle": "^5.4|^6.0", |
60 | | - "symfony/serializer": "^5.4|^6.0", |
61 | | - "symfony/twig-bundle": "^5.4|^6.0", |
62 | | - "symfony/validator": "^5.4|^6.0", |
63 | | - "symfony/web-profiler-bundle": "^5.4|^6.0", |
64 | | - "symfony/yaml": "^5.4|^6.0" |
| 57 | + "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", |
| 58 | + "symfony/asset": "^5.4|^6.0|^7.0", |
| 59 | + "symfony/browser-kit": "^5.4|^6.0|^7.0", |
| 60 | + "symfony/css-selector": "^5.4|^6.0|^7.0", |
| 61 | + "symfony/expression-language": "^5.4|^6.0|^7.0", |
| 62 | + "symfony/form": "^5.4|^6.0|^7.0", |
| 63 | + "symfony/mime": "^5.4|^6.0|^7.0", |
| 64 | + "symfony/security-bundle": "^5.4|^6.0|^7.0", |
| 65 | + "symfony/serializer": "^5.4|^6.0|^7.0", |
| 66 | + "symfony/twig-bundle": "^5.4|^6.0|^7.0", |
| 67 | + "symfony/validator": "^5.4|^6.0|^7.0", |
| 68 | + "symfony/web-profiler-bundle": "^5.4|^6.0|^7.0", |
| 69 | + "symfony/yaml": "^5.4|^6.0|^7.0" |
65 | 70 | }, |
66 | 71 | "suggest": { |
67 | | - "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0", |
68 | 72 | "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0", |
69 | 73 | "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", |
70 | 74 | "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" |
|
0 commit comments