Skip to content

Commit

Permalink
Update content bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn committed Nov 5, 2024
1 parent d412072 commit a7f60f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jms/serializer": "^3.3",
"jms/serializer-bundle": "^3.3 || ^4.0 || ^5.0",
"ramsey/uuid": "^3.1 || ^4.0",
"sulu/content-bundle": "^0.8.1 || ^0.8.1@dev",
"sulu/content-bundle": "^0.8.1 || ^0.9@dev",
"sulu/messenger": "^0.2.4 || ^0.2.4@dev",
"sulu/sulu": "^2.6.0 || ^2.6.4@dev",
"symfony/config": "^6.4 || ^7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function loadExtension(array $config, ContainerConfigurator $container, C
->class(ContentObjectProvider::class)
->args([
new Reference('doctrine.orm.entity_manager'),
new Reference('sulu_content.content_resolver'),
new Reference('sulu_content.content_aggregator'),
new Reference('sulu_content.content_data_mapper'),
'%sulu.model.article.class%',
ArticleAdmin::SECURITY_CONTEXT,
Expand Down

0 comments on commit a7f60f3

Please sign in to comment.