File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " paquettg /php-html-parser" ,
2+ "name" : " cznec /php-html-parser" ,
33 "type" : " library" ,
44 "description" : " An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery." ,
55 "keywords" : [" html" , " dom" , " parser" ],
1313 }
1414 ],
1515 "require" : {
16- "php" : " >=7.2" ,
16+ "php" : " >=7.2|>=8 " ,
1717 "ext-mbstring" : " *" ,
1818 "ext-zlib" : " *" ,
1919 "ext-curl" : " *" ,
2323 "guzzlehttp/psr7" : " ^1.6" ,
2424 "myclabs/php-enum" : " ^1.7"
2525 },
26- "require-dev" : {
27- "phpunit/phpunit" : " ^7.5.1" ,
28- "mockery/mockery" : " ^1.2" ,
29- "infection/infection" : " ^0.13.4" ,
30- "phan/phan" : " ^2.4" ,
31- "friendsofphp/php-cs-fixer" : " ^2.16"
32- },
26+ "require-dev" : {},
3327 "autoload" : {
34- "psr-4" : {
28+ "psr-4" : {
3529 "PHPHtmlParser\\ " : " src/PHPHtmlParser"
3630 }
3731 }
You can’t perform that action at this time.
0 commit comments