From 8b0299cf2033f0ddf27dc1f000f393c8f34d423d Mon Sep 17 00:00:00 2001 From: enzo - Eduardo Garcia Date: Sat, 7 Sep 2019 05:42:02 +1000 Subject: [PATCH] Remove composer packagist type (#252) * Update drupal console instructions * Translation string for YAML unset key * Improve yaml merge wording * Add translation for error in multisite installation * Update message to adjust to current version of multisite command * Delete generate translation will be moved to https://github.com/hechoendrupal/drupal-console-generate * Fix debug router indent issue in yaml * Revert "Delete generate translation will be moved to https://github.com/hechoendrupal/drupal-console-generate" This reverts commit 72ba9416062271d97c847ad7260f11b3690ce179. * Update contributor instructions * Remove composer packagist type --- README.md | 5 +++-- composer.json | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e0ddb4..24040ce 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ $ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader ### Install Drupal Console launcher -Drupal Console launcher was created to avoid conflicts between major and minor releases. Drupal Console binary commands are available to every Drupal 8 instance on the machine. +In order to avoid conflicts between Drupal release and have a Drupal Console version between major and minor releases in Drupal, a Drupal Console launcher was created. In order to facilitate to load the Drupal Console commands available to each +Drupal 8 website, To install Drupal Console launcher globally follow the instruction below. @@ -32,7 +33,7 @@ $ chmod +x /usr/local/bin/drupal ### Contribute -Follow these steps to contribute to the current translation: +If you want to contribute to this translation, you need to follow this steps to setup your environment. - [Project requirements](https://docs.drupalconsole.com/en/contributing/project-requirements.html) - [Getting the project](https://docs.drupalconsole.com/en/contributing/getting-the-project.html) diff --git a/composer.json b/composer.json index 05abf44..e2fb93d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "description": "Drupal Console English Language", "keywords": ["Drupal", "Console", "Development", "Symfony"], "homepage": "http://drupalconsole.com/", - "type": "drupal-console-language", "license": "GPL-2.0-or-later", "authors": [ {