1 Commits
patch-1 ... sw

Author SHA1 Message Date
zyphlar
c31fb8834f Update composer.json 2017-03-11 02:04:12 -08:00
2 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ Adapter which allows you to cache other adapters
* `source` The source adapter that must be cached *(required)* * `source` The source adapter that must be cached *(required)*
* `cache` The adapter used to cache the source *(required)* * `cache` The adapter used to cache the source *(required)*
* `ttl` Time to live, in seconds *(default 0)* * `ttl` Time to live *(default 0)*
* `serializer` The adapter used to cache serializations *(default null)* * `serializer` The adapter used to cache serializations *(default null)*
## Example ## Example
@@ -35,4 +35,4 @@ knp_gaufrette:
filesystems: filesystems:
media: media:
adapter: media_cache adapter: media_cache
``` ```

View File

@@ -15,9 +15,15 @@
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
} }
], ],
"repositories": [
{
"type": "git",
"url": "https://github.com/zyphlar/Gaufrette"
}
],
"require": { "require": {
"symfony/framework-bundle": "~2.0|~3.0", "symfony/framework-bundle": "~2.0|~3.0",
"knplabs/gaufrette": "~0.1.7|~0.2" "knplabs/gaufrette": "dev-sw"
}, },
"require-dev": { "require-dev": {
"symfony/yaml": "~2.0|~3.0", "symfony/yaml": "~2.0|~3.0",