Update composer.json

This commit is contained in:
Yusuf Kandemir 2018-11-15 08:51:48 +03:00
parent 1062a5130d
commit 405725977d
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "yusufkandemir/microdata-parser", "name": "yusufkandemir/microdata-parser",
"type": "library", "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": [ "keywords": [
"yusufkandemir", "yusufkandemir",
"microdata-parser", "microdata-parser",
@ -27,6 +27,9 @@
"phpunit/phpunit" : ">=5.4.3", "phpunit/phpunit" : ">=5.4.3",
"squizlabs/php_codesniffer": "^3.0" "squizlabs/php_codesniffer": "^3.0"
}, },
"suggest": {
"ext-json": "Needed to convert results to JSON"
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"YusufKandemir\\MicrodataParser\\": "src" "YusufKandemir\\MicrodataParser\\": "src"