-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcomposer.json
139 lines (139 loc) · 5.37 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "openeuropa/oe_theme",
"description": "OpenEuropa base theme.",
"type": "drupal-theme",
"license": "EUPL-1.2",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"cweagans/composer-patches": "~1.4 || ^2.0",
"drupal/core": "^10",
"drupal/smart_trim": "^2",
"drupal/stable": "^2.0",
"drupal/twig_field_value": "^2.0",
"drupal/ui_patterns": "^1.5",
"openeuropa/ecl-twig-loader": "^4.0",
"openeuropa/oe_time_caching": "^1.5"
},
"require-dev": {
"behat/mink-selenium2-driver": "~1.6.0",
"composer/installers": "~1.5",
"drupal/address": "~1.11",
"drupal/ckeditor": "^1.0",
"drupal/composite_reference": "^2.1",
"drupal/config_devel": "^1.9",
"drupal/core-composer-scaffold": "^10",
"drupal/core-utility": "^10",
"drupal/datetime_range_timezone": "^1.0.0-alpha4",
"drupal/datetime_testing": "^1.0",
"drupal/description_list_field": "^1.0",
"drupal/drupal-extension": "^5.0",
"drupal/emr": "^1.3",
"drupal/entity_browser": "^2.5",
"drupal/entity_reference_revisions": "~1.11",
"drupal/extra_field": "^2.1",
"drupal/field_group": "~3.2",
"drupal/inline_entity_form": "~1.0-rc15",
"drupal/json_field": "^1.2",
"drupal/media_avportal": "1.8.0",
"drupal/renderviz": "^1.0@alpha",
"drupal/styleguide": "^2.1.1",
"drupal/typed_link": "^2.0",
"drush/drush": "~12",
"friends-of-behat/service-container-extension": "^1.0",
"mikey179/vfsstream": "^1.6.10",
"nikic/php-parser": "^4.18",
"openeuropa/behat-transformation-context": "^0.2",
"openeuropa/code-review": "^2.0.0-alpha6",
"openeuropa/oe_contact_forms": "^1.14",
"openeuropa/oe_content": "^4.0.0",
"openeuropa/oe_corporate_blocks": "4.x-dev",
"openeuropa/oe_corporate_countries": "^2.0.0",
"openeuropa/oe_corporate_site_info": "^1.0.0-alpha8",
"openeuropa/oe_media": "^1.27",
"openeuropa/oe_multilingual": "^1.18",
"openeuropa/oe_paragraphs": "^1.20",
"openeuropa/oe_search": "^2.0@beta",
"openeuropa/oe_webtools": "^1.23",
"openeuropa/rdf_skos": "^1.0.0",
"openeuropa/task-runner-drupal-project-symlink": "^1.0.0-beta6",
"phpspec/prophecy-phpunit": "^2",
"symfony/phpunit-bridge": "^6.0"
},
"conflict": {
"openeuropa/oe_corporate_blocks": "<=4.19.2"
},
"scripts": {
"post-install-cmd": "./vendor/bin/run drupal:site-setup",
"post-update-cmd": "./vendor/bin/run drupal:site-setup"
},
"autoload": {
"psr-4": {
"Drupal\\oe_theme\\": "./src/"
}
},
"autoload-dev": {
"classmap": [
"build/core/modules/field/tests/src/Traits/EntityReferenceFieldCreationTrait.php"
],
"psr-4": {
"Drupal\\Tests\\oe_theme\\": "./tests/src/",
"Drupal\\Tests\\oe_content\\": "./build/modules/contrib/oe_content/tests/src/",
"Drupal\\Tests\\oe_media\\": "./build/modules/contrib/oe_media/tests/src/"
}
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"media_avportal": {
"type": "git",
"url": "https://github.com/openeuropa/media_avportal"
}
},
"extra": {
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"installer-paths": {
"build/core": ["type:drupal-core"],
"build/profiles/contrib/{$name}": ["type:drupal-profile"],
"build/modules/contrib/{$name}": ["type:drupal-module"],
"build/themes/contrib/{$name}": ["type:drupal-theme"]
},
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/3151609": "https://www.drupal.org/files/issues/2024-06-11/link_internal_as_text_v11-3151609.patch"
},
"drupal/drupal-driver": {
"allow-date-only-date-fields": "https://patch-diff.githubusercontent.com/raw/jhedstrom/DrupalDriver/pull/235.patch"
},
"drupal/address": {
"https://www.drupal.org/project/address/issues/3144823": "https://www.drupal.org/files/issues/2020-11-05/3144823-6.patch"
}
},
"drupal-scaffold": {
"locations": {
"web-root": "./build"
}
},
"_readme": [
"behat/mink-selenium2-driver locked to 1.6.x as version 1.7.0 introduces issues with mouse dragging and keyboard key events.",
"Explicit requirement of nikic/php-parser as ^5.0 generates GrumPHP Parser issues.",
"autoload-dev: explicitly mapping EntityReferenceFieldCreationTrait to prevent failures.",
"Locking drupal/media_avportal to 1.8.0 until D10.2 support is dropped."
]
},
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpro/grumphp": true,
"php-http/discovery": false
}
}
}