Dropping old flow dependencies
This commit is contained in:
parent
6b3f24b0ee
commit
68e35595f3
1 changed files with 4 additions and 3 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue