Skip to content

Commit

Permalink
change for the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stanma committed Nov 30, 2017
1 parent 18f5111 commit a48d713
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ To enable code sniff, аdd to `post-install-cmd` and `post-update-cmd` in `compo

"scripts": {
"post-install-cmd": [
"App\\Installer::postInstall"
"PHPCodeChecker\\Installer::postInstall"
],
"post-update-cmd": [
"App\\Installer::postInstall"
"PHPCodeChecker\\Installer::postInstall"
]
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"App\\": "src/"
"PHPCodeChecker\\": "src/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Installer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App;
namespace PHPCodeChecker;

class Installer
{
Expand Down

0 comments on commit a48d713

Please sign in to comment.