forked from netgen/TagsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 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
{
"name": "netgen/tagsbundle",
"description": "Netgen Tags Bundle is an eZ Platform / eZ Publish bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Publish kernel.",
"license": "GPL-2.0",
"authors": [
{
"name": "Netgen",
"homepage": "http://www.netgenlabs.com"
}
],
"require": {
"ezsystems/ezpublish-kernel": "^6.0",
"ezsystems/ezplatform-solr-search-engine": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"symfony/symfony": "^2.7",
"symfony/phpunit-bridge": "^2.7"
},
"suggest": {
"ezsystems/eztags-ls": "For managing tags in legacy admin interface"
},
"conflict": {
"ezsystems/eztags-ls": "<2.1"
},
"autoload": {
"psr-4": {"Netgen\\TagsBundle\\": ""}
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}