Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmulder committed Jul 15, 2016
1 parent 793c487 commit ff439ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "cakeplugins/notifier",
"name": "bakkerij/notifier",
"description": "Notifier plugin for CakePHP",
"type": "cakephp-plugin",
"require": {
Expand All @@ -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"
}
}
Expand Down

0 comments on commit ff439ec

Please sign in to comment.