From 2fa1a467638c576ab231ca86a467888a23544884 Mon Sep 17 00:00:00 2001 From: Albin Kerouanton Date: Thu, 13 Apr 2017 23:41:07 +0200 Subject: [PATCH] Create metapackage for OpenCloud 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..13e915d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Gaufrette OpenCloud adapter + +This repository is a metapackage for Gaufrette OpenCloud 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/open-cloud.html). diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c75be42 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "gaufrette/opencloud-adapter", + "description": "Opencloud adapter for Gaufrette", + "type": "metapackage", + "require": { + "knplabs/gaufrette": "^0.3", + "rackspace/php-opencloud": "^1.9.2" + }, + "authors": [ + { + "name": "KnpLabs", + "email": "hello@knplabs.com" + } + ] +}