forked from sulu/SuluCommentBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 994 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
{
"name": "sulu/comment-bundle",
"description": "Sulu Bundle for adding comments on entities",
"type": "sulu-bundle",
"license": "MIT",
"require": {
"php": "^5.5 || ^7.0",
"sulu/sulu": "^1.3 || dev-develop"
},
"require-dev": {
"zendframework/zend-stdlib": "2.3.1 as 2.0.0rc5",
"zendframework/zendsearch": "2.*@dev",
"doctrine/doctrine-bundle": "1.4.*",
"jackalope/jackalope-doctrine-dbal": "^1.2.5",
"sulu/document-manager": "@dev",
"massive/search-bundle": "@dev",
"symfony/monolog-bundle": "2.4.*",
"phpunit/phpunit": ">=4.8, <6.0"
},
"keywords": [],
"authors": [
{
"name": "Sulu Comment",
"homepage": "https://github.com/sulu/SuluCommentBundle/contributors"
}
],
"homepage": "https://github.com/sulu/SuluCommentBundle",
"autoload": {
"psr-4": {
"Sulu\\Bundle\\CommentBundle\\": ""
}
}
}