Skip to content

1.15.0

Compare
Choose a tag to compare
@lukeify lukeify released this 27 Jan 03:56
· 14 commits to master since this release

What's changed

  • bluewing/sierra now requires PHP 8.1 via composer.json, as well as via its Dockerfile.
  • The bluewing/sierra docker image now provides Composer 2.2.5, as well as XDebug 3.1.2.
  • Explicitly bumped the following composer.json dependencies:
    • laravel/framework 8.78.0 → 8.81.0
    • stripe/stripe-php 7.108.0 → 7.112.0
    • laravel/ui 3.4.1 → 3.4.2
    • mockery/mockery 1.4.4 → 1.5.0
    • phpunit/phpunit 9.5.11 → 9.5.13
    • orchestra/testbench 6.23.2 → 6.24.0
  • Removed myclabs/php-enum, as we now implement PHP enumerations natively 🎉.
  • docker-compose.yaml schema is now explicitly set to '3.8'.