Skip to content

Commit 5e01d69

Browse files
committed
WIP: point telemetry-bundle to dev-main
1 parent 2cd4c15 commit 5e01d69

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
@@ -14,7 +14,7 @@
1414
"symfony/mailer": "^5.4 || ^6.4",
1515
"symfony/messenger": "^5.4 || ^6.4",
1616
"willdurand/js-translation-bundle": "^4.0 || ^5.0",
17-
"sylius/telemetry-bundle": "^1.0"
17+
"sylius/telemetry-bundle": "dev-main"
1818
},
1919
"require-dev": {
2020
"behat/behat": "^3.7",
@@ -103,5 +103,11 @@
103103
"allow-contrib": false,
104104
"docker": false
105105
}
106-
}
106+
},
107+
"repositories": [
108+
{
109+
"type": "vcs",
110+
"url": "https://github.com/Sylius/TelemetryBundle"
111+
}
112+
]
107113
}

0 commit comments

Comments
 (0)