Skip to content

Commit

Permalink
Resolve PHP 7.3 compatibility issue to fix #79 (#80)
Browse files Browse the repository at this point in the history
* Update composer.json

Change the sunra/php-simple-html-dom-parser" for the kub-at/php-simple-html-dom-parser

* Update ListDiffLines.php

use KubAT\PhpSimple\HtmlDomParser;
  • Loading branch information
irkallacz authored and jschroed91 committed Jan 15, 2019
1 parent 48c70a9 commit 6b0fb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=5.3.3",
"ezyang/htmlpurifier": "^4.7",
"sunra/php-simple-html-dom-parser": "^1.5"
"kub-at/php-simple-html-dom-parser": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Caxy/HtmlDiff/ListDiffLines.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Caxy\HtmlDiff;

use Caxy\HtmlDiff\Strategy\ListItemMatchStrategy;
use Sunra\PhpSimple\HtmlDomParser;
use KubAT\PhpSimple\HtmlDomParser;

class ListDiffLines extends AbstractDiff
{
Expand Down

0 comments on commit 6b0fb0a

Please sign in to comment.