-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sebastian König
committed
Aug 9, 2017
1 parent
04f0939
commit a85bcc5
Showing
1 changed file
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "tinect/extend-plugin-manager", | ||
"type": "shopware-plugin", | ||
"keywords": ["PluginManager", "shopware"], | ||
"description": "Shopware ExtendPluginManager", | ||
"keywords": ["shopware", "backend", "pluginmanager"], | ||
"description": "Extends the Plugin Manager", | ||
"license": "MIT", | ||
"type": "shopware-plugin", | ||
"extra": { | ||
"installer-name": "tinectExtendPluginManager" | ||
}, | ||
"require": { | ||
"composer/installers": "^1.0" | ||
"composer/installers": "~1.0" | ||
} | ||
} |