Skip to content

Commit

Permalink
Use correct namespace to detect SensioFrameworkExtraBundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgarlag committed Feb 18, 2021
1 parent 8d78a2e commit 53e807e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.1.1...main)

### Fixed
- Use correct namespace to detect SensioFrameworkExtraBundle version

## [1.1.1](https://github.com/ajgarlag/psr-http-message-bundle/compare/1.1.0...1.1.1) - 2021-02-17

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

namespace Ajgarlag\Bundle\PsrHttpMessageBundle\DependencyInjection;

use Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver;
use Nyholm\Psr7\Factory\Psr17Factory;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\ServerRequestFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Psr\Http\Message\UploadedFileFactoryInterface;
use Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Configuration as SensioFrameworkExtraConfiguration;
use Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Compiler\AliasDeprecatedPublicServicesPass;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
Expand Down

0 comments on commit 53e807e

Please sign in to comment.