Skip to content

Commit 34f37e8

Browse files
authored
TASK: Added neos/neos loading order
2 parents 6710a84 + a3c9ade commit 34f37e8

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)