From 4b267b8034d62d860fea99e15acdd420bb399e44 Mon Sep 17 00:00:00 2001 From: Brecht Date: Thu, 21 Nov 2024 18:33:56 +0100 Subject: [PATCH 1/2] Add warning --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b172da5..639cd21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Azure Storage PHP Adapter Flysystem +# Azure Storage Blob PHP Adapter Flysystem [![Latest Version on Packagist](https://img.shields.io/packagist/v/azure-oss/storage-blob-flysystem.svg)](https://packagist.org/packages/azure-oss/storage-blob-flysystem) [![Packagist Downloads](https://img.shields.io/packagist/dm/azure-oss/storage-blob-flysystem)](https://packagist.org/packages/azure-oss/storage-blob-flysystem) @@ -6,7 +6,14 @@ ## Minimum Requirements +> [!WARNING] +> Data Lake Storage (Storage Account with hierarchical namespace enabled) is unsupported. + * PHP 8.1 or above +* Required PHP extensions + * curl + * json + * xml ## Install From 7bb062a56fb4e83f3aeef86fe59f7ea42f6b011e Mon Sep 17 00:00:00 2001 From: Brecht Date: Thu, 21 Nov 2024 18:35:31 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 639cd21..cd5f6a1 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ [![Packagist Downloads](https://img.shields.io/packagist/dm/azure-oss/storage-blob-flysystem)](https://packagist.org/packages/azure-oss/storage-blob-flysystem) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/azure-oss/azure-storage-php-adapter-flysystem/tests.yml?branch=main)](https://github.com/azure-oss/azure-storage-php-adapter-flysystem/actions) -## Minimum Requirements - > [!WARNING] > Data Lake Storage (Storage Account with hierarchical namespace enabled) is unsupported. +## Minimum Requirements + * PHP 8.1 or above * Required PHP extensions * curl