This patch is intended to enable the following in PHP 8.0 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.