php-school / cli-menu

🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
http://www.phpschool.io
MIT License
1.94k stars 106 forks source link

Composer version differents to github repo #228

Closed vlad-reshetylo closed 4 years ago

vlad-reshetylo commented 4 years ago

Hi,

when you install this package via composer, you get non-current version, which has no checkboxes. Last composer version is dated 8 month ago. Is that OK?

AydinHassan commented 4 years ago

hey @VladReshet yeah it's not released yet, there are some things to finish off first.

AydinHassan commented 4 years ago

You can install the master branch though and play with the new features: composer require php-school/cli-menu:dev-master

vlad-reshetylo commented 4 years ago

Got it, thanks!

Just out of curiosity - is there an estimated date of release of these features?

AydinHassan commented 4 years ago

Unfortunately not, whenever I find some time and have a brainwave on how to solve a few issues 🤔

vlad-reshetylo commented 4 years ago

Got it. I hope you will have a time, because your lib is really cool! Thanks!

AydinHassan commented 4 years ago

hey @VladReshet will probably release 4.0.0 this week sometime :)

vlad-reshetylo commented 4 years ago

Wow, great! :)

AydinHassan commented 4 years ago

@VladReshet tagged 4.0.0 now 😃

vlad-reshetylo commented 4 years ago

Awesome, thanks!)

AydinHassan commented 4 years ago

If you send a PR we can add your integration to the readme at the bottom :)

vlad-reshetylo commented 4 years ago

At first sight my integration looks to be similar to this one image but in fact they have really different functionality.

Anyway, i will send you PR today, and the decision is yours :) Thanks