mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-29 10:38:09 +01:00
Update description and suggestion
This commit is contained in:
parent
fb71726405
commit
ed1ec102e2
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cerbero/json-parser",
|
||||
"type": "library",
|
||||
"description": "Zero-dependencies pull parser and lexer to save memory while reading big JSONs.",
|
||||
"description": "Zero-dependencies, framework-agnostic pull parser to read big JSON in a memory-efficient way.",
|
||||
"keywords": [
|
||||
"json",
|
||||
"parser",
|
||||
@ -27,6 +27,7 @@
|
||||
"squizlabs/php_codesniffer": "^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-json": "Required to decode JSON with the built-in decoder.",
|
||||
"guzzlehttp/guzzle": "Required to load JSON from endpoints (^7.2)."
|
||||
},
|
||||
"autoload": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user