pco-bcp / site-pco-cities
Project template for Drupal 8 sites built with the WxT distribution.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6.4
- drupal-composer/drupal-scaffold: ^2.0.0
- drupal/field_permissions: ^1.0@RC
- drupal/google_analytics: ^2.2
- drupalwxt/wxt: dev-8.x-2.x
- drush/drush: ^9.0
- oomphinc/composer-installers-extender: ^1.1
- pco-bcp/pco_cities: dev-8.x-2.x
Requires (Dev)
- behat/behat: ^3.0
- behat/mink: ~1.7
- behat/mink-extension: *
- behat/mink-goutte-driver: *
- behat/mink-selenium2-driver: *
- composer/composer: ^1.4
- deployer/deployer: ^4.0
- deployer/recipes: ^4.0
- drupal/coder: ~8.2.0
- drupal/console: 1.0.1
- drupal/drupal-extension: ~3.4.0
- jcalderonzumba/gastonjs: ~1.0.2
- jcalderonzumba/mink-phantomjs-driver: ~0.3.1
- mikey179/vfsstream: ~1.2
- pdepend/pdepend: 2.1.0
- phpmd/phpmd: @stable
- phpunit/phpunit: ^4.8.35 || ^6.1
- sebastian/phpcpd: *
- squizlabs/php_codesniffer: 2.*
- symfony/css-selector: ~2.8|~3.0
- symfony/phpunit-bridge: ^3.4.3
This package is auto-updated.
Last update: 2020-06-13 17:49:03 UTC
README
Drupal WxT codebase for Drupal WxT
.
Requirements
Docker Support via drupal-scaffold-docker
This project makes use of the drupal-scaffold-docker
plugin for automatically
downloading and instantiating a Docker based Drupal infrastructure.
Maintenance
List of common commands are as follows:
Task | Composer |
---|---|
Latest version of a contributed project | composer require drupal/PROJECT_NAME:8.* |
Specific version of a contributed project | composer require drupal/PROJECT_NAME:8.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 |