Merge branch 'develop'

This commit is contained in:
Robin Krahnen 2020-09-09 10:49:33 +02:00
commit e5aed7a587
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": {