Skip to content

Commit

Permalink
Issue #3436190 by OPTASY: [WxT 10.2] Issues with WxT Extend Config mo…
Browse files Browse the repository at this point in the history
…dule
  • Loading branch information
sylus committed Nov 4, 2024
1 parent ac03fc2 commit 316156f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 230 deletions.
5 changes: 0 additions & 5 deletions modules/custom/wxt_ext/wxt_ext_config/drush.services.yml

This file was deleted.

211 changes: 0 additions & 211 deletions modules/custom/wxt_ext/wxt_ext_config/src/Commands/Wxtcex.php

This file was deleted.

6 changes: 0 additions & 6 deletions modules/custom/wxt_ext/wxt_ext_config/wxt_ext_config.info.yml

This file was deleted.

6 changes: 0 additions & 6 deletions modules/custom/wxt_ext/wxt_ext_config/wxt_ext_config.module

This file was deleted.

4 changes: 2 additions & 2 deletions tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ ! $YAML_CLI ]]; then
fi

rm -rf $ARCHIVE
composer create-project --stability beta --no-install drupal/legacy-project:10.2.7 $ARCHIVE
composer create-project --stability beta --no-install drupal/legacy-project:10.3.6 $ARCHIVE
composer dump-autoload
composer configure-tarball $ARCHIVE

Expand All @@ -33,7 +33,7 @@ for plugin in drupal/core-composer-scaffold composer/installers cweagans/install
composer config --no-plugins allow-plugins.$plugin true
done
composer remove --no-update composer/installers
composer require --no-update "ext-dom:*" cweagans/composer-patches oomphinc/composer-installers-extender 'drupal/core:10.2.7'
composer require --no-update "ext-dom:*" cweagans/composer-patches oomphinc/composer-installers-extender 'drupal/core:10.3.6'
composer update --ignore-platform-reqs

# Create the profile destination directory.
Expand Down

0 comments on commit 316156f

Please sign in to comment.