-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (48 loc) · 1.2 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
47
48
49
{
"name":"se/library.php",
"type":"library",
"description":"Library maker for PHP",
"keywords":[
],
"homepage":"",
"source":"[email protected]:stephaneerard/Workflowing.php.git",
"dist":{
"type":"zip",
"url":"https://github.com/stephaneerard/Workflowing.php/zipball/master"
},
"version":"1.0.1",
"license":"MIT",
"authors":[
{
"name":"Stéphane Erard",
"email":"[email protected]"
}
],
"repositories":{
"koto":{
"package":{
"name":"koto/phar-util",
"version":"1.0.0",
"source":{
"url":"git://github.com/koto/phar-util.git",
"type":"git",
"reference":"master"
}
}
}
},
"require":{
"php":">=5.3",
"symfony/console":"2.1.*",
"symfony/finder":"2.1.*",
"koto/phar-util":">=0.0.0",
"symfony/filesystem":"2.1.*",
"composer/composer":"*"
},
"autoload":{
"psr-0":{
"se\\Library":"src/"
}
},
"bin": ["bin/library.phar", "bin/library.phar.pubkey"]
}