ngmy / webloyer

Webloyer is a web UI for managing Deployer deployments
MIT License
218 stars 35 forks source link

PHP 7.3 not supported #88

Closed BramEsposito closed 4 years ago

BramEsposito commented 5 years ago

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.*

ngmy commented 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.

ngmy commented 4 years ago

Probably you will encounter an "Undefined offset" error. I have released the version 0.45.1 which fixes this error.