Skip to content

Commit

Permalink
Merge pull request #5 from VIVOMEDIA/neos-8
Browse files Browse the repository at this point in the history
Neos 8 compatibility
  • Loading branch information
dlubitz authored Dec 14, 2023
2 parents 796c803 + 5ad88bb commit 04877bc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple Html-Table NodeType for Neos CMS",
"license": "MIT",
"require": {
"neos/neos": "~5.0 || ~7.0"
"neos/neos": "~5.0 || ~7.0 || ~8.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -97,7 +97,16 @@
"Neos.Flow-20201205172733",
"Neos.Flow-20201207104500",
"VIVOMEDIA.Bootstrap-20210412133202",
"VIVOMEDIA.Bootstrap-20210412135909"
"VIVOMEDIA.Bootstrap-20210412135909",
"Neos.Neos-20220318111600",
"Neos.Flow-20220318174300",
"Neos.Fusion-20220326120900",
"VIVOMEDIA.Bootstrap-20230421124133",
"VIVOMEDIA.Bootstrap-20230421143347",
"VIVOMEDIA.Bootstrap-20230710143351",
"VIVOMEDIA.Bootstrap-20230712134441",
"VIVOMEDIA.Listable-20230731181312",
"VIVOMEDIA.NodeTypes-20230821182214"
]
}
}

0 comments on commit 04877bc

Please sign in to comment.