forked from terramar-labs/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.09 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
{
"name": "terramar/packages",
"description": "Packages extends Composer Satis with a management interface and GitLab integration",
"license": "MIT",
"type": "application",
"require": {
"php": ">=5.4.0",
"ext-pcntl": "*",
"ext-posix": "*",
"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.0.x-dev",
"symfony/debug": "~2.7",
"symfony/console": "~2.7",
"symfony/process": "~2.7",
"symfony/yaml": "~2.7",
"composer/satis": "dev-master",
"composer/composer": "1.0.x-dev",
"sami/sami": "dev-master",
"m4tthumphrey/php-gitlab-api": "~7.13",
"knplabs/github-api": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"autoload": {
"psr-4": {
"Terramar\\Packages\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-develop": "3.1-dev",
"dev-2-1-develop": "2.1-dev"
}
},
"minimum-stability": "beta",
"prefer-stable": true
}