Skip to content

Commit

Permalink
Prepare release for 3.0.0 (#20)
Browse files Browse the repository at this point in the history
* Add CHANGELOG
* Update README
  • Loading branch information
szhajdu authored Mar 8, 2022
1 parent 3beafd2 commit 10d9401
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG-3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.0] - 2022-03-08
### Added
- PHP 8 support.
### Removed
- Drop PHP 7 support.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Inspiration comes from [herloct/codeception-slim-module](https://github.com/herl
## Install

### Minimal requirements
- php: `^7.2`
- slim/slim: `^4.2`
- php: `^8.0`
- slim/slim: `^4.7`
- codeception/codeception: `^4.0`

If you don't know Codeception, please check [Quickstart Guide](https://codeception.com/quickstart) first.
Expand All @@ -24,6 +24,12 @@ you can add codeception-slim-module with a single composer command.
composer require --dev docler-labs/codeception-slim-module
```

For PHP 7 support, please use `docler-labs/codeception-slim-module:^2.0` version

```shell
composer require --dev docler-labs/codeception-slim-module "^2.0"
```

If you use Slim v3, please use the previous version from library:

```shell
Expand Down

0 comments on commit 10d9401

Please sign in to comment.