Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • 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.
8 changes: 4 additions & 4 deletions composer.json
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"
}
}

0 comments on commit a85bcc5

Please sign in to comment.