|
21 | 21 | "require": { |
22 | 22 | "php": ">=8.1", |
23 | 23 | "api-platform/documentation": "^3.4 || ^4.0", |
24 | | - "api-platform/graphql": "^3.4 || ^4.0", |
25 | 24 | "api-platform/http-cache": "^3.4 || ^4.0", |
26 | 25 | "api-platform/json-schema": "^3.4 || ^4.0", |
27 | 26 | "api-platform/jsonld": "^3.4 || ^4.0", |
|
38 | 37 | }, |
39 | 38 | "require-dev": { |
40 | 39 | "phpspec/prophecy-phpunit": "^2.0", |
| 40 | + "api-platform/graphql": "^3.4 || ^4.0", |
41 | 41 | "symfony/phpunit-bridge": "^6.4 || ^7.0", |
42 | 42 | "symfony/routing": "^6.4 || ^7.0", |
43 | 43 | "symfony/validator": "^6.4 || ^7.0", |
|
55 | 55 | "api-platform/doctrine-orm": "To support Doctrine ORM.", |
56 | 56 | "api-platform/doctrine-odm": "To support MongoDB. Only versions 4.0 and later are supported.", |
57 | 57 | "api-platform/elasticsearch": "To support Elasticsearch.", |
| 58 | + "api-platform/graphql": "To support GraphQL.", |
58 | 59 | "ocramius/package-versions": "To display the API Platform's version in the debug bar.", |
59 | 60 | "phpstan/phpdoc-parser": "To support extracting metadata from PHPDoc.", |
60 | 61 | "psr/cache-implementation": "To use metadata caching.", |
|
68 | 69 | "symfony/uid": "To support Symfony UUID/ULID identifiers.", |
69 | 70 | "symfony/messenger": "To support messenger integration and asynchronous Mercure updates.", |
70 | 71 | "symfony/mercure-bundle": "To support mercure integration.", |
71 | | - "symfony/web-profiler-bundle": "To use the data collector.", |
72 | | - "webonyx/graphql-php": "To support GraphQL." |
| 72 | + "symfony/web-profiler-bundle": "To use the data collector." |
73 | 73 | }, |
74 | 74 | "autoload": { |
75 | 75 | "psr-4": { |
|
0 commit comments