Skip to content

Commit

Permalink
Create metapackage for GridFS adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Kerouanton committed Jun 17, 2017
0 parents commit 31f4f9b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Gaufrette GridFS adapter

This repository is a metapackage for Gaufrette GridFS 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/grid-fs.html).
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gaufrette/gridfs-adapter",
"description": "GridFS adapter for Gaufrette",
"type": "metapackage",
"require": {
"knplabs/gaufrette": "^0.3",
"mongodb/mongodb": "~1.1.2",
"ext-mongodb": "*"
},
"authors": [
{
"name": "KnpLabs",
"email": "[email protected]"
}
]
}

0 comments on commit 31f4f9b

Please sign in to comment.