Skip to content

Commit 8afde61

Browse files
committed
Use real repository by default
1 parent 52c1fb1 commit 8afde61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ To use the Magento package you will have to add the repository to your projects
6464
"repositories": [
6565
{
6666
"type": "vcs",
67-
"url": "git@bitbucket.org:somevendor/magento.git"
68-
},
67+
"url": "git@github.com:AydinHassan/magento-community.git"
68+
}
6969
],
7070

7171
Then you can do:
@@ -94,8 +94,8 @@ Overall your projects `composer.json` should look something like:
9494
"repositories": [
9595
{
9696
"type": "vcs",
97-
"url": "git@bitbucket.org:somevendor/magento.git"
98-
},
97+
"url": "git@github.com:AydinHassan/magento-community.git"
98+
}
9999
],
100100
"extra" {
101101
"magento-root-dir": "htdocs"

0 commit comments

Comments
 (0)