Skip to content

Enable PHP 5.6 compat

Compare
Choose a tag to compare
@koriym koriym released this 17 Nov 02:40
· 447 commits to 1.x since this release

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

This is not practical and is intended to demonstrate the long-term availability of BEAR.Sunday.

  • remove roave/security-advisories
  • add requirement doctrine/annotation ^1.0