mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-17 04:58:15 +01:00
Remove implicit requirement
This commit is contained in:
parent
ab11f4e416
commit
1852148343
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "cerbero/json-parser",
|
||||
"type": "library",
|
||||
"description": "Zero-dependencies pull parser to read big JSON from any source in a memory-efficient way.",
|
||||
"description": "Zero-dependencies pull parser to read large JSON from any source in a memory-efficient way.",
|
||||
"keywords": [
|
||||
"json",
|
||||
"parser",
|
||||
"lexer"
|
||||
"json-parser",
|
||||
"lexer",
|
||||
"memory"
|
||||
],
|
||||
"homepage": "https://github.com/cerbero90/json-parser",
|
||||
"license": "MIT",
|
||||
@ -19,7 +21,6 @@
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"illuminate/http": ">=6.20",
|
||||
"pestphp/pest": "^1.21",
|
||||
@ -27,7 +28,6 @@
|
||||
"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