From 49f7ea33d2598c7f2e04cfc5fc4d1a3b5e30edc1 Mon Sep 17 00:00:00 2001 From: Fabien Schurter Date: Thu, 4 May 2017 07:02:52 +0200 Subject: [PATCH] Create metapackage for FTP adapter --- README.md | 9 +++++++++ composer.json | 14 ++++++++++++++ 2 files changed, 23 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..96c7909 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Gaufrette FTP adapter + +This repository is a metapackage for Gaufrette FTP 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/ftp.html). diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ecb4b25 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "gaufrette/ftp-adapter", + "description": "FTP adapter for Gaufrette", + "type": "metapackage", + "require": { + "knplabs/gaufrette": "^0.3" + }, + "authors": [ + { + "name": "KnpLabs", + "email": "hello@knplabs.com" + } + ] +}