Skip to content

Commit 03d62b7

Browse files
committed
chore(symfony): graphql as suggest
1 parent e09e73e commit 03d62b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"require": {
2222
"php": ">=8.1",
2323
"api-platform/documentation": "^3.4 || ^4.0",
24-
"api-platform/graphql": "^3.4 || ^4.0",
2524
"api-platform/http-cache": "^3.4 || ^4.0",
2625
"api-platform/json-schema": "^3.4 || ^4.0",
2726
"api-platform/jsonld": "^3.4 || ^4.0",
@@ -38,6 +37,7 @@
3837
},
3938
"require-dev": {
4039
"phpspec/prophecy-phpunit": "^2.0",
40+
"api-platform/graphql": "^3.4 || ^4.0",
4141
"symfony/phpunit-bridge": "^6.4 || ^7.0",
4242
"symfony/routing": "^6.4 || ^7.0",
4343
"symfony/validator": "^6.4 || ^7.0",
@@ -55,6 +55,7 @@
5555
"api-platform/doctrine-orm": "To support Doctrine ORM.",
5656
"api-platform/doctrine-odm": "To support MongoDB. Only versions 4.0 and later are supported.",
5757
"api-platform/elasticsearch": "To support Elasticsearch.",
58+
"api-platform/graphql": "To support GraphQL.",
5859
"ocramius/package-versions": "To display the API Platform's version in the debug bar.",
5960
"phpstan/phpdoc-parser": "To support extracting metadata from PHPDoc.",
6061
"psr/cache-implementation": "To use metadata caching.",
@@ -68,8 +69,7 @@
6869
"symfony/uid": "To support Symfony UUID/ULID identifiers.",
6970
"symfony/messenger": "To support messenger integration and asynchronous Mercure updates.",
7071
"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."
7373
},
7474
"autoload": {
7575
"psr-4": {

0 commit comments

Comments
 (0)