Marc
Marc
Yes, it can be added as a dependency, downloaded as a phar file, or added via config parameter set by the plugin, whatever causes less trouble.
LOL, that is true too :D
Good catch, after the `$this->init` which loads the files and stuff might be ok, right?
ok,then i temporarily add the function call at the end, later we could be able to add test coverage or tweak it as needed.
About this comment https://github.com/bobthecow/psysh/pull/152#issuecomment-74602341, it would make sense if we has a base library for sandbox, i tried to make it all encapsed on a single command file. But if...
Hi there! i finally managed to add a lot more potential to the composer shell, i include the phar file and create a composer application that receives the composer calls,...
@bobthecow Yes you can specify the path to the phar file, if it is not specified it downloads the phar locally via a process through php, which might surely be...
maybe the composer folks can provide a way to do a "discovery mode" for the composer.phar, so 3rd parties like psysh could ask something like : `composer phar-location`, this way...
@bobthecow Ok to the process dependency from symfony or should i rollback to the proc_open solution?
i rolled back to the previous command without the symfony process dependency.