-
Notifications
You must be signed in to change notification settings - Fork 28
/
plugin.json
33 lines (33 loc) · 1.36 KB
/
plugin.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
{
"version" : "5.0.68",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"description" : "Basic php functions for plentymarkets shop designs",
"shortDescription" : {"de": "PHP-Grundfunktionen für plentymarkets Template-Plugins","en": "Basic PHP functions for plentymarkets template plugins"},
"categories" : ["3885"],
"author" : "plentysystems AG",
"authorIcon" : "icon_author_xs.png",
"email" : "[email protected]",
"phone" : "+49 561 98 681 100",
"keywords" : ["plentymarkets", "plugins", "layout", "template"],
"type" : "template",
"require" : [],
"namespace" : "IO",
"serviceProvider" : "IO\\Providers\\IOServiceProvider",
"platform": {
"php": ">=7.3 <8.1"
},
"javaScriptFiles" : [],
"containers" : [],
"dataProviders" : [],
"dependencies" : [],
"runOnBuild" : [
"IO\\Migrations\\ItemWishListMigration_0_0_1",
"IO\\Migrations\\UserDataHashTableMigration_0_0_1",
"IO\\Migrations\\UserDataHashTableMigration_0_0_2",
"IO\\Migrations\\PageNotFoundConfigMigration_0_0_1"
]
}