Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh Mhetre committed Aug 26, 2016
2 parents 46ae4c9 + 35370b5 commit 9abd298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"autoload": {
"psr-4": {
"mhetreramesh\\flysystem\backblaze\\": "src"
"Mhetreramesh\\Flysystem\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"mhetreramesh\\flysystem-backblaze\\": "tests"
"Mhetreramesh\\Flysystem\\Tests\\": "tests"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/BackblazeAdapter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Mhetreramesh\Flysystem\BackblazeAdapter;
namespace Mhetreramesh\Flysystem;

use ChrisWhite\B2\Client;
use League\Flysystem\Adapter\AbstractAdapter;
Expand Down

0 comments on commit 9abd298

Please sign in to comment.