Skip to content

Releases: renakdup/simple-dic

Rework error messages of SimpleDIC

06 Apr 00:48
Compare
Choose a tag to compare

Stack-trace was removed from error showing. Added phpcs:ignoreFile.

  • For showing stack trace should be in charge of another instruments like: whoops.
  • Added Makefile for local manipulation.

0.2.4

18 Mar 21:41
Compare
Choose a tag to compare

Add auto-register the container.

It helps get rid of errors related to different $container instances after autowiring.