Skip to content

v0.10.2

Choose a tag to compare

@SanderMuller SanderMuller released this 05 Jun 11:13
· 19 commits to main since this release
Immutable release. Only release title and notes can be modified.
2f7225c

Changed

  • Now allows sandermuller/boost-core ^1.0 (was ^0.23.0). boost-core 1.0.0 is a drop-in over 0.23.3 (no API break), so the runtime requirement widens to ^0.23.0||^1.0. This unblocks wrapper consumers from resolving boost-core 1.0 transitively — project-boost-laravel was the last consumer-facing cap in the cascade (boost-skills already admits ^1.0). Validated against the 0.23.3 surface, which is byte-identical to 1.0.0: full suite green (65/65), the boost-core @api-closure guard intact, PHPStan clean.

    Consumers that require sandermuller/boost-core directly can bump it to ^1.0 in the same composer update -W. No action needed otherwise — a scoped update under an existing ^0.10 constraint picks this up.

Full Changelog: 0.10.1...0.10.2