Skip to content

Commit 218140e

Browse files
committed
PHP8.1 is supported
1 parent d3bb072 commit 218140e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
"authors": [ { "name": "James Lucas", "email": "james@lucas.net.au" } ],
77
"type": "library",
88
"require": {
9-
"php": "^7.4||^8.0",
9+
"php": "^7.4|>=8.0",
1010
"ext-json": "*"
1111
},
1212
"suggest": {
1313
"evenement/evenement": "Used by the React Stream Decoder to emit events",
1414
"clue/ndjson-react": "Used by the React Stream Decoder to process NDJSON input"
1515
},
1616
"require-dev": {
17-
"kelunik/fqn-check": "^0.1.3",
1817
"clue/ndjson-react": "^1.2",
1918
"evenement/evenement": "^3.0.1"
2019
},

0 commit comments

Comments
 (0)