Skip to content

Commit 21f82e8

Browse files
authored
fix: installing does not require beta stability (#106)
* remove beta stability * remove beta
1 parent e289d12 commit 21f82e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

content/0.index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ secondary:
1818
- /get-started/play-online
1919
snippet:
2020
- // Drupal module
21-
- composer config minimum-stability beta
2221
- composer require drupal/lupus_decoupled
2322
-
2423
- // Nuxt module

content/1.get-started/30.create-new-project.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ an API backend rendering custom elements. Add the module and its dependencies, t
101101
via the UI or if installed, via [drush](https://drush.org).
102102

103103
```bash
104-
composer config minimum-stability beta
105-
composer require drupal/lupus_decoupled:@beta
104+
composer require drupal/lupus_decoupled
106105
drush en lupus_decoupled -y
107106
drush user-login
108107
```

0 commit comments

Comments
 (0)