svenluijten / forge-cli

🔥 A command line utility to interact with your Laravel Forge servers, sites, and more.
https://svenluijten.com
MIT License
64 stars 14 forks source link

PHP 8 support #54

Closed bobmulder closed 3 years ago

bobmulder commented 3 years ago

Hi there! Switching to php 8, I got the following error:

 Problem 1
    - Root composer.json requires sven/forge-cli dev-master -> satisfiable by sven/forge-cli[dev-master].
    - sven/forge-cli dev-master requires php ^7.2 -> your php version (8.0.3) does not satisfy that requirement.

Maybe I can open up some PR to enable php 8 support, but I wanted to check if there's already been worked on yet.

bobmulder commented 3 years ago

Why can't I just look before opening an issue... #51 will add PHP 8 support. Thanks :)