Skip to content

Commit 94fccb8

Browse files
author
Oleksii Korshenko
committed
MAGETWO-45636: Magento 2.0.0 Publication
1 parent 620978a commit 94fccb8

File tree

9 files changed

+297
-297
lines changed

9 files changed

+297
-297
lines changed

app/code/Magento/SampleData/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Also it's possible to add needed sample data modules manually (via composer requ
4040
....
4141
}
4242
}
43-
{version} - Go to packages.magento.com and write down suitable versions of magento/sample-data and magento/sample-data-media (typically, you should choose the most recent version).
43+
{version} - Go to repo.magento.com and write down suitable versions of magento/sample-data and magento/sample-data-media (typically, you should choose the most recent version).
4444
```
4545
2. Run composer update from your Magento root directory
4646

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repositories": [
1111
{
1212
"type": "composer",
13-
"url": "http://packages.magento.com/"
13+
"url": "http://repo.magento.com/"
1414
}
1515
],
1616
"require": {

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.

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"repositories": [
4444
{
4545
"type": "composer",
46-
"url": "http://packages.magento.com/"
46+
"url": "http://repo.magento.com/"
4747
}
4848
]
4949
}

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/composer.lock

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

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testSkeleton/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repositories": [
88
{
99
"type": "composer",
10-
"url": "http://packages.magento.com/"
10+
"url": "http://repo.magento.com/"
1111
}
1212
],
1313
"autoload": {

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testSkeleton/composer.lock

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

dev/tests/integration/testsuite/Magento/Setup/Model/_files/testSkeleton/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repositories": [
88
{
99
"type": "composer",
10-
"url": "http://packages.magento.com/"
10+
"url": "http://repo.magento.com/"
1111
}
1212
],
1313
"autoload": {

dev/tests/integration/testsuite/Magento/Setup/Model/_files/testSkeleton/composer.lock

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

0 commit comments

Comments
 (0)