Update composer.json
This commit is contained in:
parent
1062a5130d
commit
405725977d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user