-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (62 loc) · 2.03 KB
/
Copy pathcomposer.json
File metadata and controls
62 lines (62 loc) · 2.03 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "netlogix/neos-content",
"description": "This plugin enables Shopware templates to be designed with an Enterprise CMS.",
"version": "0.1.53",
"type": "shopware-platform-plugin",
"license": "MIT",
"autoload": {
"psr-4": {
"nlxNeosContent\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"nlxNeosContent\\Tests\\": "tests/"
}
},
"authors": [
{
"name": "netlogix GmbH & Co. KG"
}
],
"require": {
"shopware/core": ">=6.6.10.14",
"symfony/http-client": "^7.3",
"php": "^8.2"
},
"require-dev": {
"phpstan/phpstan": "^2.0",
"shopware/storefront": "*",
"shopwarelabs/phpstan-shopware": "^0.1.14"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"symfony/runtime": true
},
"audit": {
"block-insecure": false
}
},
"extra": {
"shopware-plugin-class": "nlxNeosContent\\NlxNeosContent",
"copyright": "(c) netlogix GmbH & Co. KG",
"label": {
"de-DE": "Enterprise Content Platform für Shopware",
"en-GB": "Enterprise Content Platform for Shopware"
},
"manufacturerLink": {
"de-DE": "https://www.netlogix.de",
"en-GB": "https://www.netlogix.de"
},
"supportLink": {
"de-DE": "https://websolutions.netlogix.de/kontakt/",
"en-GB": "https://websolutions.netlogix.de/kontakt/"
},
"description": {
"de-DE": "Dieses Plugin ermöglicht es, Shopware Templates mit einem Enterprise-CMS aus Neos zu gestalten und Inhalte redaktionell zu pflegen sowie direkt im Storefront auszuspielen.",
"en-GB": "This plugin lets you design Shopware templates with an enterprise CMS powered by Neos, manage content editorially and deliver it straight into your Shopware storefront."
},
"shopware-admin": "Resources/app/administration"
}
}