drupalwxt / site-wxt
Project template for Drupal 10 sites built with the WxT distribution.
Installs: 1 532
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 19
Forks: 16
Open Issues: 0
Type:project
Requires
- composer/installers: ^2.1
- cweagans/composer-patches: ^1.7
- drupal/core-composer-scaffold: 10.4.x
- drupalwxt/wxt: 5.4.0
Requires (Dev)
- drupal/core-dev: 10.4.x
- drupal/drupal-extension: 5.0.0-alpha1
- drush/drush: ^12.4.3
- oomphinc/composer-installers-extender: ^1.1 || ^2
- phpspec/prophecy-phpunit: ^2
- squizlabs/php_codesniffer: 3.*
- vlucas/phpdotenv: ^5.1
- webflo/drupal-finder: ^1.2
- 11.1.x-dev
- 10.4.x-dev
- 10.3.x-dev
- 10.2.x-dev
- 10.1.x-dev
- 10.0.x-dev
- 9.x-dev
- 9.5.x-dev
- 9.4.x-dev
- 9.3.x-dev
- 9.2.x-dev
- 9.1.x-dev
- 8.x-dev
- 5.4.0
- 5.3.0
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-rc2
- 5.0.0-rc1
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-rc3
- 4.0.0-rc2
- 4.0.0-rc1
- dev-feat-compose-appsvc
- dev-8.x-7.x
- dev-feat-config-dir
- dev-master
This package is auto-updated.
Last update: 2025-02-22 19:20:15 UTC
README
An example composer project for the Drupal WxT distribution.
Note: You should consult the README.md file in the WxT repository for up-to-date information.
Requirements
Setup
Normally you can simply run a composer install
but at the moment you might need to run the following:
export COMPOSER_MEMORY_LIMIT=-1 && composer install
Dependencies
The composer.json
file calls the following dependencies:
The Drupal WxT distribution is a web content management system which assists in building and maintaining innovative Web sites that are accessible, usable, and interoperable.
This distribution is open source software and free for use by departments and external Web communities. This distribution integrates extensively with the WET-BOEW jQuery Framework for improved accessible markup.
Project
This composer-project was initially created by our Composer Project Template for Drupal:
The following is the command that was used for initial generation:
composer create-project drupalwxt/site-wxt:5.4.x-dev site-wxt
Note: Normally you might want to use a stable tag such as
drupalwxt/site-wxt:5.4.x-dev
.
Maintenance
List of common commands are as follows:
Task | Composer |
---|---|
Latest version of a contributed project | composer require drupal/PROJECT_NAME:1.* |
Specific version of a contributed project | composer require drupal/PROJECT_NAME:1.0-beta5 |
Updating all projects including Drupal Core | composer update |
Updating a single contributed project | composer update drupal/PROJECT_NAME |
Updating Drupal Core exclusively | composer update drupal/core |
Acknowledgements
Extended with code and lessons learned by the Acquia Team over at Lightning and BLT.