ammadeuss / laravel-html-dom-parser

Laravel wrapper for the PHP Simple HTML DOM Parser package
MIT License
38 stars 22 forks source link

Make package compatible with PHP 7.3+ #5

Closed cdbeaton closed 5 years ago

cdbeaton commented 5 years ago

This simply replaces the HtmlDomParser package with a fork which has been made compatible with PHP 7.3+. The existing package returns the following error on PHP 7.3+:

PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset 4 in /vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php on line 1378

ISMHiddeSchuurman commented 5 years ago

@ammadeuss can you please merge this? Then I can work with this package :)