Skip to content

Commit b914bfe

Browse files
committed
WIP: point telemetry-bundle to dev-main
1 parent f6916a7 commit b914bfe

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
@@ -15,7 +15,7 @@
1515
"symfony/mailer": "^5.4 || ^6.4",
1616
"symfony/messenger": "^5.4 || ^6.4",
1717
"willdurand/js-translation-bundle": "^4.0 || ^5.0",
18-
"sylius/telemetry-bundle": "^1.0"
18+
"sylius/telemetry-bundle": "dev-main"
1919
},
2020
"require-dev": {
2121
"behat/behat": "^3.7",
@@ -84,5 +84,11 @@
8484
"symfony/thanks": false,
8585
"symfony/flex": true
8686
}
87-
}
87+
},
88+
"repositories": [
89+
{
90+
"type": "vcs",
91+
"url": "https://github.com/Sylius/TelemetryBundle"
92+
}
93+
]
8894
}

0 commit comments

Comments
 (0)