forked from phpbrew/phpbrew
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 887 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 887 Bytes
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
{
"name": "phpbrew/phpbrew",
"description": "PHPBrew API library",
"license": "MIT",
"authors": [
{
"name": "c9s",
"email": "cornelius.howl@gmail.com"
},
{
"name": "Márcio Almada",
"email": "marcio3w@gmail.com",
"homepage": "https://github.com/marcioAlmada/"
}
],
"bin": [
"bin/phpbrew"
],
"require": {
"corneltek/cliframework": "3.0.x-dev",
"corneltek/class-template": "^2",
"corneltek/pearx": "dev-master",
"corneltek/curlkit": "~1",
"symfony/process": "~2.3",
"symfony/yaml": "~2.3"
},
"require-dev": {
"corneltek/phpunit-testmore": "dev-master",
"corneltek/universal": "~1.3"
},
"autoload": {
"psr-4": {
"PhpBrew\\": "src/PhpBrew/"
}
}
}