forked from sulu/SuluArticleBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (38 loc) · 1.11 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
37
38
39
{
"name": "sulu/article-bundle",
"description": "Sulu bundle for managing articles",
"type": "sulu-bundle",
"license": "MIT",
"require": {
"php": "^5.5 || ^7.0",
"sulu/sulu": "^1.4 || 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 || ^5.0",
"php-task/task-bundle": "@dev",
"php-task/php-task": "@dev"
},
"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\\": ""
}
}
}