forked from netgen/metadata-bundle
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 827 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 827 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
28
29
30
{
"name": "se7enxweb/metadata-bundle",
"description": "Metadata bundle for eZ Platform / Exponential Platform. Based on xrowmetadata extension for eZ Publish Legacy.",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Netgen",
"homepage": "https://netgen.io"
},
{
"name": "xrow GmbH",
"homepage": "http://www.xrow.de"
}
],
"require": {
"php": "^7.3 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4 || ^8.5",
"ezsystems/ezplatform-kernel": "^1.0"
},
"replace": {
"netgen/metadata-bundle": "self.version"
},
"autoload": {
"psr-4": { "Netgen\\Bundle\\MetadataBundle\\": "bundle/" }
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}