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",
|
"name": "digicomp/menu",
|
||||||
"type": "typo3-flow-package",
|
"type": "neos-package",
|
||||||
"description": "Helps with the creation of simple fluid based menus",
|
"description": "Helps with the creation of simple fluid based menus",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"flow",
|
"flow",
|
||||||
|
@ -16,9 +16,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/digicomp/DigiComp.Sequence",
|
"homepage": "https://github.com/digicomp/DigiComp.Menu",
|
||||||
"require": {
|
"require": {
|
||||||
"neos/flow": "~4.0|~5.3|~6.3"
|
"neos/flow": "~6.3",
|
||||||
|
"php": "^7.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue