Skip to content

Commit

Permalink
Merge pull request #13 from consilience/flysystem3
Browse files Browse the repository at this point in the history
Flysystem v3
  • Loading branch information
judgej authored May 31, 2022
2 parents e40f9be + b084fb3 commit d6022cd
Show file tree
Hide file tree
Showing 7 changed files with 902 additions and 637 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@
],
"require": {
"php": ">=8.1.0",
"league/flysystem": "^1.0.50",
"league/flysystem": "^3.0",
"microsoft/azure-storage-file": "^1.2.5"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.5",
"vlucas/phpdotenv": "^5.4"
"vlucas/phpdotenv": "^5.4",
"league/flysystem-adapter-test-utilities": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Consil\Flysystem\Azure;
namespace Consilience\Flysystem\Azure;

/**
* @deprecated deprecated since version 1.0.1
Expand Down
Loading

0 comments on commit d6022cd

Please sign in to comment.