-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 837 Bytes
/
composer.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
{
"name": "brianvarskonst/shopware6-plugin",
"description": "Shopware 6 Plugin Template",
"type": "shopware-platform-plugin",
"license": "MIT",
"version": "0.0.1",
"autoload": {
"psr-4": {
"Brianvarskonst\\Plugin\\": "src/"
}
},
"require": {
"php": "^7.4 || ^8.0"
},
"authors": [
{
"name": "Brian Schäffner",
"email": "burnify.design@gmail.com",
"homepage": "https://coming.soom"
}
],
"extra": {
"shopware-plugin-class": "Plugin",
"plugin-icon": "src/Resources/config/plugin.png",
"label": {
"de-DE": "Shopware 6 Plugin Template",
"en-GB": "Shopware 6 Plugin Template"
}
},
"require-dev": {
"phpro/grumphp-shim": "^1.0"
}
}