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 2727 "symfony/messenger" : " ^5.4.21 || ^6.4" ,
2828 "symfony/options-resolver" : " ^5.4.21 || ^6.4" ,
2929 "symfony/routing" : " ^5.4.21 || ^6.4" ,
30- "sylius/telemetry-bundle " : " ^1.0"
30+ "sylius/telemetry" : " ^1.0"
3131 },
3232 "require-dev" : {
3333 "behat/behat" : " ^3.6.1" ,
103103 "dev-1.0" : " 1.0-dev"
104104 }
105105 },
106- "prefer-stable" : true
106+ "prefer-stable" : true ,
107+ "repositories" : [
108+ {
109+ "type" : " vcs" ,
110+ "url" : " https://github.com/Sylius/Telemetry"
111+ }
112+ ]
107113}
Original file line number Diff line number Diff line change 1515
1616use Sylius \Bundle \CoreBundle \Application \SyliusPluginTrait ;
1717use Sylius \InvoicingPlugin \DependencyInjection \Compiler \SymfonyClockCompilerPass ;
18+ use Sylius \Telemetry \TelemetryCompilerPass ;
1819use Symfony \Component \DependencyInjection \ContainerBuilder ;
1920use Symfony \Component \HttpKernel \Bundle \Bundle ;
2021
2122final class SyliusInvoicingPlugin extends Bundle
2223{
2324 use SyliusPluginTrait;
2425
26+
27+ $ container ->addCompilerPass(new TelemetryCompilerPass());
2528 public function build (ContainerBuilder $ container ): void
2629 {
2730 parent ::build ($ container );
You can’t perform that action at this time.
0 commit comments