Skip to content

Releases: bearsunday/BEAR.Skeleton

Enable PHP 8.0 compat

17 Nov 00:36
Compare
Choose a tag to compare

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

17 Nov 00:44
Compare
Choose a tag to compare

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

17 Nov 02:40
Compare
Choose a tag to compare

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

19 Apr 01:14
d547838
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.11.1

1.11.0

16 Apr 15:46
8ff0da7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.2...1.11.0

1.10.2

06 Jan 01:29
a2324a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.1...1.10.2

1.10.1

24 May 03:16
d852bf5
Compare
Choose a tag to compare
  • Update http test client

1.10.0

19 May 15:19
6e9a2ec
Compare
Choose a tag to compare

1.9.3

09 May 19:16
bab96c6
Compare
Choose a tag to compare
  • Fix psalm.xml #114

1.9.2

05 May 19:41
e591814
Compare
Choose a tag to compare
  • Update QA tools #113
    • Bump doctrine/coding-standard 9