File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ services:
1111 vcr.config :
1212 class : VCR\Configuration
1313 calls :
14- - [ enableLibraryHooks, [ %vcr.library_hooks% ]]
15- - [ enableRequestMatchers, [ %vcr.request_matchers% ] ]
16- - [ setCassettePath, [ %vcr.cassette.path% ] ]
17- - [ setStorage, [ %vcr.cassette.type% ] ]
14+ - [ enableLibraryHooks, [ " %vcr.library_hooks%" ]]
15+ - [ enableRequestMatchers, [ " %vcr.request_matchers%" ] ]
16+ - [ setCassettePath, [ " %vcr.cassette.path%" ] ]
17+ - [ setStorage, [ " %vcr.cassette.type%" ] ]
1818
1919 vcr.http_client :
2020 class : VCR\Util\HttpClient
@@ -29,3 +29,4 @@ services:
2929 arguments : [ '@vcr.config', '@vcr.http_client', '@vcr.factory' ]
3030 calls :
3131 - [ setEventDispatcher, [ '@event_dispatcher' ] ]
32+ public : true
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "symfony/framework-bundle" : " ~2.6||~3.0" ,
13+ "symfony/framework-bundle" : " ~2.6||~3.0||~4.0 " ,
1414 "php-vcr/php-vcr" : " ~1.2"
1515 },
1616 "autoload" : {
You can’t perform that action at this time.
0 commit comments