File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"require" : {
13
13
"behat/behat" : " ^3" ,
14
- "drupal/drupal-extension" : " ^4"
14
+ "drupal/drupal-extension" : " dev-feature/drupal-10 as 4.2.1-dev" ,
15
+ "cweagans/composer-patches" : " ^1.7"
15
16
},
16
17
"require-dev" : {
17
18
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7" ,
23
24
"mglaman/drupal-check" : " ^1" ,
24
25
"palantirnet/drupal-rector" : " ^0.13"
25
26
},
27
+ "repositories" : {
28
+ "drupal/drupal-driver" : {
29
+ "type" : " vcs" ,
30
+ "url" : " https://github.com/drevops/DrupalDriver"
31
+ },
32
+ "drupal/drupal-extension" : {
33
+ "type" : " vcs" ,
34
+ "url" : " https://github.com/drevops/drupalextension"
35
+ }
36
+ },
37
+ "prefer-stable" : true ,
38
+ "minimum-stability" : " dev" ,
26
39
"extra" : {
40
+ "enable-patching" : true ,
27
41
"branch-alias" : {
28
42
"dev-master" : " 1.x-dev"
29
43
}
30
44
},
31
45
"config" : {
32
- "process-timeout" : 0 ,
33
- "sort-packages" : true ,
34
46
"allow-plugins" : {
47
+ "cweagans/composer-patches" : true ,
35
48
"dealerdirect/phpcodesniffer-composer-installer" : true
36
49
}
37
50
}
You can’t perform that action at this time.
0 commit comments