-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
114 lines (114 loc) · 3.81 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
{
"name": "ouitoulia/diagraphe",
"description": "Diagraphè è un modello che installa la distribuzione Drupal Ouitoulía",
"type": "project",
"license": "AGPL-3.0-only",
"authors": [
{
"name": "Pietro Arturo Panetta",
"email": "[email protected]",
"homepage": "https://www.drupal.org/u/arturopanetta",
"role": "Maintainer"
},
{
"name": "Maurizio Cavalletti",
"homepage": "https://www.drupal.org/u/maurizio_akabit",
"role": "Maintainer"
}
],
"homepage": "https://github.com/ouitoulia/diagraphe",
"support": {
"docs": "https://github.com/ouitoulia/diagraphe#readme",
"issues": "https://github.com/ouitoulia/diagraphe/issues"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/admin_toolbar": "^3.4",
"drupal/ajax_loader": "^2.1",
"drupal/entity_reference_display": "^2.0",
"drupal/paragraphs": ">=1.17",
"drupal/recommended-project": "^10.3",
"drupal/twig_tweak": "^3.3",
"oomphinc/composer-installers-extender": "^2.0",
"ouitoulia/anazetesis": "^2",
"ouitoulia/exesti": "^2",
"ouitoulia/prosis": "^2",
"ouitoulia/skenografia": "^2",
"ouitoulia/sunchronizo": "^3",
"ouitoulia/themethla": "^4",
"wikimedia/composer-merge-plugin": "^2.1"
},
"require-dev": {
"drupal/core-dev": "^10.3"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"oomphinc/composer-installers-extender": true,
"wikimedia/composer-merge-plugin": true,
"php-http/discovery": true
},
"sort-packages": true
},
"extra": {
"merge-plugin": {
"include": [
"composer.custom.json",
"web/themes/contrib/skenografia/composer.libraries.json",
"web/modules/contrib/toc_js/composer.libraries.json"
],
"recurse": true,
"replace": false,
"ignore-duplicates": false,
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-replace": true,
"merge-scripts": false
},
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"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"],
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
"web/profiles/custom/{$name}": ["type:drupal-custom-profile"],
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"drupal-core-project-message": {
"include-keys": ["homepage","support"],
"post-create-project-cmd-message": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Congratulazioni, hai installato la codebase Ouitoulìa </>",
"<bg=blue;fg=white> partendo dal modello ouitoulia/diagraphe </>",
"<bg=blue;fg=white> </>",
"",
"<bg=yellow;fg=black>Prossimi passi</>:",
" * Installa il sito: https://www.drupal.org/docs/user_guide/en/install-run.html",
" * Leggi la guida utente: https://www.drupal.org/docs/user_guide/en/index.html",
" * Per ricevere supporto: https://github.com/ouitoulia/diagraphe/issues"
]
}
}
}