From 516061e597bba8a73aca5188d2b340685970590e Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Tue, 20 Apr 2021 21:09:43 -0400 Subject: [PATCH] Update depdendency & changelog --- CHANGELOG.md | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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": {