Skip to content

Commit

Permalink
Renamed to contao-user2group
Browse files Browse the repository at this point in the history
  • Loading branch information
kozi committed Jul 14, 2015
1 parent 51173bf commit 23c67a0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "martin-kozianka/user2group_viewer",
"name": "martin-kozianka/contao-user2group",
"description": "User 2 Group Viewer, Group and user definition summary page for the backend",
"keywords": [
"contao",
Expand All @@ -20,16 +20,14 @@
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/kozi/user2group_viewer/issues",
"issues": "https://github.com/kozi/contao-user2group/issues",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/kozi/user2group_viewer"
"source": "https://github.com/kozi/contao-user2group"
},
"require": {
"contao-community-alliance/composer-plugin": "~2"
},
"require-dev": {
"php": ">=5.5",
"contao/core": ">=3.3"
"contao/core": ">=3.3",
"contao-community-alliance/composer-plugin": "~2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -39,7 +37,7 @@
"extra": {
"contao": {
"sources": {
"contao": "system/modules/user2group_viewer"
"contao": "system/modules/user2group"
}
}
},
Expand Down

0 comments on commit 23c67a0

Please sign in to comment.