Skip to content

Commit 550741f

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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://repo.magento.com/"
13+
"url": "https://repo.magento.com/"
1414
}
1515
],
1616
"require": {

composer.lock

Lines changed: 1 addition & 1 deletion
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://repo.magento.com/"
46+
"url": "https://repo.magento.com/"
4747
}
4848
]
4949
}

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://repo.magento.com/"
10+
"url": "https://repo.magento.com/"
1111
}
1212
],
1313
"autoload": {

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://repo.magento.com/"
10+
"url": "https://repo.magento.com/"
1111
}
1212
],
1313
"autoload": {

0 commit comments

Comments
 (0)