diff --git a/composer.json b/composer.json index 5c17812..0b8604b 100644 --- a/composer.json +++ b/composer.json @@ -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": {