akrabat / slim3-bookshelf

Exploratory Slim Framework 3 application.
BSD 3-Clause "New" or "Revised" License
122 stars 19 forks source link

slim 4 upgrade #17

Open 8ctopus opened 2 years ago

8ctopus commented 2 years ago

Rob, I'm planning to upgrade your project to slim 4, are you interested in a pull request for that or you prefer to keep it under slim 3?

akrabat commented 2 years ago

I would love this! We'll keep 3.x and 4.x versions around using the magic of multiple branches :)

Please use PHP-DI for the DIC on the Slim 4 project. Also, it can be PHP version 8.1 or greater, unless you want to support 8.0 too.

8ctopus commented 2 years ago

Great news! I'll do as you suggest but might take a few days as I'm doing this on the side of my regular job.