We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56483ce commit 17b6b78Copy full SHA for 17b6b78
composer.json
@@ -12,7 +12,7 @@
12
"drupal/entity_browser": "^2.5",
13
"drupal/file_link": "^2.1",
14
"drupal/inline_entity_form": "~3.0-rc20",
15
- "drupal/media_avportal": "^1.2"
+ "drupal/media_avportal": "dev-3520968-remove-dependency-on-rsw as 1.11.0"
16
},
17
"require-dev": {
18
"cweagans/composer-patches": "^1.7 | ^2.0",
@@ -43,7 +43,15 @@
43
"repositories": [
44
{
45
"type": "composer",
46
- "url": "https://packages.drupal.org/8"
+ "url": "https://packages.drupal.org/8",
47
+ "exclude": [
48
+ "drupal/media_avportal"
49
+ ]
50
+ },
51
+ {
52
+ "type": "git",
53
+ "url": "https://git.drupalcode.org/issue/media_avportal-3520968.git",
54
+ "reference": "29e66d938a0f9bcd04cda47ac22c059e7fc5fb7f"
55
56
57
"type": "git",
0 commit comments