Skip to content

Commit

Permalink
Update https instead of http in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Tian86 authored and ostrolucky committed Dec 3, 2021
1 parent f07b2ed commit 5b93c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "symfony-bundle",
"description": "Symfony DoctrineBundle",
"keywords": ["DBAL", "ORM", "Database", "Persistence"],
"homepage": "http://www.doctrine-project.org",
"homepage": "https://www.doctrine-project.org",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
Expand All @@ -17,11 +17,11 @@
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
"homepage": "https://symfony.com/contributors"
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
"homepage": "https://www.doctrine-project.org/"
}
],
"require": {
Expand Down

0 comments on commit 5b93c1f

Please sign in to comment.