Skip to content

Commit 636baa0

Browse files
feat: add neos 8 compatibility (#5)
* feat: add neos 8 compatibility * Update composer.json * Update HtmlWidget.fusion
1 parent eae0386 commit 636baa0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Resources/Private/Fusion/Content/HtmlWidget/HtmlWidget.fusion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ prototype(CodeQ.HtmlWidget:Content.HtmlWidget) < prototype(Neos.Neos:ContentComp
1919
</div>
2020
`
2121
}
22+
}
2223
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"keywords": ["flow", "neos", "fusion", "html"],
77
"require": {
8-
"neos/neos": "~3.2 || ~4.0 || ~5.0 || ~7.0 || dev-master",
9-
"neos/fusion-afx": "^1.0 ||~7.0 || dev-master",
8+
"neos/neos": "~3.2 || ~4.0 || ~5.0 || ~7.0 || ~8.0 || dev-master",
9+
"neos/fusion-afx": "^1.0 ||~7.0 || ~8.0 || dev-master",
1010
"flowpack/nodetemplates": "~1.0 || dev-master"
1111
},
1212
"authors": [

0 commit comments

Comments
 (0)