Update symfony links to https

This commit is contained in:
Roland Franssen 2018-11-13 09:42:01 +01:00 committed by Fabien Potencier
parent e32b518818
commit bea63a1399
2 changed files with 3 additions and 3 deletions

View File

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

View File

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