Skip to content

Commit dc02a69

Browse files
Use paquettg/php-html-parser, support PHP 7.3+
1 parent 2a56ccf commit dc02a69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filipegar/inky",
33
"description": "PHP Implementation of ZURB's Foundation for Email parser (Inky)",
4-
"version": "1.3.7",
4+
"version": "1.3.8",
55
"license": "MIT",
66
"authors": [
77
{
@@ -14,16 +14,16 @@
1414
}
1515
],
1616
"require-dev": {
17-
"phpunit/phpunit": "^6.5"
17+
"phpunit/phpunit": "^9.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
2121
"Hampe\\Inky\\": "src/"
2222
}
2323
},
2424
"require": {
25-
"php": ">=7.0",
26-
"thesoftwarefanatics/php-html-parser": "^1.8"
25+
"php": ">=7.3",
26+
"paquettg/php-html-parser": "^3.0"
2727
},
2828
"replace": {
2929
"thampe/inky": "self.version"

0 commit comments

Comments
 (0)