-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 820 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 820 Bytes
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
{
"name": "eab/unique-datatypes-bundle",
"description": "eZ Unique Datatypes extension for eZ Publish",
"type": "ezplatform-bundle",
"keywords": [
"eab",
"unique-datatypes-bundle",
"ezplatform",
"ezpublish",
"datatype"
],
"homepage": "https://github.com/eab-dev/UniqueDatatypesBundle",
"license": "GPL-2.0",
"authors": [
{ "name": "Piotrek Karaś", "homepage": "http://www.mediaself.pl" },
{ "name": "Enterprise AB Ltd", "homepage": "http://eab.uk" }
],
"require": {
"ezsystems/ezpublish-kernel": "^6.0|^7.0"
},
"suggest": {
"eab/ezuniquedatatypes": "To edit this field type in legacy administration interface"
},
"autoload": {
"psr-4": { "Eab\\UniqueDatatypesBundle\\": "" }
}
}