This repository was archived by the owner on Feb 13, 2023. It is now read-only.
File tree 3 files changed +36
-52
lines changed
3 files changed +36
-52
lines changed Original file line number Diff line number Diff line change 15
15
vagrant_ansible_inventory_default
16
16
17
17
# Drupal VM specific files.
18
+ drupal.composer.json
18
19
local.config.yml
19
20
Vagrantfile.local
20
21
/config.yml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "composer/installers" : " ^1.0.20 " ,
20
- "drupal-composer/drupal -scaffold" : " ^2.0.1 " ,
21
- "drupal/core" : " ^8.6 " ,
22
- "drupal/devel " : " ^1.2 "
19
+ "composer/installers" : " ^1.9 " ,
20
+ "drupal/core -composer-scaffold" : " ^9 " ,
21
+ "drupal/core-project-message " : " ^9 " ,
22
+ "drupal/core-recommended " : " ^9 "
23
23
},
24
- "replace " : {
24
+ "conflict " : {
25
25
"drupal/drupal" : " *"
26
26
},
27
27
"minimum-stability" : " dev" ,
28
28
"prefer-stable" : true ,
29
29
"extra" : {
30
+ "drupal-scaffold" : {
31
+ "locations" : {
32
+ "web-root" : " web/"
33
+ }
34
+ },
30
35
"installer-paths" : {
31
- "web/core" : [" type:drupal-core" ],
32
- "web/modules/contrib/{$name}" : [" type:drupal-module" ],
33
- "web/profiles/contrib/{$name}" : [" type:drupal-profile" ],
34
- "web/themes/contrib/{$name}" : [" type:drupal-theme" ],
35
- "drush/contrib/{$name}" : [" type:drupal-drush" ]
36
- }
36
+ "web/core" : [
37
+ " type:drupal-core"
38
+ ],
39
+ "web/libraries/{$name}" : [
40
+ " type:drupal-library"
41
+ ],
42
+ "web/modules/contrib/{$name}" : [
43
+ " type:drupal-module"
44
+ ],
45
+ "web/profiles/contrib/{$name}" : [
46
+ " type:drupal-profile"
47
+ ],
48
+ "web/themes/contrib/{$name}" : [
49
+ " type:drupal-theme"
50
+ ],
51
+ "drush/Commands/contrib/{$name}" : [
52
+ " type:drupal-drush"
53
+ ],
54
+ "web/modules/custom/{$name}" : [
55
+ " type:drupal-custom-module"
56
+ ],
57
+ "web/themes/custom/{$name}" : [
58
+ " type:drupal-custom-theme"
59
+ ]
60
+ },
37
61
},
38
62
"config" : {
39
63
"process-timeout" : 1200
You can’t perform that action at this time.
0 commit comments