Skip to content

Releases: michael-rubel/laravel-enhanced-container

v8.1.2

09 Jun 17:24
d372c73
Compare
Choose a tag to compare

What's changed

  • Slightly refactored BindingBuilder class.
  • Added BC break tracker.

Full Changelog: 8.1.1...8.1.2

v8.1.1

24 May 15:36
08ad0f0
Compare
Choose a tag to compare

What's changed

  • The package now requires illuminate/contracts, illuminate/container and illuminate/support instead of requiring laravel/framework as a whole.

Full Changelog: 8.1.0...8.1.1

v8.1.0

23 May 09:04
Compare
Choose a tag to compare

What's changed

  • Added container resolution for CallProxy directly in the helper.

Full Changelog: 8.0.0...8.1.0

v8.0.0

23 May 07:47
Compare
Choose a tag to compare

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.