forked from sulu/SuluArticleBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.01 KB
/
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": "sulu/article-bundle",
"description": "Sulu Bundle for managing articles",
"type": "sulu-bundle",
"license": "MIT",
"require": {
"php": "^5.5 || ^7.0",
"sulu/sulu": "dev-develop",
"sulu/document-manager": "@dev",
"massive/search-bundle": "@dev",
"ongr/elasticsearch-bundle": "~1.0"
},
"require-dev": {
"zendframework/zend-stdlib": "2.3.1 as 2.0.0rc5",
"zendframework/zendsearch": "2.*@dev",
"symfony/monolog-bundle": "2.4.*",
"doctrine/doctrine-bundle": "1.4.*",
"jackalope/jackalope-doctrine-dbal": "^1.2.5",
"phpunit/phpunit": ">=4.8"
},
"keywords": [
"articles"
],
"authors": [
{
"name": "Sulu Article",
"homepage": "https://github.com/sulu/SuluArticleBundle/contributors"
}
],
"homepage": "https://github.com/sulu/SuluArticleBundle",
"autoload": {
"psr-4": {
"Sulu\\Bundle\\ArticleBundle\\": ""
}
}
}