Skip to content

Commit f63bf14

Browse files
committed
Declare ext-json as dependency
1 parent 57f9b52 commit f63bf14

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This lib is an implementation of PSR-15, so it can be used with any
4343
framework supporting PSR-15. For specific configuration instructions, refer
4444
to your framework documentation.
4545

46-
If your framework does not support PSR-15 middlewares, you will probably
46+
If your framework does not support PSR-15 middleware, you will probably
4747
need some kind of bridge. Again, refer to your framework for specific instructions.
4848
Or else, you could use the direct usage below for manual integration.
4949

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"require": {
2727
"php": "^7.1",
28+
"ext-json": "*",
2829
"psr/http-server-middleware": "^1.0",
2930
"webonyx/graphql-php": "^0.13.0"
3031
},

composer.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)