Remove implicit requirement

This commit is contained in:
Andrea Marco Sartori 2022-11-11 17:03:29 +10:00
parent ab11f4e416
commit 1852148343

View File

@ -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": {