Baptiste Clavié
Baptiste Clavié
`doctrine-plugin` if I had to pick one, as the `psy` is already kind of indicative that this is related psysh (you don't see too often `symfony/symfony-oauth-bundle` or `package/symfony/symfony-oauth-bundle` for example)....
Yup you're right, but my point was that for example the hwioauthbundle (curse that thing), it is `hwi/oauth-bundle`, no `hwi/sf2-oauth-bundle`... there aren't any standards on that, so I guess the...
Still taking Twig as an example, it registers all the core matters in a `Core` extension, but it is there for the basic installation (on the phar, it should be...
I'm probably too engaged towards a REPL Framework, but what you're saying makes sense... I'm still convinced that some things that are currently shipped with Psysh should be put into...
How about `autoload` then ? Or even `composer` (let's be crazy :D), as its name should imply the "go on the internet, download the package, include it in the current...
Or even use Symfony's process component. :D
Refreshing a bit this issue, how about using https://github.com/sensiolabs/melody as an inspiration (not a direct dependency; we could even use that if it's installed) ?
On the CLI, yes, through a `-d` argument
Then maybe we should discard composer's cli, and require it directly in the json file ? And then be able to use directly composer from its source ?
OK now I get why the input is kinda reparsed... Too bad :(