|
@@ -19,8 +19,7 @@ git clone -o figli https://figureslibres.io/gogs/bachir/d8-starterkit-profile.gi
|
|
```
|
|
```
|
|
"merge-plugin": {
|
|
"merge-plugin": {
|
|
"include": [
|
|
"include": [
|
|
- "core/composer.json",
|
|
|
|
- "profiles/d8-starterkit-profile/composer.json"
|
|
|
|
|
|
+ "core/composer.json"
|
|
],
|
|
],
|
|
"recurse": true,
|
|
"recurse": true,
|
|
"replace": false,
|
|
"replace": false,
|
|
@@ -32,6 +31,7 @@ become
|
|
"merge-plugin": {
|
|
"merge-plugin": {
|
|
"include": [
|
|
"include": [
|
|
"core/composer.json",
|
|
"core/composer.json",
|
|
|
|
+ "profiles/d8-starterkit-profile/composer.json"
|
|
],
|
|
],
|
|
"recurse": true,
|
|
"recurse": true,
|
|
"replace": false,
|
|
"replace": false,
|
|
@@ -46,4 +46,4 @@ composer update
|
|
```
|
|
```
|
|
|
|
|
|
### run drupal install as usual
|
|
### run drupal install as usual
|
|
-by accessing your site
|
|
|
|
|
|
+by accessing your site and choosing the figli_starter_kit profile
|