Skip to content

Commit a3b4e10

Browse files
committed
WIP: point telemetry-bundle to dev-main
1 parent d7edb6f commit a3b4e10

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sylius/resource-bundle": "^1.9",
3333
"sylius/sylius": "~1.12.0 || ~1.13.0",
3434
"symfony/messenger": "^5.4.21 || ^6.4",
35-
"sylius/telemetry-bundle": "^1.0"
35+
"sylius/telemetry-bundle": "dev-main"
3636
},
3737
"require-dev": {
3838
"behat/behat": "^3.6.1",
@@ -102,5 +102,11 @@
102102
"require": "^5.4 || ^6.0"
103103
}
104104
},
105-
"prefer-stable": true
105+
"prefer-stable": true,
106+
"repositories": [
107+
{
108+
"type": "vcs",
109+
"url": "https://github.com/Sylius/TelemetryBundle"
110+
}
111+
]
106112
}

0 commit comments

Comments
 (0)