Releases: michael-rubel/laravel-enhanced-container
Releases · michael-rubel/laravel-enhanced-container
v8.1.2
What's changed
- Slightly refactored
BindingBuilder
class. - Added BC break tracker.
Full Changelog: 8.1.1...8.1.2
v8.1.1
What's changed
- The package now requires
illuminate/contracts
,illuminate/container
andilluminate/support
instead of requiringlaravel/framework
as a whole.
Full Changelog: 8.1.0...8.1.1
v8.1.0
What's changed
- Added container resolution for
CallProxy
directly in the helper.
Full Changelog: 8.0.0...8.1.0
v8.0.0
What's changed
- Major update to avoid the requirement of registering
LecServiceProvider
for packages that rely on LEC.
If you need Laravel 8.x
support, you may include "michael-rubel/laravel-enhanced-container": "^6.4|^8.0"
constraint to your composer.json
. 6.4
for Laravel 8.x, 8.0
for Laravel 9.x.