mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
37 lines
804 B
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"
|
|
}
|
|
}
|
|
}
|