akrabat / slim3-skeleton

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

[+] Added type hints and PSR2 cleanup of dependencies.php, require PH… #19

Closed acim closed 8 years ago

acim commented 9 years ago

…P 5.5.0

So, I added type hints, used short class names and required PHP 5.5 as Slim 3 requires this version anyway. The changes help to beginners but also to IDE to recognize things correctly.

akrabat commented 8 years ago

Needs rebasing. If you're still interested, I'm willing to look once done. If not, that's fine too as I realise that I dropped the ball here.

acim commented 7 years ago

Made new pull request.