|
19 | 19 | "php": ">=7.0.8", |
20 | 20 | "composer/installers": "^1.2", |
21 | 21 | "cweagans/composer-patches": "^1.6.5", |
22 | | - "drupal-composer/drupal-scaffold": "^2.5", |
23 | 22 | "drupal/console": "^1.0.2", |
24 | | - "drupal/core": "^8.7.0", |
25 | | - "drush/drush": "^9.0.0", |
26 | | - "vlucas/phpdotenv": "^2.4", |
| 23 | + "drupal/core": "^8.8.0", |
| 24 | + "drupal/core-composer-scaffold": "^8.8.0", |
| 25 | + "drush/drush": "^9.7.1 | ^10.0.0", |
| 26 | + "vlucas/phpdotenv": "^4.0", |
27 | 27 | "webflo/drupal-finder": "^1.0.0", |
28 | | - "webmozart/path-util": "^2.3", |
29 | 28 | "zaporylie/composer-drupal-optimizations": "^1.0" |
30 | 29 | }, |
31 | 30 | "require-dev": { |
32 | | - "webflo/drupal-core-require-dev": "^8.7.0" |
| 31 | + "drupal/core-dev": "^8.8.0" |
33 | 32 | }, |
34 | 33 | "conflict": { |
35 | 34 | "drupal/drupal": "*" |
|
64 | 63 | "patchLevel": { |
65 | 64 | "drupal/core": "-p2" |
66 | 65 | }, |
| 66 | + "drupal-scaffold": { |
| 67 | + "locations": { |
| 68 | + "web-root": "web/" |
| 69 | + } |
| 70 | + }, |
67 | 71 | "installer-paths": { |
68 | 72 | "web/core": ["type:drupal-core"], |
69 | 73 | "web/libraries/{$name}": ["type:drupal-library"], |
70 | 74 | "web/modules/contrib/{$name}": ["type:drupal-module"], |
71 | 75 | "web/profiles/contrib/{$name}": ["type:drupal-profile"], |
72 | 76 | "web/themes/contrib/{$name}": ["type:drupal-theme"], |
73 | 77 | "drush/Commands/contrib/{$name}": ["type:drupal-drush"] |
74 | | - }, |
75 | | - "drupal-scaffold": { |
76 | | - "initial": { |
77 | | - ".editorconfig": "../.editorconfig", |
78 | | - ".gitattributes": "../.gitattributes" |
79 | | - } |
80 | 78 | } |
81 | 79 | } |
82 | 80 | } |
0 commit comments