Skip to content

Commit

Permalink
Remove composer packagist type (#252)
Browse files Browse the repository at this point in the history
* 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 72ba941.

* Update contributor instructions

* Remove composer packagist type
  • Loading branch information
enzolutions authored Sep 6, 2019
1 parent 39f2cb1 commit 8b0299c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 8b0299c

Please sign in to comment.