File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 88 "mollie/mollie-api-php" : " ^2.73" ,
99 "sylius/sylius" : " ^2.0.8" ,
1010 "willdurand/js-translation-bundle" : " ^7.0" ,
11- "sylius/telemetry-bundle " : " ^1.0"
11+ "sylius/telemetry" : " ^1.0"
1212 },
1313 "require-dev" : {
1414 "behat/behat" : " ^3.7" ,
8989 "docker" : false
9090 },
9191 "public-dir" : " vendor/sylius/test-application/public"
92- }
92+ },
93+ "repositories" : [
94+ {
95+ "type" : " vcs" ,
96+ "url" : " https://github.com/Sylius/Telemetry"
97+ }
98+ ]
9399}
Original file line number Diff line number Diff line change 1515
1616use Sylius \Bundle \CoreBundle \Application \SyliusPluginTrait ;
1717use Sylius \MolliePlugin \DependencyInjection \SyliusMessageBusPolyfillPass ;
18+ use Sylius \Telemetry \TelemetryCompilerPass ;
1819use Symfony \Component \DependencyInjection \ContainerBuilder ;
1920use Symfony \Component \HttpKernel \Bundle \Bundle ;
2021
@@ -26,6 +27,8 @@ final class SyliusMolliePlugin extends Bundle
2627
2728 use SyliusPluginTrait;
2829
30+
31+ $ container ->addCompilerPass(new TelemetryCompilerPass());
2932 public function build (ContainerBuilder $ container ): void
3033 {
3134 parent ::build ($ container );
You can’t perform that action at this time.
0 commit comments