Skip to content

Commit

Permalink
Add missing sensiolabs/SensioFrameworkBundle interfaces alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 16, 2020
1 parent 2fb76e1 commit 4f3d864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/config/packages/cas_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ services:
psr.request:
alias: 'Psr\Http\Message\RequestInterface'
public: true

# Fix for https://github.com/sensiolabs/SensioFrameworkExtraBundle/pull/688
Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface: '@sensio_framework_extra.psr7.http_message_factory'
Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface: '@sensio_framework_extra.psr7.http_foundation_factory'

0 comments on commit 4f3d864

Please sign in to comment.