Skip to content

Commit 36371c1

Browse files
committed
Fix composer version check
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 7a54d20 commit 36371c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"version-check": {
4444
"host": "www.phpbb.com",
4545
"directory": "/customise/db/extension/boardrules",
46-
"filename": "version_check"
46+
"filename": "version_check",
47+
"ssl": true
4748
}
4849
}
4950
}

0 commit comments

Comments
 (0)