Skip to content

Commit

Permalink
OP-374 - Services / bundles fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Jul 24, 2024
1 parent 512f3f6 commit 4881186
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"phpstan/phpstan-webmozart-assert": "^1.2.0",
"phpunit/phpunit": "^9.5",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"symfony/http-client": "^5.4 || ^6.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/debug-bundle": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<import resource="./services/**/*.xml"/>
</imports>
<services>
<service id="sylius.http_client" class="Symfony\Component\HttpClient\Psr18Client" />
<service id="sylius.request_factory" class="Symfony\Component\HttpClient\Psr18Client" />
<service id="sylius.stream_factory" class="Symfony\Component\HttpClient\Psr18Client"/>
<service
Expand Down
1 change: 0 additions & 1 deletion tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@
Sylius\Bundle\ApiBundle\SyliusApiBundle::class => ['all' => true],
SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Sylius\Bundle\MailerBundle\SyliusMailerBundle::class => ['all' => true],
];

0 comments on commit 4881186

Please sign in to comment.