-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.08 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
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
{
"name": "lemon/lemon",
"description": "Online betting analysis tool",
"license": "proprietary",
"authors": [
{
"name": "Sava Gerov",
"email": "sava@gerov.es",
"homepage": "http://gerov.es/"
},
{
"name": "Pau Gay",
"email": "pau.gay@gmail.com",
"homepage": "http://paugay.com/"
}
],
"require": {
"php": ">=5.3.0",
"monolog/monolog": "1.7.*",
"fabpot/goutte": "1.0.*",
"twbs/bootstrap": "3.0.*",
"jquery/jquery": "1.11.*",
"pimple/pimple": "1.0.*@dev",
"symfony/yaml": "2.2.*@dev"
},
"autoload": {
"psr-0": {
"Lemon": "src/"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.11.0",
"dist": {
"url": "http://code.jquery.com/jquery-1.11.0.js",
"type": "file"
}
}
}
]
}