Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 754 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 754 Bytes

Slim Framework 2.6.3

Learn more about it in its documentation.

A fork for modern days CI

This is a fork of slim/slim at the version 2.6.3 adapted for modern PHP development, which (supposedly) supports :

  • PHP 7.2 <-> 8.1

Feel free to contribute if you find any issue!

The following changes were applied to the dev dependencies :

  • PHPUnit upgraded to 8.x
  • PHPStan baseline added to keep the code in good health (runs only on PHP 8.0)
  • Rector installed to ease automated refactorings
  • Add GitHub Actions for continuous integration