-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
31 lines (31 loc) · 1.04 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
{
"name": "netgen/enhanced-selection-bundle",
"description": "Netgen Enhanced Selection bundle for eZ Publish",
"type": "ezplatform-bundle",
"license": "GPL-2.0",
"authors": [
{
"name": "Netgen",
"homepage": "http://www.netgenlabs.com"
}
],
"require": {
"ezsystems/ezpublish-kernel": "^6.11"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
"netgen/ez-forms-bundle": "*"
},
"suggest": {
"netgen/enhancedselection2": "To edit this field type in legacy administration interface",
"netgen/ez-forms-bundle": "Allows use of enhanced selection field type with Symfony forms",
"ezsystems/ezplatform-solr-search-engine": "Allows use of EnhancedSelection search criterion with Solr search engine"
},
"conflict": {
"netgen/enhancedselection2": "<2.0",
"ezsystems/ezplatform-solr-search-engine": "<1.1.3|1.2.0"
},
"autoload": {
"psr-4": { "Netgen\\Bundle\\EnhancedSelectionBundle\\": "" }
}
}