Skip to content

Commit aaf7f68

Browse files
author
cznec
committed
add php 8
1 parent 4e01a43 commit aaf7f68

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

composer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"],
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.2",
16+
"php": ">=7.2|>=8",
1717
"ext-mbstring": "*",
1818
"ext-zlib": "*",
1919
"ext-curl": "*",
@@ -23,15 +23,9 @@
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
}

0 commit comments

Comments
 (0)