Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SOSTheBlack committed Jun 2, 2017
2 parents dba3c8b + a30bac5 commit 01cd01a
Show file tree
Hide file tree
Showing 18 changed files with 830 additions and 59 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"autoload": {
"psr-4": {
"Moip\\": "src/"
}
},
"files": [
"src/Helper/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down
7 changes: 4 additions & 3 deletions src/MoipBasicAuth.php → src/Auth/BasicAuth.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?php

namespace Moip;
namespace Moip\Auth;

use Moip\Contracts\Authentication;
use Requests_Hooks;

/**
* Class MoipBasicAuth.
* Class BasicAuth.
*/
class MoipBasicAuth implements MoipAuthentication
class BasicAuth implements Authentication
{
/**
* Token.
Expand Down
Loading

0 comments on commit 01cd01a

Please sign in to comment.