Closed aidantwoods closed 7 years ago
In 1.x we had a downloadable single SecureHeaders.php file, in 2.x I shall build the entire library into a phar release to go with each version.
1.x
SecureHeaders.php
2.x
Before building I reinstalled as:
composer install --prefer-dist --no-dev -a
And then used my phar-build to build the phar file.
phar-build
phar-build -o release/SecureHeaders-2.0.x-dev.phar -d src/ -d vendor/ -b vendor/autoload.php -lvi
In
1.x
we had a downloadable singleSecureHeaders.php
file, in2.x
I shall build the entire library into a phar release to go with each version.Before building I reinstalled as:
And then used my
phar-build
to build the phar file.