Skip to content

Commit a3c9ade

Browse files
authored
TASK: Added neos/neos loading order
1 parent 6710a84 commit a3c9ade

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
},
1414
"extra": {
1515
"neos": {
16-
"package-key": "Yeebase.Fusion.ContentCacheDebug"
16+
"package-key": "Yeebase.Fusion.ContentCacheDebug",
17+
"loading-order": {
18+
"after": [ "neos/neos" ]
19+
}
1720
}
1821
}
1922
}

0 commit comments

Comments
 (0)