Skip to content

Commit 21aa70a

Browse files
authored
Update https instead of http in composer.json
1 parent cb20337 commit 21aa70a

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)