SebastiaanKloos / filament-code-editor

Code editor for Filament
MIT License
30 stars 17 forks source link

Not support for PHP 8.0 #6

Open vijayrana99 opened 2 years ago

vijayrana99 commented 2 years ago

I am trying to install this package. I am using PHP 8.0.21. It says it requires PHP 8.1. How can we make it work with php 8.0? unknown (1)

damms005 commented 1 year ago

@SebastiaanKloos is a PR welcome for this?

KielD-01 commented 1 year ago

@vijayrana99 @damms005 According to [composer.json](https://github.com/SebastiaanKloos/filament-code-editor/blob/main/composer.json#L19) minimal requirement for PHP is 8.1. I advise You to use Docker images like [devilbox/php-fpm:8.1-work](https://github.com/devilbox/docker-php-fpm-8.1) and that will make it work. Or just switch/upgrade Your PHP to a least targeted version