diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c7625..b189144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ 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). ## [6.2.0] -- +- Use proper namespace for tests +- Update dependency ## [6.1.1] - Replaced Travis & Appveyor with GitHub Action for build diff --git a/composer.json b/composer.json index ddd90cd..9bc3c1d 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.1 | ^8.0", + "php": "^7.1", "userfrosting/support": "~4.3.0 | ~4.4.0 | ~4.5.0" }, "require-dev": {