Skip to content

Commit 8b0299c

Browse files
authored
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 72ba941. * Update contributor instructions * Remove composer packagist type
1 parent 39f2cb1 commit 8b0299c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ $ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
1717

1818
### Install Drupal Console launcher
1919

20-
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.
20+
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
21+
Drupal 8 website,
2122

2223
To install Drupal Console launcher globally follow the instruction below.
2324

@@ -32,7 +33,7 @@ $ chmod +x /usr/local/bin/drupal
3233

3334
### Contribute
3435

35-
Follow these steps to contribute to the current translation:
36+
If you want to contribute to this translation, you need to follow this steps to setup your environment.
3637

3738
- [Project requirements](https://docs.drupalconsole.com/en/contributing/project-requirements.html)
3839
- [Getting the project](https://docs.drupalconsole.com/en/contributing/getting-the-project.html)

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Drupal Console English Language",
44
"keywords": ["Drupal", "Console", "Development", "Symfony"],
55
"homepage": "http://drupalconsole.com/",
6-
"type": "drupal-console-language",
76
"license": "GPL-2.0-or-later",
87
"authors": [
98
{

0 commit comments

Comments
 (0)