We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3cf65 commit fd97606Copy full SHA for fd97606
composer.json
@@ -6,15 +6,17 @@
6
"authors": [ { "name": "James Lucas", "email": "james@lucas.net.au" } ],
7
"type": "library",
8
"require": {
9
- "php": ">=7.2",
+ "php": ">=7.4",
10
"ext-json": "*"
11
},
12
"suggest": {
13
"evenement/evenement": "Used by the React Stream Decoder to emit events",
14
"clue/ndjson-react": "Used by the React Stream Decoder to process NDJSON input"
15
16
"require-dev": {
17
- "kelunik/fqn-check": "^0.1.3"
+ "kelunik/fqn-check": "^0.1.3",
18
+ "clue/ndjson-react": "^1.2",
19
+ "evenement/evenement": "^3.0.1"
20
21
"autoload": {
22
"psr-4": {"EdgeTelemetrics\\JSON_RPC\\": "src/"}
0 commit comments