forked from composer/satis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 808 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
{
"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"
},
"autoload": {
"psr-0": { "Composer\\Satis": "src/" }
}
}