Skip to content

Commit

Permalink
[shopsys] upgrade to Symfony 6.4 (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored Nov 25, 2024
2 parents b1fc0fa + 0ec833b commit 6a32627
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"shopsys/category-feed-luigis-box": "16.0.x-dev",
"shopsys/product-feed-luigis-box": "16.0.x-dev",
"overblog/dataloader-bundle": "^0.6.0",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/routing": "^5.4"
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/routing": "^6.4"
},
"require-dev": {
"phpunit/phpunit": "^11.2.1"
Expand Down
4 changes: 2 additions & 2 deletions src/Component/LuigisBox/LuigisBoxClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Shopsys\LuigisBoxBundle\Component\LuigisBox;

use Monolog\Logger;
use Shopsys\ArticleFeed\LuigisBoxBundle\Model\LuigisBoxArticleFeedItem;
use Shopsys\BrandFeed\LuigisBoxBundle\Model\LuigisBoxBrandFeedItem;
use Shopsys\CategoryFeed\LuigisBoxBundle\Model\FeedItem\LuigisBoxCategoryFeedItem;
Expand All @@ -17,7 +18,6 @@
use Shopsys\LuigisBoxBundle\Model\Product\Filter\LuigisBoxFacetsToProductFilterOptionsMapper;
use Shopsys\LuigisBoxBundle\Model\Type\TypeInLuigisBoxEnum;
use Shopsys\ProductFeed\LuigisBoxBundle\Model\FeedItem\LuigisBoxProductFeedItem;
use Symfony\Bridge\Monolog\Logger;
use Symfony\Contracts\HttpClient\HttpClientInterface;
use Throwable;

Expand All @@ -29,7 +29,7 @@ class LuigisBoxClient
* @param string $luigisBoxApiUrl
* @param array $trackerIdsByDomainIds
* @param \Shopsys\FrameworkBundle\Component\Domain\Domain $domain
* @param \Symfony\Bridge\Monolog\Logger $logger
* @param \Monolog\Logger $logger
* @param \Shopsys\LuigisBoxBundle\Model\Endpoint\LuigisBoxEndpointEnum $luigisBoxEndpointEnum
* @param \Symfony\Component\HttpClient\TraceableHttpClient $httpClient
*/
Expand Down

0 comments on commit 6a32627

Please sign in to comment.