Skip to content

New Major Release

Compare
Choose a tag to compare
@rotexdegba rotexdegba released this 14 Mar 08:52
· 27 commits to slim-4-edition-versions-5.x since this release
  • Minimum PHP version has been bumped up to 8.1
  • Bumped rotexsoft/slim-skeleton-mvc-tools to ^5.0.0
  • Method signature enhancements in Hello controller
    • Changed actionIndex()
    • to actionIndex(): ResponseInterface|string
    • to be compatible with the PHP 8.1 compliant signature of the same method in \SlimMvcTools\Controllers\BaseController
  • Stricter type hinting in various parts of the code base

Full Changelog: 4.0.0...5.0.0