raise required version of neos/flow to 6.3
This commit is contained in:
parent
3426886a56
commit
c5e511fecc
2 changed files with 5 additions and 1 deletions
|
@ -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/),
|
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).
|
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
|
## 3.0.0 - 2020-08-31
|
||||||
|
|
||||||
Start of the changelog.
|
Start of the changelog.
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"validation"
|
"validation"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"neos/flow": "^6.2.3",
|
"neos/flow": "^6.3",
|
||||||
"php": "~7.4.0"
|
"php": "~7.4.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
Loading…
Reference in a new issue