aidantwoods / SecureHeaders

A PHP library aiming to make the use of browser security features more accessible.
MIT License
423 stars 23 forks source link

Phar Release #43

Closed aidantwoods closed 7 years ago

aidantwoods commented 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.

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 -o release/SecureHeaders-2.0.x-dev.phar -d src/ -d vendor/ -b vendor/autoload.php -lvi
screen shot 2017-07-05 at 21 37 24