Closed rlcurrall closed 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
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.