Skip to content

Commit 04877bc

Browse files
authored
Merge pull request #5 from VIVOMEDIA/neos-8
Neos 8 compatibility
2 parents 796c803 + 5ad88bb commit 04877bc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Simple Html-Table NodeType for Neos CMS",
55
"license": "MIT",
66
"require": {
7-
"neos/neos": "~5.0 || ~7.0"
7+
"neos/neos": "~5.0 || ~7.0 || ~8.0"
88
},
99
"autoload": {
1010
"psr-4": {
@@ -97,7 +97,16 @@
9797
"Neos.Flow-20201205172733",
9898
"Neos.Flow-20201207104500",
9999
"VIVOMEDIA.Bootstrap-20210412133202",
100-
"VIVOMEDIA.Bootstrap-20210412135909"
100+
"VIVOMEDIA.Bootstrap-20210412135909",
101+
"Neos.Neos-20220318111600",
102+
"Neos.Flow-20220318174300",
103+
"Neos.Fusion-20220326120900",
104+
"VIVOMEDIA.Bootstrap-20230421124133",
105+
"VIVOMEDIA.Bootstrap-20230421143347",
106+
"VIVOMEDIA.Bootstrap-20230710143351",
107+
"VIVOMEDIA.Bootstrap-20230712134441",
108+
"VIVOMEDIA.Listable-20230731181312",
109+
"VIVOMEDIA.NodeTypes-20230821182214"
101110
]
102111
}
103112
}

0 commit comments

Comments
 (0)