Skip to content

Commit

Permalink
OXDEV-7182 Remove dependency on CE
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Aug 29, 2024
1 parent 9a4a03e commit 7d08628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/oxid-esales/module-wysiwyg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install_shop_with_modules:
transform: |
{
"require": {
"oxid-esales/oxideshop-ce": "dev-b-7.1.x-add_content_html_filter-OXDEV-7182",
"oxid-esales/oxideshop-ce": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-component": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}",
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Service/EditorRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
namespace OxidEsales\WysiwygModule\Tests\Unit\Service;

use OxidEsales\Eshop\Core\ViewConfig;
use OxidEsales\EshopCommunity\Internal\Framework\Templating\HtmlFilter\HtmlFilterInterface;
use OxidEsales\EshopCommunity\Internal\Framework\Templating\TemplateRendererInterface;
use OxidEsales\WysiwygModule\HtmlFilter\HtmlFilterInterface;
use OxidEsales\WysiwygModule\Service\EditorRenderer;
use OxidEsales\WysiwygModule\Service\SettingsInterface;
use PHPUnit\Framework\Attributes\DataProvider;
Expand Down

0 comments on commit 7d08628

Please sign in to comment.