|
20 | 20 | "drupal/core-composer-scaffold": "~11", |
21 | 21 | "drupal/core-project-message": "~11", |
22 | 22 | "drupal/core-recommended": "~11", |
| 23 | + "drupal/decoupled_router": "^2.0 <2.0.7", |
23 | 24 | "drupal/druxt": "^1.2", |
24 | 25 | "drupal/simple_oauth": "^6", |
25 | 26 | "drush/drush": "^13", |
|
59 | 60 | } |
60 | 61 | }, |
61 | 62 | "installer-paths": { |
62 | | - "web/core": ["type:drupal-core"], |
63 | | - "web/libraries/{$name}": ["type:drupal-library"], |
64 | | - "web/modules/contrib/{$name}": ["type:drupal-module"], |
65 | | - "web/profiles/contrib/{$name}": ["type:drupal-profile"], |
66 | | - "web/themes/contrib/{$name}": ["type:drupal-theme"], |
67 | | - "drush/Commands/contrib/{$name}": ["type:drupal-drush"], |
68 | | - "web/modules/custom/{$name}": ["type:drupal-custom-module"], |
69 | | - "web/profiles/custom/{$name}": ["type:drupal-custom-profile"], |
70 | | - "web/themes/custom/{$name}": ["type:drupal-custom-theme"] |
| 63 | + "web/core": [ |
| 64 | + "type:drupal-core" |
| 65 | + ], |
| 66 | + "web/libraries/{$name}": [ |
| 67 | + "type:drupal-library" |
| 68 | + ], |
| 69 | + "web/modules/contrib/{$name}": [ |
| 70 | + "type:drupal-module" |
| 71 | + ], |
| 72 | + "web/profiles/contrib/{$name}": [ |
| 73 | + "type:drupal-profile" |
| 74 | + ], |
| 75 | + "web/themes/contrib/{$name}": [ |
| 76 | + "type:drupal-theme" |
| 77 | + ], |
| 78 | + "drush/Commands/contrib/{$name}": [ |
| 79 | + "type:drupal-drush" |
| 80 | + ], |
| 81 | + "web/modules/custom/{$name}": [ |
| 82 | + "type:drupal-custom-module" |
| 83 | + ], |
| 84 | + "web/profiles/custom/{$name}": [ |
| 85 | + "type:drupal-custom-profile" |
| 86 | + ], |
| 87 | + "web/themes/custom/{$name}": [ |
| 88 | + "type:drupal-custom-theme" |
| 89 | + ] |
71 | 90 | }, |
72 | 91 | "drupal-core-project-message": { |
73 | | - "include-keys": ["homepage", "support"], |
| 92 | + "include-keys": [ |
| 93 | + "homepage", |
| 94 | + "support" |
| 95 | + ], |
74 | 96 | "post-create-project-cmd-message": [ |
75 | 97 | "<bg=blue;fg=white> </>", |
76 | | - "<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>", |
| 98 | + "<bg=blue;fg=white> Congratulations, you\u2019ve installed the Drupal codebase </>", |
77 | 99 | "<bg=blue;fg=white> from the drupal/recommended-project template! </>", |
78 | 100 | "<bg=blue;fg=white> </>", |
79 | 101 | "", |
80 | 102 | "<bg=yellow;fg=black>Next steps</>:", |
81 | | - |
82 | 103 | " * Install the site: https://www.drupal.org/docs/8/install", |
83 | 104 | " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html", |
84 | 105 | " * Get support: https://www.drupal.org/support", |
|
0 commit comments