-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
151 lines (151 loc) · 5.31 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
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "dg-connect/cnectweb",
"description": "Shaping Europe’s digital future",
"type": "project",
"license": "EUPL-1.2",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3",
"composer/installers": "^1.5",
"cweagans/composer-patches": "^1.7",
"drupal/address": "^1.8",
"drupal/admin_toolbar": "^2.4",
"drupal/adminimal_theme": "^1.5",
"drupal/composite_reference": "^1.0@alpha",
"drupal/conditional_fields": "^1.0@alpha",
"drupal/core": "^8.9",
"drupal/core-composer-scaffold": "^8.9.6",
"drupal/entity_reference_revisions": "^1.8",
"drupal/entity_version": "^1.0@beta",
"drupal/entity_version_workflows": "^1.0@beta",
"drupal/extra_field": "^1.3",
"drupal/field_group": "^3.1",
"drupal/geocoder": "^3.2",
"drupal/geocoder_geofield": "^3.2",
"drupal/geofield": "^1.13",
"drupal/inline_entity_form": "^1.0@alpha",
"drupal/json_field": "^1.0@RC",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/paragraph_blocks": "^3.0",
"drupal/pathauto": "^1.8",
"drupal/realistic_dummy_content": "^3.0.0",
"drupal/redirect": "^1.6",
"drupal/twig_tweak": "^2.9",
"drupal/typed_link": "^1.0",
"drush/drush": "^9.0",
"easyrdf/easyrdf": "0.10.0-alpha.1 as 0.9.1",
"lobsterr/newsroom_connector": "~1.0.0-alpha2",
"lobsterr/oe_newsroom_connector": "dev-master",
"openeuropa/composer-artifacts": "~0.1",
"openeuropa/oe_content": "^1.11",
"openeuropa/oe_corporate_blocks": "~3.0.0-beta3",
"openeuropa/oe_corporate_countries": "^1.0@beta",
"openeuropa/oe_editorial": "^1.8",
"openeuropa/oe_paragraphs": "^1.6",
"openeuropa/oe_profile": "^0.4",
"openeuropa/oe_theme": "^2.10",
"openeuropa/oe_webtools": "^1.8",
"webflo/drupal-finder": "^1.2",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"drupal/config_devel": "^1.7",
"drupal/devel": "^2.1",
"drupal/drupal-extension": "dev-master",
"drupal/maillog": "1.x-dev",
"drupal/stage_file_proxy": "^1.0",
"drupal/devel": "^4.0",
"drupal/devel_generate": "^4.0",
"drupal/drupal-extension": "~4.0",
"ec-europa/toolkit": "~4.0.0-beta7",
"drupal/console": "~1.0",
"symfony/browser-kit": "4.4 as 3.4"
},
"scripts": {
"post-install-cmd": [
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
]
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "git",
"url": "https://github.com/LOBsTerr/newsroom_connector.git"
},
{
"type": "git",
"url": "https://github.com/LOBsTerr/oe_newsroom_connector.git"
}
],
"extra": {
"drupal-scaffold": {
"allowed-packages": [
"drupal/core"
],
"locations": {
"web-root": "./web"
},
"overwrite": true
},
"artifacts": {
"openeuropa/oe_theme": {
"dist": {
"url": "https://github.com/{name}/releases/download/{pretty-version}/{project-name}-{pretty-version}.tar.gz",
"type": "tar"
}
}
},
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"patches": {
"drupal/core" : {
"Layout builder doesn't show new extra fields" : "https://www.drupal.org/files/issues/2020-09-29/3069578--54.patch"
},
"drupal/typed_link" : {
"Typed_link module issue with devel_geenrate module" : "https://www.drupal.org/files/issues/2020-06-19/typed_link-devel-generate-issue-with-typed-link-null-3153336-1.patch"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
]
},
"patches-ignore": {
"openeuropa/oe_content": {
"drupal/inline_entity_form": {
"https://www.drupal.org/project/inline_entity_form/issues/3162384": "https://www.drupal.org/files/issues/2020-08-13/fixed_duplicate_rows-3162384-16.patch",
"https://www.drupal.org/project/inline_entity_form/issues/2842744#comment-13775778": "https://www.drupal.org/files/issues/2020-08-04/inline_entity_form-no_label_required_field_with_no_entries-2842744-27-D8.patch"
}
}
}
},
"autoload-dev": {
"psr-4": {
"OpenEuropa\\Site\\Tests\\": "./tests/",
"Cnect\\": "./src/"
}
},
"conflict": {
"drupal/drupal": "*"
},
"config": {
"sort-packages": true
}
}