Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau committed Jul 26, 2019
1 parent 7d16cc8 commit 841f21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "library",
"require": {
"php": ">=7.2",
"ext-json": "*",
"ext-json": "*"
},
"suggest": {
"evenement/evenement": "Used by the React Stream Decoder to emit events",
Expand All @@ -19,4 +19,4 @@
"autoload": {
"psr-4": {"EdgeTelemetrics\\JSON_RPC\\": "src/"}
}
},
}

0 comments on commit 841f21a

Please sign in to comment.