From 405725977d82dcd1e67d95c41a686b7ff8769779 Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir Date: Thu, 15 Nov 2018 08:51:48 +0300 Subject: [PATCH] Update composer.json --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c57f705..6b46a9f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yusufkandemir/microdata-parser", "type": "library", - "description": "Parse microdata from document with ease. PHP Implementation of W3C Microdata Specification.", + "description": "Parse microdata from HTML documents with ease. PHP Implementation of W3C Microdata to JSON Specification.", "keywords": [ "yusufkandemir", "microdata-parser", @@ -27,6 +27,9 @@ "phpunit/phpunit" : ">=5.4.3", "squizlabs/php_codesniffer": "^3.0" }, + "suggest": { + "ext-json": "Needed to convert results to JSON" + }, "autoload": { "psr-4": { "YusufKandemir\\MicrodataParser\\": "src"