openeuropa/drupal-core-require

This package is abandoned and no longer maintained. The author suggests using the drupal/core package instead.

8.6.3 2018-11-29 16:08 UTC

This package is auto-updated.

Last update: 2019-02-01 08:43:48 UTC


README

Build Status Packagist

openeuropa/drupal-core-require provides the require dependencies of drupal/core as a standalone package. It follows the same release cycle and versioning scheme as Drupal core. You should use the same version constraint for it as you use for Drupal core.

It applies some patches on drupal/core that are needed in OPENEUROPA modules.

Patches list

  • Patch for Core issue #2189267 - When content language detection is different from interface language detection, the detected language must be applied to the rendered content.

Usage

Drupal Core 8.6.x

composer require openeuropa/drupal-core-require ^8.6

Installation using Docker Compose

The setup procedure can be simplified by using Docker Compose.

Requirements:

Run:

docker-compose up -d

Then:

$ docker-compose exec web composer install