forked from EvanK/EkIronMqBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (28 loc) · 809 Bytes
/
composer.json
File metadata and controls
33 lines (28 loc) · 809 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
33
{
"name": "codememe/ironmq-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle wrapping IronMQ PHP bindings",
"keywords": ["ironio","ironmq","message","queue"],
"homepage": "https://github.com/CodeMeme/CodeMemeIronMqBundle",
"license": "MIT",
"authors": [
{
"name": "Evan Kaufman",
"email": "evan@digitalflophouse.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0.0",
"iron-io/iron_mq": "1.1.*"
},
"require-dev": {
"symfony/yaml": ">=2.0.0"
},
"autoload": {
"psr-0": {
"CodeMeme\\IronMqBundle": ""
}
},
"target-dir": "CodeMeme/IronMqBundle"
}