-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3bb072
commit 218140e
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|