forked from shamiao/l4mysqlqueue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 775 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 775 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
{
"name": "shamiao/l4mysqlqueue",
"description": "A laravel 4 queue driver using MySQL database, developed for small websites. ",
"keywords": [
"laravel",
"queue",
"mysql"
],
"homepage": "https://github.com/shamiao/l4mysqlqueue",
"license": "MIT",
"authors": [
{
"name": "SHA Miao",
"email": "shamiaoc@gmail.com",
"homepage": "http://miao.im"
}
],
"require": {
"php": ">=5.4.0",
"nesbot/carbon": "~1.0",
"illuminate/support": "4.2.*"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"Shamiao\\L4mysqlqueue\\": "src/"
}
},
"minimum-stability": "stable"
}