I'm trying to add Xdebug to a project.
So first I went and added it to require-dev section with the name it uses in composer.json which is xdebug/xdebug.
I ran pie install, and it said no extensions installation needed.
Then I changed the name to ext-xdebug:

And when I run pie install surprisingly it now asks me which extensions to install:

Am I missing something here?
I'm trying to add Xdebug to a project.
So first I went and added it to require-dev section with the name it uses in composer.json which is xdebug/xdebug.
I ran
pie install, and it said no extensions installation needed.Then I changed the name to

ext-xdebug:And when I run

pie installsurprisingly it now asks me which extensions to install:Am I missing something here?