Skip to content

Commit

Permalink
Do not depends on sensio/framework-extra-bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 7, 2020
1 parent 8067b6b commit ca22516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/config/packages/eulogin_cas_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ services:
$serverRequest: '@cas.psrrequest'
$properties: '@cas.configuration'
$client: '@psr18.http_client'
$uriFactory: '@nyholm.psr7.psr17_factory'
$responseFactory: '@nyholm.psr7.psr17_factory'
$requestFactory: '@nyholm.psr7.psr17_factory'
$streamFactory: '@nyholm.psr7.psr17_factory'
$uriFactory: '@cas.psr17_factory'
$responseFactory: '@cas.psr17_factory'
$requestFactory: '@cas.psr17_factory'
$streamFactory: '@cas.psr17_factory'
$cache: '@cache.app'
$logger: '@logger'

0 comments on commit ca22516

Please sign in to comment.