-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
103 lines (103 loc) · 2.6 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
{
"name": "opendata",
"description": "File for managing patches and modifications",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/7"
},
{
"type": "package",
"package": {
"name": "drupal/phingdrushtask",
"version": "7.1.3",
"type": "drupal-drush",
"dist": {
"url": "http://ftp.drupal.org/files/projects/phingdrushtask-7.x-1.3.tar.gz",
"type": "tar"
}
}
},
{
"type": "package",
"package": {
"name": "opendata/jcarousel",
"version": "0.2.9",
"type": "drupal-library",
"dist": {
"url": "https://github.com/jsor/jcarousel/archive/0.2.9.tar.gz",
"type": "tar"
}
}
},
{
"type": "package",
"package": {
"name": "opendata/jquery.cycle",
"version": "3.0.3",
"type": "drupal-library",
"dist": {
"url": "http://malsup.github.io/jquery.cycle.all.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "drupal/drush_language",
"version": "7.1.5",
"type": "drupal-drush",
"dist": {
"url": "https://ftp.drupal.org/files/projects/drush_language-7.x-1.5.tar.gz",
"type": "tar"
}
}
}
],
"require": {
"composer/installers": "^1.0.20",
"cweagans/composer-patches": "~1.0",
"opendata/jquery.cycle": "3.0.3",
"opendata/jcarousel": "0.2.9",
"drupal/phingdrushtask": "^7.1",
"drupal/drush_language": "7.1.5",
"drush/drush": "~8.0",
"phing/phing": "^2.12"
},
"require-dev": {
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "^1.1@dev",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "2.7.*"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": ".bin/",
"secure-http": false
},
"extra": {
"installer-paths": {
"docroot/core": ["type:drupal-core"],
"docroot/sites/all/modules/contrib/{$name}": ["type:drupal-module"],
"docroot/profiles/contrib/{$name}": ["type:drupal-profile"],
"docroot/sites/all/themes/contrib/{$name}": ["type:drupal-theme"],
"docroot/sites/all/libraries/{$name}/": ["type:drupal-library"],
"drush/contrib/{$name}": ["type:drupal-drush"]
}
}
}