-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
108 lines (108 loc) · 3.42 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
{
"name": "ewsi",
"description": "[EWSI] Migrant Integration Information and good practices.",
"type": "project",
"license": "EUPL-1.2",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1",
"composer/installers": "^1.5",
"cweagans/composer-patches": "^1.0",
"drupal-composer/drupal-scaffold": "^2.5",
"drupal/address": "^1.8",
"drupal/admin_toolbar": "^2.2",
"drupal/core": "^8.7",
"drupal/entity_version_workflows": "^1.0@beta",
"drupal/extra_field": "^1.2",
"drupal/facets": "^1.5",
"drupal/field_group": "^3.0",
"drupal/geofield": "^1.15",
"drupal/json_field": "^1.0@RC",
"drupal/metatag": "^1.14",
"drupal/neutral_paths": "^1.1",
"drupal/rdf_entity": "^1.0@alpha",
"drupal/redirect": "^1.6",
"drupal/search_api": "^1.17",
"drupal/search_api_db": "^1.17",
"drupal/webform": "^5.20",
"drush/drush": "^9.0",
"easyrdf/easyrdf": "0.10.0-alpha.1 as 0.9.1",
"hirak/prestissimo": "^0.3.10",
"openeuropa/composer-artifacts": "~0.1",
"openeuropa/oe_authentication": "^1.2",
"openeuropa/oe_content": "^1.8",
"openeuropa/oe_corporate_blocks": "^2.4",
"openeuropa/oe_corporate_countries": "^1.0@beta",
"openeuropa/oe_editorial": "^1.5",
"openeuropa/oe_link_lists": "^0.5.0",
"openeuropa/oe_media": "^1.6",
"openeuropa/oe_multilingual": "^1.4",
"openeuropa/oe_paragraphs": "^1.5",
"openeuropa/oe_profile": "^0.4.0",
"openeuropa/oe_search": "^1.4",
"openeuropa/oe_theme": "^2.5",
"openeuropa/oe_time_caching": "^1.0",
"openeuropa/oe_translation": "^0.7.1",
"openeuropa/oe_webtools": "^1.6",
"openeuropa/rdf_skos": "^0.7.0",
"webflo/drupal-finder": "^1.0",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"drupal/drupal-extension": "~4.0",
"ec-europa/toolkit": "~4.0.0-beta7",
"drupal/core-dev": "^8.7"
},
"scripts": {
"post-install-cmd": [
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
]
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"extra": {
"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,
"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"
]
}
},
"autoload-dev": {
"psr-4": {
"OpenEuropa\\Site\\Tests\\": "./tests/"
}
},
"conflict": {
"drupal/drupal": "*"
},
"config": {
"sort-packages": true
}
}