Release Candidate 1
Mild refactor to remove unneded dependencies and encapsulate most boilerplate while preserving flexibility.
- Debug tools such as Kint and PHP Console are now dev-dependencies. If not found on the project they will be polyfilled with noops
src/lib.inc.php
had a lot boilerplate code that is now encapsulated (for example insrc/classes/ContainerUtils.php
)