Skip to content

Release Candidate 1

Compare
Choose a tag to compare
@ffflabs ffflabs released this 07 Jan 04:52
· 89 commits to master since this release

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 in src/classes/ContainerUtils.php)