From 10d9401f495a4d5afebf6b60b89fdfa5c2829885 Mon Sep 17 00:00:00 2001 From: Szabolcs Hajdu Date: Tue, 8 Mar 2022 07:32:07 +0100 Subject: [PATCH] Prepare release for 3.0.0 (#20) * Add CHANGELOG * Update README --- CHANGELOG-3.0.md | 11 +++++++++++ README.md | 10 ++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG-3.0.md diff --git a/CHANGELOG-3.0.md b/CHANGELOG-3.0.md new file mode 100644 index 0000000..2dafe1e --- /dev/null +++ b/CHANGELOG-3.0.md @@ -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. diff --git a/README.md b/README.md index 3866fcc..42451fb 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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