forked from Open-Web-Analytics/Open-Web-Analytics
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
40 lines (35 loc) · 989 Bytes
/
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
{
"name": "open-web-analytics/open-web-analytics",
"description": "The open source analytics framework.",
"keywords": ["open-web-analytics","owa","web-analytics","analytics"],
"homepage": "https://www.openwebanalytics.com",
"license": "GPL-2.0",
"authors": [
{
"name": "The OWA Team",
"email": "[email protected]"
}
],
"config": {
"sort-packages": true,
"allow-plugins": {
"wikimedia/composer-merge-plugin": true
}
},
"require": {
"wikimedia/composer-merge-plugin": "^2.0"
},
"extra": {
"merge-plugin": {
"include": [
"modules/*/composer.json"
],
"replace": false,
"ignore-duplicates": true,
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": true
}
}
}