Skip to content

Commit

Permalink
Allow to use composers autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSW committed Oct 2, 2016
1 parent 2ac7cd2 commit c6fc204
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"minimum-stability": "dev",
"require": {
"net/http": "1.1.*"
}
},
"autoload": {
"psr-4": {
"XenForoBDClient\\": "src/XenForoBDClient"
}
}
}
2 changes: 1 addition & 1 deletion src/Scopes.php → src/XenForoBDClient/Scopes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace XenForoBD;
namespace XenForoBDClient;

final class Scopes {
const READ = 'read';
Expand Down

0 comments on commit c6fc204

Please sign in to comment.