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
This commit is contained in:
Fabien Potencier 2015-05-02 17:21:44 +02:00
commit b26077ba07

View File

@ -3,7 +3,7 @@
"type": "symfony-bridge",
"description": "Symfony PHPUnit Bridge",
"keywords": [],
"homepage": "http://symfony.com",
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
@ -12,7 +12,7 @@
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
"homepage": "https://symfony.com/contributors"
}
],
"require": {