Skip to content
Release 0.4.0 „Continuously Inverted Shape Shifter”

Improved Bootstrapping and Inversion of Control. Made compatible to PHP 7.4.

This MR includes breaking changes.

- Removed requirement for a user defined `getProjectRoot` function
- Removed requirement to include a bootstrap file
- Removed app() to favor manual instantiation and simplicity over magic and complexity
- Added the ability to **specify and overwrite singleton and non singleton bindings**
- Added the ability to **manually register ServiceProviders**
- Updated documentation to reflect the changes
- Made **compatible to php7.4**
- Updated dependencies
- Respond with 404 for non existing template types (was 500 before, which might have confused people)
- **CI**: Added Continuous Integration Pipelines for php 7.3 and php 7.4