We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bb072 commit 218140eCopy full SHA for 218140e
composer.json
@@ -6,15 +6,14 @@
6
"authors": [ { "name": "James Lucas", "email": "james@lucas.net.au" } ],
7
"type": "library",
8
"require": {
9
- "php": "^7.4||^8.0",
+ "php": "^7.4|>=8.0",
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",
18
"clue/ndjson-react": "^1.2",
19
"evenement/evenement": "^3.0.1"
20
0 commit comments