File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ 3.0.0] - 2022-03-08
8+ ### Added
9+ - PHP 8 support.
10+ ### Removed
11+ - Drop PHP 7 support.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Inspiration comes from [herloct/codeception-slim-module](https://github.com/herl
1111## Install
1212
1313### Minimal requirements
14- - php: ` ^7.2 `
15- - slim/slim: ` ^4.2 `
14+ - php: ` ^8.0 `
15+ - slim/slim: ` ^4.7 `
1616- codeception/codeception: ` ^4.0 `
1717
1818If you don't know Codeception, please check [ Quickstart Guide] ( https://codeception.com/quickstart ) first.
@@ -24,6 +24,12 @@ you can add codeception-slim-module with a single composer command.
2424composer require --dev docler-labs/codeception-slim-module
2525```
2626
27+ For PHP 7 support, please use ` docler-labs/codeception-slim-module:^2.0 ` version
28+
29+ ``` shell
30+ composer require --dev docler-labs/codeception-slim-module " ^2.0"
31+ ```
32+
2733If you use Slim v3, please use the previous version from library:
2834
2935``` shell
You can’t perform that action at this time.
0 commit comments