use neos/flow ^6.2 and php ~7.4.0
This commit is contained in:
parent
8eea5e9b15
commit
8f6fbf9058
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
"validation"
|
"validation"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"neos/flow": "^6.1.5"
|
"neos/flow": "^6.2",
|
||||||
|
"php": "~7.4.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Reference in a new issue