@@ -18,7 +18,7 @@ Installing the Plugin is pretty much as with every other CakePHP Plugin.
* Put the files in `APP/Plugin/Tools`
* Make sure you have `CakePlugin::load('Tools')` or `CakePlugin::loadAll()` in your bootstrap
-Tip: You can also use packagist now @ https://packagist.org/packages/dereuromark/tools-cakephp
+Tip: You can also use packagist now @ https://packagist.org/packages/dereuromark/cakephp-tools
That's it. It should be up and running.
@@ -1,5 +1,5 @@
{
- "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"],