-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
200 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,49 @@ | ||
{ | ||
"name": "frosh/tools", | ||
"version": "1.2.3", | ||
"description": "Provides some basic things for managing the Shopware Installation", | ||
"type": "shopware-platform-plugin", | ||
"license": "MIT", | ||
"autoload": { | ||
"psr-4": { | ||
"Frosh\\Tools\\": "src/" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "FriendsOfShopware", | ||
"homepage": "https://friendsofshopware.com" | ||
} | ||
], | ||
"extra": { | ||
"shopware-plugin-class": "Frosh\\Tools\\FroshTools", | ||
"label": { | ||
"de-DE": "Tools", | ||
"en-GB": "Tools" | ||
"name": "frosh/tools", | ||
"version": "1.2.3", | ||
"description": "Provides some basic things for managing the Shopware Installation", | ||
"type": "shopware-platform-plugin", | ||
"license": "MIT", | ||
"autoload": { | ||
"psr-4": { | ||
"Frosh\\Tools\\": "src/" | ||
} | ||
}, | ||
"description": { | ||
"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.", | ||
"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." | ||
"authors": [ | ||
{ | ||
"name": "FriendsOfShopware", | ||
"homepage": "https://friendsofshopware.com" | ||
} | ||
], | ||
"extra": { | ||
"shopware-plugin-class": "Frosh\\Tools\\FroshTools", | ||
"label": { | ||
"de-DE": "Tools", | ||
"en-GB": "Tools" | ||
}, | ||
"description": { | ||
"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.", | ||
"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." | ||
}, | ||
"manufacturerLink": { | ||
"de-DE": "https://github.com/FriendsOfShopware/FroshTools", | ||
"en-GB": "https://github.com/FriendsOfShopware/FroshTools" | ||
}, | ||
"supportLink": { | ||
"de-DE": "https://github.com/FriendsOfShopware/FroshTools/issues", | ||
"en-GB": "https://github.com/FriendsOfShopware/FroshTools/issues" | ||
} | ||
}, | ||
"manufacturerLink": { | ||
"de-DE": "https://github.com/FriendsOfShopware/FroshTools", | ||
"en-GB": "https://github.com/FriendsOfShopware/FroshTools" | ||
"require": { | ||
"shopware/core": "~6.5.2" | ||
}, | ||
"supportLink": { | ||
"de-DE": "https://github.com/FriendsOfShopware/FroshTools/issues", | ||
"en-GB": "https://github.com/FriendsOfShopware/FroshTools/issues" | ||
} | ||
}, | ||
"require": { | ||
"shopware/core": "~6.5.2" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"symfony/runtime": true | ||
"config": { | ||
"allow-plugins": { | ||
"symfony/runtime": true | ||
} | ||
}, | ||
"scripts": { | ||
"cs-fix": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) oskarstark/php-cs-fixer-ga --rules @PER-CS2.0,@PER-CS2.0:risky --allow-risky=yes .", | ||
"phpstan": "docker run --rm -v $(pwd):/app aragon999/phpstan-shopware:v6.5.6 analyse --level max ." | ||
} | ||
}, | ||
"scripts": { | ||
"cs-fix": "docker run --rm -v $(pwd):$(pwd) -w $(pwd) oskarstark/php-cs-fixer-ga --rules @PER-CS2.0,@PER-CS2.0:risky --allow-risky=yes ." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.