frogbob / laravel-blinky

Foundation Inky email templates in Laravel >= 5.5
MIT License
1 stars 1 forks source link

Issues Compiling (Laravel 6.9.0) #3

Open Neve12ende12 opened 4 years ago

Neve12ende12 commented 4 years ago

I get the following error when trying to compile the email.

message: "preg_match_all(): Compilation failed: invalid range in character class at offset 4" exception: "ErrorException" file: "C:\nginx\html\invosolutions\vendor\paquettg\php-html-parser\src\PHPHtmlParser\Selector.php" line: 91

vanderb commented 4 years ago

Hi @Neve12ende12, Thanks for reporting that.

This is not an error of this package itself but of "paquettg\php-html-parser" which in turn is only a dependency of the inky-php-package. There is already an issue/pull-request: https://github.com/paquettg/php-html-parser/pull/197

Maybe you can manually update the "paquettg\php-html-parser"-package until we update the dependency-versions in our inky-php-package.