Skip to content

Commit 0e4cc89

Browse files
author
Alex Skrypnyk
committed
Pinned to patched versions of DrupalDriver and Drupal Extension.
1 parent 32d0c16 commit 0e4cc89

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

composer.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"require": {
1313
"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"
1516
},
1617
"require-dev": {
1718
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
@@ -23,15 +24,27 @@
2324
"mglaman/drupal-check": "^1",
2425
"palantirnet/drupal-rector": "^0.13"
2526
},
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",
2639
"extra": {
40+
"enable-patching": true,
2741
"branch-alias": {
2842
"dev-master": "1.x-dev"
2943
}
3044
},
3145
"config": {
32-
"process-timeout": 0,
33-
"sort-packages": true,
3446
"allow-plugins": {
47+
"cweagans/composer-patches": true,
3548
"dealerdirect/phpcodesniffer-composer-installer": true
3649
}
3750
}

0 commit comments

Comments
 (0)