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?
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 runningcomposer update
on?
Yes i can.
It shows: PHP 5.6.3
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
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.
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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community