Browse Source

fix composer

euromark 11 years ago
parent
commit
190bde5764
1 changed files with 4 additions and 4 deletions
  1. 4 4
      composer.json

+ 4 - 4
composer.json

@@ -1,9 +1,9 @@
 {
-	"name": "dereuromark/tools-cakephp",
+	"name": "dereuromark/cakephp-tools",
 	"type": "cakephp-plugin",
 	"description": "A CakePHP plugin containing lots of useful and reusable tools",
 	"keywords": ["cakephp", "plugin", "tools", "utils", "helpers", "components", "behaviors", "datasources"],
-	"homepage": "https://github.com/dereuromark/tools",
+	"homepage": "https://github.com/dereuromark/cakephp-tools",
 	"license": "MIT",
 	"authors": [
 		{
@@ -29,8 +29,8 @@
 		}
 	},
 	"support":{
-		"source": "https://github.com/dereuromark/tools",
-		"issues": "https://github.com/dereuromark/tools/issues"
+		"source": "https://github.com/dereuromark/cakephp-tools",
+		"issues": "https://github.com/dereuromark/cakephp-tools/issues"
 	},
 	"extra": {
 		"installer-name": "Tools"