Skip to content

Commit 92e53db

Browse files
committed
Update configuration reference
1 parent 8f6f4a0 commit 92e53db

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,23 @@ public function registerBundles()
3232

3333
```yaml
3434
vcrvcr:
35+
enabled: true
36+
library_hooks:
37+
stream_wrapper: false
38+
curl: false
39+
soap: false
40+
request_matchers:
41+
method: true
42+
url: true
43+
query_string: true
44+
host: true
45+
headers: true
46+
body: true
47+
post_fields: true
3548
cassette:
36-
type: json
37-
path: '%kernel.cache_dir%/vcr'
38-
name: vcr
49+
type: json
50+
path: '%kernel.cache_dir%/vcr'
51+
name: vcr
3952
```
4053
4154
## Credits

0 commit comments

Comments
 (0)