Skip to content

Commit

Permalink
PHP8.1 is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau committed Nov 4, 2022
1 parent d3bb072 commit 218140e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"authors": [ { "name": "James Lucas", "email": "[email protected]" } ],
"type": "library",
"require": {
"php": "^7.4||^8.0",
"php": "^7.4|>=8.0",
"ext-json": "*"
},
"suggest": {
"evenement/evenement": "Used by the React Stream Decoder to emit events",
"clue/ndjson-react": "Used by the React Stream Decoder to process NDJSON input"
},
"require-dev": {
"kelunik/fqn-check": "^0.1.3",
"clue/ndjson-react": "^1.2",
"evenement/evenement": "^3.0.1"
},
Expand Down

0 comments on commit 218140e

Please sign in to comment.