Skip to content

Commit 567f836

Browse files
MarlincMarlin Cremers
authored andcommitted
fix: use internal repo
1 parent a509e02 commit 567f836

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
"phpstan/phpstan": "^2.0",
2525
"friendsofphp/php-cs-fixer": "^3.71"
2626
},
27-
"minimum-stability": "stable",
27+
"repositories": [
28+
{
29+
"type": "git",
30+
"url": "git@gitlab.cloudbear.it:cbws/core/protobufs.git"
31+
}
32+
],
2833
"autoload": {
2934
"psr-4": {
3035
"Cbws\\Sdk\\": "src"

0 commit comments

Comments
 (0)