-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathcomposer.json
56 lines (56 loc) · 1.41 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
{
"name": "terramar/packages",
"description": "Packages extends Composer Satis with a management interface and integrations for GitLab and GitHub",
"license": "MIT",
"type": "application",
"require": {
"php": ">=5.6.0",
"ext-pcntl": "*",
"ext-posix": "*",
"ext-json": "*",
"nice/framework": "~1.1",
"nice/security": "~1.0",
"nice/doctrine-orm": "~1.0",
"nice/twig": "2.0.x-dev",
"nice/templating": "1.0.x-dev",
"chrisboulton/php-resque": "dev-master",
"doctrine/migrations": "~1.2",
"symfony/debug": "~2.7",
"symfony/console": "~2.7",
"symfony/process": "~2.7",
"symfony/yaml": "~2.7",
"composer/satis": "^1.0",
"composer/composer": "1.4.3",
"sami/sami": "~1.4",
"m4tthumphrey/php-gitlab-api": "^9.4",
"knplabs/github-api": "~1.4",
"php-http/guzzle6-adapter": "^1.1",
"datatables/datatables": "^1.10",
"twbs/bootstrap": "3.3.7",
"fortawesome/font-awesome": "^4.7",
"components/jquery": "^3.2",
"gentle/bitbucket-api": "^1.1"
},
"config": {
"platform": {
"php": "5.6"
},
"component-dir": "vendor"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-4": {
"Terramar\\Packages\\": "src/",
"Composer\\": "lib/Composer/"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"minimum-stability": "beta",
"prefer-stable": true
}