Skip to content

Commit cb264fa

Browse files
authored
Merge pull request #69 from ArnaudLier/patch-1
Use HTTPS protocol for homepage
2 parents 3430d9e + 7710a5a commit cb264fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phpdocumentor/reflection-common",
33
"keywords": ["phpdoc", "phpDocumentor", "reflection", "static analysis", "FQSEN"],
4-
"homepage": "http://www.phpdoc.org",
4+
"homepage": "https://www.phpdoc.org",
55
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)