Skip to content

Commit fe81535

Browse files
committed
Graphql 14
1 parent c83d2f7 commit fe81535

File tree

6 files changed

+147
-259
lines changed

6 files changed

+147
-259
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "ecodev/graphql-doctrine",
33
"description": "Declare GraphQL types from Doctrine entities and annotations",
44
"type": "library",
5-
"keywords": ["api", "graphql", "doctrine", "doctrine-orm"],
5+
"keywords": [
6+
"api",
7+
"graphql",
8+
"doctrine",
9+
"doctrine-orm"
10+
],
611
"scripts": {
712
"check": [
813
"php-cs-fixer fix --ansi --dry-run --diff",
@@ -25,10 +30,10 @@
2530
},
2631
"require": {
2732
"php": "^7.2",
33+
"doctrine/persistence": "^1.3 || ^2.0",
2834
"doctrine/orm": "^2.7",
2935
"psr/container": "^1.0",
30-
"webonyx/graphql-php": "^0.13.8",
31-
"doctrine/persistence": "^2.0"
36+
"webonyx/graphql-php": "^14.3"
3237
},
3338
"require-dev": {
3439
"friendsofphp/php-cs-fixer": "@stable",

0 commit comments

Comments
 (0)