Releases: bearsunday/BEAR.Skeleton
Releases · bearsunday/BEAR.Skeleton
Enable PHP 8.0 compat
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.
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.
Enable PHP 5.6 compat
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
1.11.1
1.11.0
What's Changed
- Drop deprecated php 7.3 support by @koriym in #120
- Remove phpstan-param by @koriym in #121
- Update composer.json by @koriym in #122
- Remove bear/dotenv by @koriym in #123
- Revert GH actions by @koriym in #125
- Drop PHP 7.x and 8.0 support by @koriym in #126
- Update for PHP 8.2 by @koriym in #127
- Revert bear/dotenv by @koriym in #128
- Refactor by @koriym in #129
- Erase accidentally mixed .gitattribute by @koriym in #130
Full Changelog: 1.10.2...1.11.0
1.10.2
1.10.1
1.10.0
- Add
composer doc
command.