forked from udokmeci/yii2-beanstalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.13 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
{
"name": "udokmeci/yii2-beanstalk",
"type": "library",
"description": "Yii2 Beanstalk Client at the top of Paul Annesley's pheanstalk",
"keywords": ["beanstalkd","beanstalk client","yii2"],
"homepage": "https://github.com/udokmeci/yii2-beanstalk",
"license": "MIT",
"authors": [
{
"name": "Uğur DÖKMECİ",
"email": "[email protected]",
"homepage": "https://github.com/udokmeci/yii2-beanstalk",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/udokmeci/yii2-beanstalk"
},
"require": {
"php": ">=5.5",
"yiisoft/yii2": ">=2.0.38",
"pda/pheanstalk": "~3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0" : {
"udokmeci\\yii2beanstalk" : "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}