From c5e511feccd8c24bc7ea2487e93b00b7ac032091 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Wed, 9 Sep 2020 10:47:24 +0200 Subject: [PATCH] raise required version of neos/flow to 6.3 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab59148..99dfad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.0.1 - 2020-09-09 +### Changed +- dependency to Flow ^6.3 + ## 3.0.0 - 2020-08-31 Start of the changelog. diff --git a/composer.json b/composer.json index 62b81e5..4d03590 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "validation" ], "require": { - "neos/flow": "^6.2.3", + "neos/flow": "^6.3", "php": "~7.4.0" }, "autoload": {