The box project has released Box 4.0.0 (and 4.0.1).
Most notable changes:
New minimum PHP version of PHP 8.1.
The sodium extension has become a requirement.
The requirements checker now has a minimum PHP version of PHP 7.2.4.
We already disabled the requirements checker previously due to PHP 8.1 incompatibilities (PR #70), I've now added a comment to document not to turn it on again as that would make the Parallel Lint PHAR incompatible with PHP < 7.2.
The box project has released Box 4.0.0 (and 4.0.1).
Most notable changes:
We already disabled the requirements checker previously due to PHP 8.1 incompatibilities (PR #70), I've now added a comment to document not to turn it on again as that would make the Parallel Lint PHAR incompatible with PHP < 7.2.
Refs: https://github.com/box-project/box/releases/tag/4.0.0
Note: I'm pulling this PR to
master
to ensure the PHARs for the1.x
branch will be PHP cross-version compatible.I will open a separate PR for the same for the
develop
branch.