Sergio Martín Morillas
Sergio Martín Morillas
Added new option `force-extract` to build command: $ phar-composer help build Usage: build [-x|--force-extract] [path] [target] Arguments: path Path to project directory or composer.json (default: ".") target Path to write...
Hi, pull request updated based on your comments, please review :)
I agree, how about "self-extracting" name? e.g.: `--self-extracting` option allow to create a self-extracting phar archive. ?
After reading your comment, I understand that "self-extracting" name can also be confusing... Maybe an option to control the use of the php-box Extract class? ``` --custom-extractor Uses a custom...
1. The delay during user login is normal, the `prepare_key` function initialize the key from plaintext password doing 65536 iterations of the full AES block cipher. Mcrypt encrypt rijndael-128 [performance...
Thanks for feedback! Currently the development is at halt because I could not find much of freetime, but I will try to evaluate upload possibility in the next weeks ;-)