roygoldman / drupal-wrapper
A drupal component collection for starting a Drupal Project
Requires
- cweagans/composer-patches: ^1.6
- drupal-composer/drupal-scaffold: ^2.5
- drupal/console: ^1.0.2
- drupal/core: 9.0.1
- drush/drush: >8
- roygoldman/drupal-env-settings: ^1.2
- webflo/drupal-finder: ^1.0.0
- webmozart/path-util: ^2.3
Conflicts
- 9.0.1
- 9.0.0
- 8.x-dev
- 8.9.1
- 8.9.0
- 8.8.8
- 8.8.6
- 8.8.5
- 8.8.4
- 8.8.3
- 8.8.2
- 8.8.1
- 8.8.0
- 8.7.14
- 8.7.13
- 8.7.12
- 8.7.11
- 8.7.10
- 8.7.9
- 8.7.8
- 8.7.7
- 8.7.6
- 8.7.5
- 8.7.4
- 8.7.3
- 8.7.2
- 8.7.1
- 8.7.0
- 8.6.17
- 8.6.16
- 8.6.15
- 8.6.14
- 8.6.13
- 8.6.12
- 8.6.11
- 8.6.10
- 8.6.9
- 8.6.8
- 8.6.7
- 8.6.6
- 8.6.5
- 8.6.4
- 8.6.3
- 8.6.2
- 8.6.1
- 8.6.0
- 8.5.15
- 8.5.14
- 8.5.13
- 8.5.12
- 8.5.11
- 8.5.10
- 8.5.9
- 8.5.8
- 8.5.7
- 8.5.6
- 8.5.5
- 7.x-dev
- 7.72
- 7.71
- 7.70
- 7.69
- 7.68
- 7.67
- 7.66
- 7.65
- 7.64
- 7.63
- 7.62
- 7.61
- 7.60
- 7.59
This package is auto-updated.
Last update: 2025-03-19 01:04:34 UTC
README
Provides a composer package to wrap a default drupal installation.
About
Drupal Wrapper provides the basic dependencies for a standard Drupal Project installation. This allows all projects to depend on a standard set of tools and components, and allow those dependencies to be tracked and managed centrally.
This project includes the following items and tools by default.
- drupal/core - what you want
- drupal-composer/drupal-scaffold - Includes the root web files for a project.
- drupal/console - CLI for interacting with Drupal.
- drush/drush - Another Drupal CLI tool.
- webflow/drupal-finder - library to find the root of a Drupal install.
- roygoldman/drupal-project-installers - Maps installation paths for Drupal
components to correct paths inside a
/web
directory. - cweagans/composer-patches - Allows a project to apply patches to dependencies.
- webmozart/path-util - A robust cross-platform utility for normalizing, comparing and modifying file paths.
These packages provide a solid Developement layer for any drupal project.
Recommended Usage
This wrapper is designed for basic use. You may wish to fork this project in order to customize the build for your Drupal project installations.
Support
If you have any questions, issues, or feedback about this project, please file and issue on github. If you are interested in adding a new feature of dependency to this project, please open an issue. If you have the time to troubleshoot and fix a bug or add a component, pull requests are welcome.