Releases: slimphp/Slim-Skeleton
Releases · slimphp/Slim-Skeleton
3.0.0
2.1.2
- Upgrades dependencies. Skeleton is now using Slim 2.4.
- Changes incorrect
\Psr\Log\LogLevel::DEBUG
to correct\Monolog\Logger::DEBUG
2.1.1
- Removes reference to Slim-Extras from
README.md
.
2.1.0
- Removes the now deprecated Slim Extras repo as a dependency.
- Removes Slim logging in favor of Monolog logging
- Updates the example
public/index.php
and the documentation inREADME.md
2.0.0
Updates skeleton to use Slim 2.3 and the new Slim Views.