Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b26077b

Browse files
committed
minor #14520 [2.7] link to https://symfony.com where possible (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- [2.7] link to https://symfony.com where possible | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | 2.7-related changes of #14518. Commits ------- cc06163 [2.7] link to https://symfony.com where possible
2 parents 42e3ecb + cc06163 commit b26077b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "symfony-bridge",
44
"description": "Symfony PHPUnit Bridge",
55
"keywords": [],
6-
"homepage": "http://symfony.com",
6+
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [
99
{
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"name": "Symfony Community",
15-
"homepage": "http://symfony.com/contributors"
15+
"homepage": "https://symfony.com/contributors"
1616
}
1717
],
1818
"require": {

0 commit comments

Comments
 (0)