Skip to content

Commit 759dae3

Browse files
Update composer to use https github endpoints
1 parent 0254d63 commit 759dae3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"repositories": [
1818
{
1919
"type": "git",
20-
"url": "git@github.com:crowdhandler/crowdhandler-php-sdk.git"
20+
"url": "https://github.com/crowdhandler/crowdhandler-php-sdk.git"
2121
},
2222
{
2323
"type": "git",
24-
"url": "git@github.com:WordPress/wordpress-develop.git"
24+
"url": "https://github.com/WordPress/wordpress-develop.git"
2525
}
2626
],
2727
"require-dev": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)