-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (30 loc) · 927 Bytes
/
composer.json
File metadata and controls
36 lines (30 loc) · 927 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
34
35
36
{
"name": "hawkbox/iron-io-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle wrapping IronIO PHP bindings",
"keywords": ["ironio","ironmq","ironworker","ironcache","message","queue"],
"homepage": "https://github.com/NewbridgeGreen/IronIOBundle",
"license": "MIT",
"authors": [
{
"name": "Jamie Sutherland",
"email": "jamie@newbridgegreen.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1.0",
"iron-io/iron_mq": "*",
"iron-io/iron_worker": "*",
"iron-io/iron_cache": "*"
},
"require-dev": {
"symfony/yaml": ">=2.0.0"
},
"autoload": {
"psr-0": {
"Hawkbox\\Bundle\\IronIOBundle": ""
}
},
"target-dir": "Hawkbox/Bundle/IronIOBundle"
}