Dropping old flow dependencies

This commit is contained in:
Ferdinand Kuhl 2021-06-29 13:09:07 +02:00
parent 6b3f24b0ee
commit 68e35595f3

View file

@ -1,6 +1,6 @@
{
"name": "digicomp/menu",
"type": "typo3-flow-package",
"type": "neos-package",
"description": "Helps with the creation of simple fluid based menus",
"keywords": [
"flow",
@ -16,9 +16,10 @@
}
],
"license": "MIT",
"homepage": "https://github.com/digicomp/DigiComp.Sequence",
"homepage": "https://github.com/digicomp/DigiComp.Menu",
"require": {
"neos/flow": "~4.0|~5.3|~6.3"
"neos/flow": "~6.3",
"php": "^7.4"
},
"autoload": {
"psr-4": {