Closed BramEsposito closed 4 years ago
Hi,
As a temporary workaround, I've changed Webloyer to not use the validation that call preg_match()
in PHP 7.3.
This was implemented in #92 and released as the version 0.45.0.
Webloyer seems to work with PHP 7.3 and 7.4 at the unit test level.
I will upgrade Laravel when I have time.
Webloyer runs on Laravel 5.2
This version of Laravel is not compatible with PHP 7.3 (the preg_match call in the validation class is incompatible with PHP 7.3)
I will attempt to update laravel to 5.8.*