forked from leadvertex/plugin-addon-enum-fields
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 770 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 770 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": "leadvertex/plugin-addon-enum-fields",
"description": "LeadVertex plugin component provide implementation of ValuesListInterface for fields",
"type": "library",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Timur Kasumov aka XAKEPEHOK",
"email": "support@leadvertex.com"
}
],
"require": {
"php": ">=7.4",
"ext-json": "*",
"leadvertex/plugin-component-form": "^0.10.6",
"xakepehok/enum-helper": "^0.1.0",
"leadvertex/plugin-component-access": "^0.1.8",
"leadvertex/plugin-component-api-client": "^0.6.0",
"leadvertex/plugin-component-translations": "^0.1.2"
},
"autoload": {
"psr-4": {
"Leadvertex\\Plugin\\Addon\\EnumFields\\": "src/"
}
}
}