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 1414 "symfony/mailer" : " ^5.4 || ^6.4" ,
1515 "symfony/messenger" : " ^5.4 || ^6.4" ,
1616 "willdurand/js-translation-bundle" : " ^4.0 || ^5.0" ,
17- "sylius/telemetry-bundle " : " ^1.0"
17+ "sylius/telemetry" : " ^1.0"
1818 },
1919 "require-dev" : {
2020 "behat/behat" : " ^3.7" ,
9595 "allow-contrib" : false ,
9696 "docker" : false
9797 }
98- }
98+ },
99+ "repositories" : [
100+ {
101+ "type" : " vcs" ,
102+ "url" : " https://github.com/Sylius/Telemetry"
103+ }
104+ ]
99105}
Original file line number Diff line number Diff line change 1616use Sylius \Bundle \CoreBundle \Application \SyliusPluginTrait ;
1717use Sylius \MolliePlugin \DependencyInjection \AdminOrderCreationCompatibilityPass ;
1818use Sylius \MolliePlugin \DependencyInjection \SyliusMessageBusPolyfillPass ;
19+ use Sylius \Telemetry \TelemetryCompilerPass ;
1920use Symfony \Component \DependencyInjection \ContainerBuilder ;
2021use Symfony \Component \HttpKernel \Bundle \Bundle ;
2122
@@ -33,6 +34,8 @@ public function build(ContainerBuilder $container): void
3334
3435 $ container ->addCompilerPass (new SyliusMessageBusPolyfillPass ());
3536 $ container ->addCompilerPass (new AdminOrderCreationCompatibilityPass ());
37+
38+ $ container ->addCompilerPass (new TelemetryCompilerPass ());
3639 }
3740
3841 public function getPath (): string
You can’t perform that action at this time.
0 commit comments