1

Topic: https in Composer package.json

This is a reply to the Re: Composer & Packagist for htmLawed topic.

Could you please update the urls in package.json to https?

That would make it possible to drop the following line from the "Installing htmLawed using the Composer dependency manager for PHP" documentation:

composer config secure-http false

2

Re: https in Composer package.json

Thank you for the suggestion. The URLs in package.json now have the https protocol.

3

Re: https in Composer package.json

Nice!

Could you also update the documention to something like this:

# Declare the htmLawed download site
composer config repositories.htmlawed composer https://www.bioinformatics.org/phplabware/downloads/

# Install htmLawed
composer require htmlawed/htmlawed

# Update previously installed htmLawed to latest version
composer update htmlawed/htmlawed

4

Re: https in Composer package.json

Did that too when I updated the json file. Thanks.