forked from jkufner/satis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 880 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
{
"name": "composer/satis",
"description": "Simple Repository Generator",
"keywords": ["package", "repository", "generator"],
"homepage": "https://github.com/composer/satis",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
}
],
"bin": ["bin/satis"],
"require": {
"php": ">=5.3.2",
"composer/composer": "1.0.*@dev",
"twig/twig": "~1.7",
"symfony/console": "~2.1@dev",
"symfony/process": "@dev"
},
"autoload": {
"psr-0": { "Composer\\Satis": "src/" }
},
"minimum-stability": "beta"
}