diff --git a/composer.json b/composer.json index 67be3e9..1912ac6 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "LGPL-3.0", "autoload": { "psr-4": { - "Piwik\\GithubSync\\": "src/" + "Matomo\\GithubSync\\": "src/" } }, "require": { diff --git a/github-sync.php b/github-sync.php index 9042c2a..5725268 100755 --- a/github-sync.php +++ b/github-sync.php @@ -1,7 +1,7 @@ #!/usr/bin/env php