Skip to content

Commit 2ab1ab8

Browse files
Merge pull request #272 from darkwebdesign/ISSUE-271
#271: Fix Composer homepage link to use https
2 parents 5196300 + 11525f7 commit 2ab1ab8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "Symfony Add-on Pack",
55
"keywords": ["constraints", "form", "symfony", "transformers", "types", "validation"],
6-
"homepage": "http://www.darkwebdesign.nl/",
6+
"homepage": "https://www.darkwebdesign.nl/",
77
"license": "MIT",
88
"authors": [
99
{"name": "Raymond Schouten"}

symfony-addon-constraints/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "Symfony Add-on Constraints",
55
"keywords": ["constraints", "symfony", "validation"],
6-
"homepage": "http://www.darkwebdesign.nl/",
6+
"homepage": "https://www.darkwebdesign.nl/",
77
"license": "MIT",
88
"authors": [
99
{"name": "Raymond Schouten"}

symfony-addon-form-types/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "Symfony Add-on Form Types",
55
"keywords": ["form", "symfony", "types"],
6-
"homepage": "http://www.darkwebdesign.nl/",
6+
"homepage": "https://www.darkwebdesign.nl/",
77
"license": "MIT",
88
"authors": [
99
{"name": "Raymond Schouten"}

symfony-addon-transformers/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "Symfony Add-on Transformers",
55
"keywords": ["symfony", "transformers"],
6-
"homepage": "http://www.darkwebdesign.nl/",
6+
"homepage": "https://www.darkwebdesign.nl/",
77
"license": "MIT",
88
"authors": [
99
{"name": "Raymond Schouten"}

0 commit comments

Comments
 (0)