zenstruck / console-extra

A modular set of features to reduce configuration boilerplate for your Symfony commands.
MIT License
78 stars 3 forks source link

suggestions: in Argument attribute #63

Closed tacman closed 8 months ago

tacman commented 8 months ago

Is that a v2 thing? The README for v1 shows an example of that, but it's failing.

Happy to test v2 if it's ready for testing.

kbond commented 8 months ago

Are you using dev? I haven't tagged a release yet

tacman commented 8 months ago

Ah, I see -- 1.x is dev, I thought it was the latest release. I'll try that .

kbond commented 8 months ago

I'll make a release soon. I want to test the deprecation flow in one of my apps first.

tacman commented 8 months ago

Sigh. Not sure how to do that.

composer req zenstruck/console-extra:1.x
./composer.json has been updated

Didn't get me the dev version -- what's the correct way to do that?

kbond commented 8 months ago

composer require zenstruck/console-extra:"^1.0@dev" should do the trick

kbond commented 8 months ago

FYI, I've released 1.4.0