Skip to content

Commit b49e34f

Browse files
committed
fix: wrong indents in composer.json
1 parent f063ab2 commit b49e34f

1 file changed

Lines changed: 45 additions & 44 deletions

File tree

composer.json

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,47 @@
11
{
2-
"name" : "frosh/tools",
3-
"version" : "0.2.5",
4-
"description" : "Provides some basic things for managing the Shopware Installation",
5-
"type" : "shopware-platform-plugin",
6-
"license" : "MIT",
7-
"autoload" : {
8-
"psr-4" : {
9-
"Frosh\\Tools\\" : "src/"
10-
}
11-
},
12-
"authors" : [{
13-
"name" : "FriendsOfShopware",
14-
"homepage" : "https://friendsofshopware.com"
15-
}
16-
],
17-
"extra" : {
18-
"shopware-plugin-class" : "Frosh\\Tools\\FroshTools",
19-
"label" : {
20-
"de-DE" : "Tools",
21-
"en-GB" : "Tools"
22-
},
23-
"description" : {
24-
"de-DE" : "Die kostenlose Shopware 6 App beinhaltet mehrere Werkzeuge um den Shop besser zu verwalten. Optimierter Cache Manager, Log Viewer um die Logeinträge zu sehen oder Tasks auszuführen.",
25-
"en-GB" : "The free Shopware 6 app include several tools to manage the store much better like a cache manager, log viewer to see the log entries, run the tasks or see the system status."
26-
},
27-
"manufacturerLink" : {
28-
"de-DE" : "https://github.com/FriendsOfShopware/FroshTools",
29-
"en-GB" : "https://github.com/FriendsOfShopware/FroshTools"
30-
},
31-
"supportLink" : {
32-
"de-DE" : "https://github.com/FriendsOfShopware/FroshTools/issues",
33-
"en-GB" : "https://github.com/FriendsOfShopware/FroshTools/issues"
34-
}
35-
},
36-
"require" : {
37-
"shopware/core" : "~6.4.11",
38-
"jawira/plantuml-encoding" : "~1.1.0"
39-
},
40-
"require-dev" : {
41-
"friendsofphp/php-cs-fixer" : "~3.0"
42-
},
43-
"scripts" : {
44-
"cs-fixer" : "php-cs-fixer fix"
45-
}
2+
"name": "frosh/tools",
3+
"version": "0.2.5",
4+
"description": "Provides some basic things for managing the Shopware Installation",
5+
"type": "shopware-platform-plugin",
6+
"license": "MIT",
7+
"autoload": {
8+
"psr-4": {
9+
"Frosh\\Tools\\": "src/"
10+
}
11+
},
12+
"authors": [
13+
{
14+
"name": "FriendsOfShopware",
15+
"homepage": "https://friendsofshopware.com"
16+
}
17+
],
18+
"extra": {
19+
"shopware-plugin-class": "Frosh\\Tools\\FroshTools",
20+
"label": {
21+
"de-DE": "Tools",
22+
"en-GB": "Tools"
23+
},
24+
"description": {
25+
"de-DE": "Die kostenlose Shopware 6 App beinhaltet mehrere Werkzeuge um den Shop besser zu verwalten. Optimierter Cache Manager, Log Viewer um die Logeinträge zu sehen oder Tasks auszuführen.",
26+
"en-GB": "The free Shopware 6 app include several tools to manage the store much better like a cache manager, log viewer to see the log entries, run the tasks or see the system status."
27+
},
28+
"manufacturerLink": {
29+
"de-DE": "https://github.com/FriendsOfShopware/FroshTools",
30+
"en-GB": "https://github.com/FriendsOfShopware/FroshTools"
31+
},
32+
"supportLink": {
33+
"de-DE": "https://github.com/FriendsOfShopware/FroshTools/issues",
34+
"en-GB": "https://github.com/FriendsOfShopware/FroshTools/issues"
35+
}
36+
},
37+
"require": {
38+
"shopware/core": "~6.4.11",
39+
"jawira/plantuml-encoding": "~1.1.0"
40+
},
41+
"require-dev": {
42+
"friendsofphp/php-cs-fixer": "~3.0"
43+
},
44+
"scripts": {
45+
"cs-fixer": "php-cs-fixer fix"
46+
}
4647
}

0 commit comments

Comments
 (0)