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
11
11
## Install
12
12
13
13
### Minimal requirements
14
- - php: ` ^7.2 `
15
- - slim/slim: ` ^4.2 `
14
+ - php: ` ^8.0 `
15
+ - slim/slim: ` ^4.7 `
16
16
- codeception/codeception: ` ^4.0 `
17
17
18
18
If 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.
24
24
composer require --dev docler-labs/codeception-slim-module
25
25
```
26
26
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
+
27
33
If you use Slim v3, please use the previous version from library:
28
34
29
35
``` shell
You can’t perform that action at this time.
0 commit comments