Skip to content

Commit

Permalink
Merge pull request #18 from markusguenther/upgrade/neos-80
Browse files Browse the repository at this point in the history
TASK: Add neos 8.0 compatibility
  • Loading branch information
breadlesscode authored May 18, 2022
2 parents 5901d8b + 0a6bc1e commit 612184a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "breadlesscode/neos-nodetypes-folder",
"license": "MIT",
"require": {
"neos/neos": "~4.3 || ~5.0 || ~7.0"
"neos/neos": "~4.3 || ~5.0 || ~7.0 || ~8.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -87,7 +87,19 @@
"Neos.Fusion-20180211175500",
"Neos.Fusion-20180211184832",
"Neos.Flow-20180415105700",
"Neos.Neos-20180907103800"
"Neos.Neos-20180907103800",
"Neos.Seo-20170127154600",
"Neos.Neos.Ui-20190319094900",
"Neos.Flow-20190425144900",
"Neos.Flow-20190515215000",
"Neos.Flow-20200813181400",
"Neos.Flow-20201003165200",
"Neos.Flow-20201109224100",
"Neos.Flow-20201205172733",
"Neos.Flow-20201207104500",
"Neos.Neos-20220318111600",
"Neos.Flow-20220318174300",
"Neos.Fusion-20220326120900"
]
}
}
}

0 comments on commit 612184a

Please sign in to comment.