forked from armetiz/LeezyPheanstalkBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 932 Bytes
/
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
{
"name": "leezy/pheanstalk-bundle",
"description": "The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.",
"keywords": ["Symfony2", "Beanstalkd", "Bundle", "Pheanstalk"],
"type": "symfony-bundle",
"homepage": "https://github.com/armetiz/LeezyPheanstalkBundle",
"license": "BSD",
"authors": [{
"name" : "Thomas Tourlourat",
"email" : "thomas@tourlourat.com",
"homepage": "http://www.armetiz.info"
}],
"require": {
"symfony/framework-bundle": ">=2.0",
"pda/pheanstalk": ">=2.1.0,<3.0-dev",
"symfony/monolog-bridge": ">=2.0"
},
"autoload": {
"psr-0": { "Leezy\\PheanstalkBundle": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"target-dir": "Leezy/PheanstalkBundle"
}