| Current Path : /var/www/html/jpp/vendor/wa72/htmlpagedom/ |
| Current File : /var/www/html/jpp/vendor/wa72/htmlpagedom/composer.json |
{
"name":"wa72/htmlpagedom",
"description":"PHP implementation of the jQuery DOM manipulation API for HTML documents",
"keywords":["HTML", "DOM", "Crawler"],
"homepage":"http://github.com/wasinger/htmlpagedom",
"type":"library",
"license":"MIT",
"authors":[
{
"name":"Christoph Singer",
"email":"singer@webagentur72.de",
"homepage":"http://www.webagentur72.de"
}
],
"require":{
"php":">=5.4.0",
"symfony/dom-crawler":"^2.3 <2.8 | ^2.8.3 | ^3.0.1 | ^4 <4.3",
"symfony/css-selector":">=2.3"
},
"require-dev": {
"phpunit/phpunit": "^4|^5|^6|^7",
"wa72/html-pretty-min": "~0.1",
"mikey179/vfsStream": "^1.6"
},
"suggest": {
"wa72/html-pretty-min": "Minify or indent HTML documents"
},
"autoload":{
"psr-4":{
"Wa72\\HtmlPageDom\\":"src/"
}
}
}