Source code for
Use 2.2 components. Upgrade and freeze at 2.3 when available.
Added app and web folders
Switch to using the composer autoload file.
Added tests directory with working test.
Simple front controller with templates in src/pages
Use Route component.
Add Controllers (aka Actions)
Leap year application
HttpKernel::ControllerResolver added to the mix
src/controllers/LeapYearController06