Skip to content

Commit 66066ab

Browse files
committed
TASK: Add Neos 4.x compatibility, drop 2.3 compatibility
1 parent 921668a commit 66066ab

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Configuration/Settings.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
Neos: &settings
1+
Neos:
22
Neos:
33
userInterface:
44
requireJsPathMapping:
55
'Flownative.Neos.Editors/Inspector': 'resource://Flownative.Neos.Editors/Public/Scripts/Inspector'
66

7-
TYPO3: *settings

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "GPL-3.0",
55
"description": "A package with additional editors for the Neos inspector",
66
"require": {
7-
"neos/neos": "~2.3 || ~3.0"
7+
"neos/neos": "~3.0 || ~4.0"
88
},
99
"extra": {
1010
"neos": {
@@ -81,7 +81,14 @@
8181
"Neos.Fusion-20170120013047",
8282
"Neos.Flow-20170125103800",
8383
"Neos.Seo-20170127154600",
84-
"Neos.Flow-20170127183102"
84+
"Neos.Flow-20170127183102",
85+
"Neos.Kickstart-20161124230102",
86+
"Neos.SiteKickstarter-20161125002311",
87+
"Neos.SiteKickstarter-20161125095901",
88+
"Neos.Kickstarter-20161125110814",
89+
"Neos.Fusion-20180211175500",
90+
"Neos.Fusion-20180211184832",
91+
"Neos.Flow-20180415105700"
8592
]
8693
}
87-
}
94+
}

0 commit comments

Comments
 (0)