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
@@ -31,6 +32,8 @@ public function build(ContainerBuilder $container): void
3132 parent ::build ($ container );
3233
3334 $ container ->addCompilerPass (new SyliusMessageBusPolyfillPass ());
35+
36+ $ container ->addCompilerPass (new TelemetryCompilerPass ());
3437 }
3538
3639 public function getPath (): string
You can’t perform that action at this time.
0 commit comments