-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
94 lines (93 loc) · 2.27 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "dcarrith/mpdtunes",
"description": "MPDTunes - Free your music, own your cloud.",
"keywords": ["Music Streaming", "MPDTunes"],
"license": "MIT",
"authors": [
{
"name": "David Carrithers",
"email": "dcarrith@gmail.com"
}
],
"require": {
"laravel/framework": "4.2.*",
"nesbot/Carbon": "*",
"Dcarrith/CIFirePHP": "dev-master",
"Dcarrith/CIZip": "dev-master",
"Dcarrith/LxMPD": "dev-master",
"Dcarrith/LetId3": "dev-master",
"Dcarrith/Queuel": "dev-master",
"way/generators": "dev-master",
"barryvdh/laravel-debugbar": "dev-master",
"barryvdh/laravel-ide-helper": "1.*",
"mockery/mockery": "dev-master",
"sidney/latchet": "dev-master",
"react/zmq": "dev-master",
"intervention/image": "2.*",
"intervention/imagecache": "dev-master",
"phansys/getid3": "2.1.*@dev",
"iron-io/iron_mq": "1.5.*",
"pda/pheanstalk": "2.*@dev",
"aws/aws-sdk-php": "dev-master",
"videlalvaro/php-amqplib": "2.2.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dcarrith/cifirephp"
},
{
"type": "vcs",
"url": "https://github.com/dcarrith/cizip"
},
{
"type": "vcs",
"url": "https://github.com/dcarrith/lxmpd"
},
{
"type": "vcs",
"url": "https://github.com/dcarrith/letid3"
},
{
"type": "vcs",
"url": "https://github.com/dcarrith/queuel"
},
{
"type": "vcs",
"url": "https://github.com/sidneywidmer/latchet"
},
{
"type": "vcs",
"url": "https://github.com/dcarrith/Laravel-4-Generators"
}
],
"autoload": {
"classmap": [
"app/commands",
"app/controllers",
"app/libraries",
"app/models",
"app/models/services",
"app/database/migrations",
"app/database/seeds",
"app/tests/TestCase.php"
]
},
"scripts": {
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-install-cmd": [
"php artisan ide-helper:generate",
"php artisan optimize"
],
"post-update-cmd": [
"php artisan ide-helper:generate",
"php artisan optimize"
]
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
}