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

Missing import #269

Closed bozhinov closed 1 year ago

bozhinov commented 1 year ago

https://github.com/php-school/cli-menu/blob/70b73ee9104f0dda7d52fa0de73962e0eeaaf89b/src/CliMenu.php#L27

Hello,

there is no reference here to ArrayUtils.php functions collect and each not found

PHP8.2 x64 FreeBSD

Momchil

AydinHassan commented 1 year ago

The functions are autoloaded in composer.json https://github.com/php-school/cli-menu/blob/master/composer.json#L33

bozhinov commented 1 year ago

yeah, missed that one. sorry

AydinHassan commented 1 year ago

No problem :)