theofidry / PsyshBundle

A command line REPL bundle for Symfony using PsySH.
MIT License
208 stars 29 forks source link

Allow PHP 8.0 #58

Closed rlcurrall closed 3 years ago

rlcurrall commented 3 years ago

I am attempting to use this with a code base that is using PHP 8.0 and have been able to perform some very minor smoke testing locally.

I've opted to set the version constraint to ">=7.3" rather than "^7.3|^8.0", using packages like api-platform/core as a guide, though this is certainly up for discussion.

theofidry commented 3 years ago

I've opted to set the version constraint to ">=7.3" rather than "^7.3|^8.0", using packages like api-platform/core as a guide, though this is certainly up for discussion.

It's fine by me as there is so little code the main constraints are going to be derived from Psysh & Symfony; Would be nice to move to GitHub Actions but that can be done in another PR