forked from opendevshop/devmaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 913 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
41
42
{
"name": "devshop/devmaster",
"type": "drupal-profile",
"description": "The DevShop web interface.",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jon Pugh",
"email": "[email protected]",
"role": "Author"
},
{
"name": "DevShop Community",
"homepage": "https://github.com/opendevshop/devshop/graphs/contributors"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/7"
}
],
"require": {
"cpliakas/git-wrapper": "~1.0",
"knplabs/github-api": "^2.11",
"sensiolabs/ansi-to-html": "^1.1",
"symfony/process": "^2.7",
"php-http/guzzle6-adapter": "^1.1",
"symfony/yaml": "^3.4"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "5.6.0"
}
},
"conflict": {
"drupal/core": "8.*"
}
}