doc/dev/plugins/image-captions/vendor/imangazaliev/didom/composer.json

37 lines
804 B
JSON

{
"name": "imangazaliev/didom",
"description": "Simple and fast HTML parser",
"type": "library",
"keywords": ["didom", "parser", "html", "xml"],
"license": "MIT",
"homepage": "https://github.com/Imangazaliev/DiDOM",
"authors": [
{
"name": "Imangazaliev Muhammad",
"email": "imangazalievm@gmail.com"
}
],
"require": {
"php": ">=5.4",
"ext-dom": "*",
"ext-iconv": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-4": {
"DiDom\\": "src/DiDom/"
}
},
"autoload-dev": {
"psr-4": {
"DiDom\\Tests\\": "tests/"
}
},
"config": {
"platform": {
"php": "5.4"
}
}
}