TASK: Allow Neos Flow 6.3

This commit is contained in:
Ferdinand Kuhl 2020-10-15 14:54:05 +02:00
parent 892d2613c4
commit ac808d34d6

View file

@ -18,7 +18,7 @@
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/digicomp/DigiComp.Sequence", "homepage": "https://github.com/digicomp/DigiComp.Sequence",
"require": { "require": {
"neos/flow": "~4.0|~5.3" "neos/flow": "~4.0|~5.3|~6.3"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -65,4 +65,4 @@
"Neos.Flow-20180415105700" "Neos.Flow-20180415105700"
] ]
} }
} }