I was installing the PHP Cli-menu as indicated on the GitHub page:
composer require php-school / cli-menu
Then this error appeared:
Problem 1 - Installation request for php-school / cli-menu ^ 2.1 - > satisfiable by php-school / cli-menu [2.1.0]. - php-school / cli-menu 2.1.0 requires ext-posix * - > the requested PHP extension posix is missing from your system.
To enable extensions, verify that they are enabled in your .ini files:
- C: \ xampp \ php \ php.ini
You can also run php --ini
inside terminal to see which files are used by PHP in CLI mode.
Can anyone help me?