v1.5.0
What's Changed
- Refactor container bootstrapping to use service providers by @bakerkretzmar in #662
- Re-configure and run PHP-CS-Fixer by @bakerkretzmar in #666
Note
Prior to this release, Jigsaw was unintentionally making a few variables available globally. This has been fixed. If you were accessing any Jigsaw functionality via global variables (e.g.$GLOBALS['container']
) you should update your code to use the container directly (e.g.app()
).
Full Changelog: v1.4.0...v1.5.0