minor #29200 Update symfony links to https (ro0NL)

This PR was squashed before being merged into the 3.4 branch (closes #29200).

Discussion
----------

Update symfony links to https

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Commits
-------

bea63a1399 Update symfony links to https
This commit is contained in:
Fabien Potencier 2018-11-13 13:18:00 +01:00
commit dc36886298
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@
<div class="sf-toolbar-info-piece">
<b>Help</b>
<span>
<a href="http://symfony.com/support">
<a href="https://symfony.com/support">
Symfony Support Channels
</a>
</span>

View File

@ -3,7 +3,7 @@
"type": "library",
"description": "Symfony Workflow Component",
"keywords": ["workflow", "petrinet", "place", "transition", "statemachine", "state"],
"homepage": "http://symfony.com",
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
@ -16,7 +16,7 @@
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
"homepage": "https://symfony.com/contributors"
}
],
"require": {