Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 612184a

Browse files
Merge pull request #18 from markusguenther/upgrade/neos-80
TASK: Add neos 8.0 compatibility
2 parents 5901d8b + 0a6bc1e commit 612184a

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

composer.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "breadlesscode/neos-nodetypes-folder",
55
"license": "MIT",
66
"require": {
7-
"neos/neos": "~4.3 || ~5.0 || ~7.0"
7+
"neos/neos": "~4.3 || ~5.0 || ~7.0 || ~8.0"
88
},
99
"autoload": {
1010
"psr-4": {
@@ -87,7 +87,19 @@
8787
"Neos.Fusion-20180211175500",
8888
"Neos.Fusion-20180211184832",
8989
"Neos.Flow-20180415105700",
90-
"Neos.Neos-20180907103800"
90+
"Neos.Neos-20180907103800",
91+
"Neos.Seo-20170127154600",
92+
"Neos.Neos.Ui-20190319094900",
93+
"Neos.Flow-20190425144900",
94+
"Neos.Flow-20190515215000",
95+
"Neos.Flow-20200813181400",
96+
"Neos.Flow-20201003165200",
97+
"Neos.Flow-20201109224100",
98+
"Neos.Flow-20201205172733",
99+
"Neos.Flow-20201207104500",
100+
"Neos.Neos-20220318111600",
101+
"Neos.Flow-20220318174300",
102+
"Neos.Fusion-20220326120900"
91103
]
92104
}
93-
}
105+
}

0 commit comments

Comments
 (0)