Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop PHP5.3 support #674

Merged
merged 3 commits into from
Jun 20, 2022

Conversation

theofidry
Copy link
Member

As Composer 2.3 is dropping PHP 5.3 and requires 7.2.5+ as the minimum PHP version, so does Box.

In theory it would be possible to keep the 5.3 compatibility, but that would require non trivial efforts as it would require to make the bundle requirement checker work without Composer autoloading and keeping track of Composer Semver too.

Since 7.2.5 is now the minimum, the requirement checker has been pimped up a bit.

Closes #656

@theofidry theofidry merged commit a6182b4 into box-project:master Jun 20, 2022
@theofidry theofidry deleted the feature/remove-php53-support branch June 20, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation: add warning about Composer 2.3
1 participant