File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
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 ;
20-
2121final class SyliusMolliePlugin extends Bundle
2222{
2323 public const VERSION = '5.0.0 ' ;
@@ -26,6 +26,7 @@ final class SyliusMolliePlugin extends Bundle
2626
2727 use SyliusPluginTrait;
2828
29+ $ container ->addCompilerPass(new TelemetryCompilerPass());
2930 public function build (ContainerBuilder $ container ): void
3031 {
3132 parent ::build ($ container );
You can’t perform that action at this time.
0 commit comments