Skip to content

Commit 596c019

Browse files
committed
fix: replace ibexa/admin-ui-assets with se7enxweb/admin-ui-assets (v5 pure)
se7enxweb/admin-ui-assets is the fork that installs to vendor/se7enxweb/ and sets the @ibexa-admin-ui-assets webpack alias correctly. ibexa/admin-ui-assets dev-5.0-next installs to vendor/ibexa/ which breaks all encore configs in se7enxweb/admin-ui that hardcode vendor/se7enxweb/admin-ui-assets.
1 parent 7f03a97 commit 596c019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ibexa/doctrine-schema": "~5.0.x-dev",
1212
"se7enxweb/system-info": "~5.0.x-dev",
1313
"se7enxweb/admin-ui": "^5.0.5.0",
14-
"ibexa/admin-ui-assets": "dev-5.0-next",
14+
"se7enxweb/admin-ui-assets": "5.0.0.x-dev",
1515
"ibexa/content-forms": "~5.0.x-dev",
1616
"se7enxweb/exponential-platform-dxp-core": "^5.0.1.0",
1717
"ibexa/core-persistence": "~5.0.x-dev",

0 commit comments

Comments
 (0)