raise required version of neos/flow to 6.3

This commit is contained in:
Robin Krahnen 2020-09-09 10:47:24 +02:00
parent 3426886a56
commit c5e511fecc
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -18,7 +18,7 @@
"validation"
],
"require": {
"neos/flow": "^6.2.3",
"neos/flow": "^6.3",
"php": "~7.4.0"
},
"autoload": {