Skip to content

Commit

Permalink
TASK: Added neos/neos loading order
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessteu committed Jul 16, 2018
2 parents 6710a84 + a3c9ade commit 34f37e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"extra": {
"neos": {
"package-key": "Yeebase.Fusion.ContentCacheDebug"
"package-key": "Yeebase.Fusion.ContentCacheDebug",
"loading-order": {
"after": [ "neos/neos" ]
}
}
}
}

0 comments on commit 34f37e8

Please sign in to comment.