===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-composer-xdebug-handler-1.4.5/CHANGELOG.md-24-## [1.3.3] - 2019-05-27
php-composer-xdebug-handler-1.4.5/CHANGELOG.md:25:  * Fixed: add environment changes to `$_ENV` if it is being used.
php-composer-xdebug-handler-1.4.5/CHANGELOG.md-26-
##############################################
php-composer-xdebug-handler-1.4.5/README.md-47-
php-composer-xdebug-handler-1.4.5/README.md:48:If the pattern match ends with `=auto` (for example `--colors=auto`), the argument is replaced by _$colorOption_. Otherwise it is added at either the end of the command-line, or preceding the first double-dash `--` delimiter.
php-composer-xdebug-handler-1.4.5/README.md-49-
##############################################
php-composer-xdebug-handler-1.4.5/README.md-247-
php-composer-xdebug-handler-1.4.5/README.md:248:Note that the `$command` parameter is the escaped command-line string that will be used for the new process and must be treated accordingly.
php-composer-xdebug-handler-1.4.5/README.md-249-
php-composer-xdebug-handler-1.4.5/README.md:250:Remember to finish with `parent::restart($command)`.
php-composer-xdebug-handler-1.4.5/README.md-251-
##############################################
php-composer-xdebug-handler-1.4.5/src/XdebugHandler.php-272-        } else {
php-composer-xdebug-handler-1.4.5/src/XdebugHandler.php:273:            passthru($command, $exitCode);
php-composer-xdebug-handler-1.4.5/src/XdebugHandler.php-274-        }