forked from phpbrew/phpbrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 910 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
{
"name": "phpbrew/phpbrew",
"description": "PHPBrew API library",
"license": "MIT",
"authors": [
{
"name": "c9s",
"email": "[email protected]"
},
{
"name": "Márcio Almada",
"email": "[email protected]",
"homepage": "https://github.com/marcioAlmada/"
}
],
"bin": [
"bin/phpbrew"
],
"require": {
"corneltek/cliframework": "~2.0@stable",
"corneltek/pearx": "dev-master",
"corneltek/curlkit": "~1",
"symfony/process": "~2.3@stable",
"symfony/yaml": "2.3.*@stable"
},
"require-dev": {
"corneltek/phpunit-testmore": "dev-master",
"corneltek/universal": "*",
"cbednarski/pharcc": "0.2.*"
},
"autoload": {
"psr-0": {
"PhpBrew": "src"
}
},
"version": "1.9.3"
}