Skip to content

Commit 37f678b

Browse files
authored
Merge pull request #459 from S-Tian86/3.2.x
Update `https` instead of `http` in composer.json
2 parents cb20337 + 21aa70a commit 37f678b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
{
1414
"name": "Doctrine Project",
15-
"homepage": "http://www.doctrine-project.org"
15+
"homepage": "https://www.doctrine-project.org"
1616
},
1717
{
1818
"name": "Symfony Community",
19-
"homepage": "http://symfony.com/contributors"
19+
"homepage": "https://symfony.com/contributors"
2020
}
2121
],
2222
"require": {

0 commit comments

Comments
 (0)