Support the ongoing development of Laravel.io →
posted 8 years ago
Mail
Last updated 1 year ago.
0

Please, help me.

0

Its requesting you install PHP extension "fileinfo". As far as I am aware this is supposed to be included with all PHP versions 5.3 and above.

Can you run php -v on the machine that you are running composer update on?

0

TomCaserta said:

Its requesting you install PHP extension "fileinfo". As far as I am aware this is supposed to be included with all PHP versions 5.3 and above.

Can you run php -v on the machine that you are running composer update on?

Yes i can.

It shows: PHP 5.6.3

0

I resolve my problem by changing my composer.json.

You must put a version for captcha (accesible by laravel 4) :

"require": { "laravel/framework": "4.2.", "mews/captcha": "1.0.", "guzzlehttp/guzzle": "~4.0" },

Credits to: Plorntus

0

DiegoHeras said:

I resolve my problem by changing my composer.json.

You must put a version for captcha (accesible by laravel 4) :

"require": { "laravel/framework": "4.2.", "mews/captcha": "1.0.", "guzzlehttp/guzzle": "~4.0" },

Credits to: Plorntus

No problem. You also uncommented out the php_fileinfo.dll extension in your php.ini in order to get the other dependency on that mews/captcha package to work correctly.

0

There is upgraded version available for Guzzle. To know more about guzzle click check out this url : http://www.expertphp.in/article/laravel-php-guzzle-http-client-get-and-post-request-example

Last updated 6 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

DiegoHeras diegoheras Joined 26 Dec 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.