Skip to content

Commit

Permalink
drop azure blob storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed May 23, 2023
1 parent 91d0588 commit 9c85698
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 171 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"intervention/image": "^2.6",
"league/flysystem": "^1.1.4",
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-azure-blob-storage": "^1.0",
"league/flysystem-cached-adapter": "^1.1",
"maennchen/zipstream-php": "^2.0",
"monolog/monolog": "^1.23",
Expand Down
182 changes: 26 additions & 156 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ nav_order: 9
---
# Changelog

## [3.6.2] - 2023-05-24
### Changed
- Support for PHP 8.2

### Removed
- Azure blob storage driver

## [3.6.1] - 2022-11-27
### Changed
- Upgraded dependencies
Expand Down
13 changes: 0 additions & 13 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,19 +191,6 @@ return array(
);
```

+ Azure Blob Storage
```php
return array(
...
'storage' => array (
'driver' => 'azure',
'account_name' => 'the-storage-account-name',
'account_key' => 'the-account-key',
'container_name' => 'container-name',
),
);
```

## Changing themes
XBackBone supports all [bootswatch.com](https://bootswatch.com/) themes.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c85698

Please sign in to comment.