-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (36 loc) · 956 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
{
"require": {
"africastalking/africastalking": "^3.0",
"composer/installers": "^2.2",
"chartjs/chartjs": "2.7.2",
"php-flasher/flasher-toastr": "^1.7",
"tamtamchik/simple-flash": "^2.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"extra": {
"installer-paths": {
"libraries/{$name}": ["type:drupal-library"]
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "chartjs/chartjs",
"version": "v2.7.2",
"type": "drupal-library",
"extra": {
"installer-name": "chartjs"
},
"dist": {
"url": "https://www.chartjs.org/dist/2.7.2/Chart.bundle.js",
"type": "file"
}
}
}
]
}