Skip to content

Commit f3fca81

Browse files
authored
Merge pull request #67 from mcg-web/promise
Initial implementation of promises (starting addressing N+1 problem)
2 parents 4945317 + 76c31df commit f3fca81

11 files changed

+1649
-145
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"ext-mbstring": "*"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^4.8"
16+
"phpunit/phpunit": "^4.8",
17+
"react/promise": "^2.4"
1718
},
1819
"config": {
1920
"bin-dir": "bin"
@@ -30,5 +31,8 @@
3031
"GraphQL\\Benchmarks\\": "benchmarks/",
3132
"GraphQL\\Examples\\Blog\\": "examples/01-blog/Blog/"
3233
}
34+
},
35+
"suggest": {
36+
"react/promise": "To use ReactPhp promise adapter"
3337
}
3438
}

0 commit comments

Comments
 (0)