Enable PHP 7.3/7.4 compat
This patch is intended to enable the following in PHP 7.3/7.4 as of November 2024.
- The project can be created with
composer create-project bear/skeleton
. - Resource requests can be made via php bin/page.php get /.
- . vendor/bin/phpunit can be used to run tests and all tests will succeed.
In practice, if you try to install it with PHP 7.3/7.4, it will install 1.10.2-patch.2, which is also compatible with 8.0.