forked from KnpLabs/KnpDisqusBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (31 loc) · 877 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
28
29
30
31
32
33
34
35
36
{
"name": "knplabs/knp-disqus-bundle",
"type": "symfony-bundle",
"keywords": ["comments", "forum", "disqus"],
"homepage": "http://github.com/KnpLabs/KnpDisqusBundle",
"license": "MIT",
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/KnpLabs/KnpDisqusBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0",
"kriswallsmith/buzz": "0.7"
},
"require-dev": {
"knplabs/knp-zend-cache-bundle": "*"
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\DisqusBundle": ""
}
},
"target-dir": "Knp/Bundle/DisqusBundle"
}