From ff439ec2e2879636639b5a56adec5ac300bcbe09 Mon Sep 17 00:00:00 2001 From: bobmulder Date: Fri, 15 Jul 2016 16:33:46 +0200 Subject: [PATCH] Fix composer.json --- LICENSE | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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" } }