Skip to content

Drop PHP5.3 support#674

Merged
theofidry merged 3 commits intobox-project:masterfrom
theofidry:feature/remove-php53-support
Jun 20, 2022
Merged

Drop PHP5.3 support#674
theofidry merged 3 commits intobox-project:masterfrom
theofidry:feature/remove-php53-support

Conversation

@theofidry
Copy link
Copy Markdown
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