-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (39 loc) · 1.04 KB
/
Copy pathcomposer.json
File metadata and controls
40 lines (39 loc) · 1.04 KB
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
{
"repositories": [
{
"type": "package",
"package": {
"name": "drupal/phing-drush-task",
"version": "1.0",
"source": {
"url": "http://git.drupal.org/project/phingdrushtask.git",
"type": "git",
"reference": "7.x-1.0"
},
"autoload": {
"classmap": [
"DrushTask.php"
]
},
"include-path": [
"."
]
}
}
],
"require": {
"phing/phing": "2.*",
"drupal/phing-drush-task": "1.0",
"drupal/drupal-extension": "1.0.*@stable",
"drush/drush": "6.2.*",
"squizlabs/php_codesniffer": "1.5.*",
"phpmd/phpmd": "*",
"sebastian/phpcpd": "*",
"phploc/phploc": "*",
"drupal/coder": "7.2.*"
},
"config": {
"bin-dir": "bin/"
},
"minimum-stability": "beta"
}