-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create metapackage for Flysystem adapter
- Loading branch information
0 parents
commit ace936c
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |