Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Allow PHP 8.0 #58

Merged
merged 2 commits into from
Dec 31, 2020
Merged

Allow PHP 8.0 #58

merged 2 commits into from
Dec 31, 2020

Conversation

rlcurrall
Copy link

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.

Using packages like api-platform/core as a guide I've opted to have the PHP version constraint be ">=7.3" rather than "^7.3|^8.0".
@theofidry
Copy link
Owner

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

@theofidry theofidry merged commit 3d11487 into theofidry:master Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants