I cloned the repository from the gita, but after entering the composer install console I get errors

 Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for intervention/image 2.4.1 -> satisfiable by intervention/image[2.4.1]. - intervention/image 2.4.1 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. Problem 2 - Installation request for stripe/stripe-php v6.4.1 -> satisfiable by stripe/stripe-php[v6.4.1]. - stripe/stripe-php v6.4.1 requires ext-curl * -> the requested PHP extension curl is missing from your system. Problem 3 - Installation request for facebook/webdriver 1.5.0 -> satisfiable by facebook/webdriver[1.5.0]. - facebook/webdriver 1.5.0 requires ext-curl * -> the requested PHP extension curl is missing from your system. Problem 4 - intervention/image 2.4.1 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. - tcg/voyager dev-master requires intervention/image ^2.4 -> satisfiable by intervention/image[2.4.1]. - Installation request for tcg/voyager dev-master -> satisfiable by tcg/voyager[dev-master]. To enable extensions, verify that they are enabled in your .ini files: - E:\www\OpenServer\modules\php\PHP-7.1\php.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. 

can anyone come across what to do with it?

    1 answer 1

    He writes that for the work of the packages that are installed with laravel you need php add-ons, such as fileinfo, curl.

    The console also writes that in your openserver you can enable these additions by uncommenting the necessary additions in php.ini

    E: \ www \ OpenServer \ modules \ php \ PHP-7.1 \ php.ini

    It seems that in openserver you can quickly edit php.ini, if you click on the checkbox of the openserver, then Advanced, then Configuration and select php. And in the editor will open php.ini