akrabat / slim3-skeleton

Simple Slim Framework 3 skeleton with Twig & Monolog
BSD 3-Clause "New" or "Revised" License
344 stars 99 forks source link

Update to Slim 3.0.0-RC2 #21

Closed mathmarques closed 9 years ago

mathmarques commented 9 years ago

Removed the Action factories and added the ContainerInterface on Action construct.

akrabat commented 9 years ago

Using a factory and injecting the correct dependencies into your class is best practice, so I want to keep that.

I would like the adding of the PSR-7 interfaces and the update to the lock files as two separate PRs though.