-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
executable file
·46 lines (46 loc) · 1.22 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
44
45
46
{
"name": "famelo\/beard",
"description": "cli helper for Flow development",
"license": "MIT",
"authors": [
{
"name": "Marc Neuhaus",
"email": "apocalip@gmail.com"
}
],
"require": {
"php": ">=5.3.3",
"symfony\/console": "~2.7",
"symfony\/finder": "~2.7",
"symfony\/process": "~2.7",
"symfony\/filesystem": "~2.1",
"kherge\/amend": "3.*",
"camspiers\/json-pretty": "*",
"rmccue\/requests": "dev-master",
"mia3\/koseki": "*",
"symfony\/yaml": "^3.0",
"stecman\/symfony-console-completion": "^0.6.2",
"nikic\/fast-route": "^0.6.0",
"nikic\/php-parser": "dev-master",
"typo3fluid\/fluid": "dev-master",
"cogpowered\/finediff": "^0.3.1",
"league\/flysystem-sftp": "^1.0",
"vlucas\/phpdotenv": "^2.2",
"phpseclib\/phpseclib": "^2.0"
},
"require-dev": {
"phpunit\/phpunit": "*",
"mikey179\/vfsStream": "*"
},
"autoload": {
"psr-4": {
"Famelo\\Beard\\": "src"
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"bin": [
"bin\/beard"
],
"version": "1.16.4"
}