Skip to content

Commit 6ea127b

Browse files
authored
Update README.md
1 parent 69e73c4 commit 6ea127b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Feature complete PHP implementation of GraphQL server. Its job is transformation
88

99
- Aims to be compliant with the **latest draft of GraphQL specification** and its RFCs.
1010
- Fully typesafe, and therefore **minimum required PHP version is 8.1**. Sacrifices a tiny bit of convenience for huge amount of clarity and safety - no random configuration `array`s, no mixed types, no variable function arguments - this library doesnt try to save you from verbosity, but makes sure you always know what you've got.
11-
- Code first.
12-
- Flexible. Easy to extend with extra functionality using Modules or middleware Directives.
13-
- Includes some opt-in extensions which are out of scope of official specs:
11+
- **Code first**.
12+
- Flexible. Easy to extend with extra functionality using **Modules** or **middleware Directives**.
13+
- Includes some **opt-in extensions** which are out of scope of official specs:
1414

1515
|Name|Version|Description|
1616
|---|---|---|

0 commit comments

Comments
 (0)