From ace936c4bdf5d677852f77e1626e8086cf09c8c7 Mon Sep 17 00:00:00 2001 From: schevalier Date: Tue, 16 May 2017 10:28:50 +0200 Subject: [PATCH] Create metapackage for Flysystem adapter --- README.md | 9 +++++++++ composer.json | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 README.md create mode 100644 composer.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..eed2aeb --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Gaufrette Flysystem adapter + +This repository is a metapackage for Gaufrette Flysystem adapter. + +For issues and PRs please go on [KnpLabs/Gaufrette](https://github.com/KnpLabs/Gaufrette). + +## Documentation + +Read the official [Gaufrette documentation](https://knplabs.github.io/Gaufrette/) and the documentation for this adapter [here](https://knplabs.github.io/Gaufrette/adapters/flysystem.html). diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d8acd0d --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "gaufrette/flysystem-adapter", + "description": "Flysystem adapter for Gaufrette", + "type": "metapackage", + "require": { + "knplabs/gaufrette": "^0.3", + "league/flysystem": "^1.0" + }, + "authors": [ + { + "name": "KnpLabs", + "email": "hello@knplabs.com" + } + ] +}