Skip to content

Commit 10d9401

Browse files
authored
Prepare release for 3.0.0 (#20)
* Add CHANGELOG * Update README
1 parent 3beafd2 commit 10d9401

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG-3.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1818
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.
2424
composer 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+
2733
If you use Slim v3, please use the previous version from library:
2834

2935
```shell

0 commit comments

Comments
 (0)