diff --git a/LICENSE b/LICENSE index 6c171d1..caaf196 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 CakeManager +Copyright (c) 2015 Bakkerij Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index 0731d76..e8f192b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "cakeplugins/notifier", + "name": "bakkerij/notifier", "description": "Notifier plugin for CakePHP", "type": "cakephp-plugin", "require": { @@ -12,12 +12,12 @@ }, "autoload": { "psr-4": { - "CakePlugins\\Notifier\\": "src" + "Bakkerij\\Notifier\\": "src" } }, "autoload-dev": { "psr-4": { - "CakePlugins\\Notifier\\Test\\": "tests", + "Bakkerij\\Notifier\\Test\\": "tests", "Cake\\Test\\": "./vendor/cakephp/cakephp/tests" } }