I'm having a composer problem, which looks like it's caused by updating to Windows 8.1.
Everytime I try to composer update
or composer install
I get the following error:
[ErrorException]
zlib_decode(): data error
When I try to composer diagnose
I get this response:
Checking composer.json: OK
Checking platform settings: FAIL
The xdebug extension is loaded, this can slow down Composer a little.
Disabling it when using Composer is recommended, but should not cause issues beyond slowness.
Checking git settings: OK
Checking http connectivity: OK
Checking disk free space: OK
Checking composer version: OK
I'm not sure why Checking platform settings
has FAIL
. Where does this look for?
I never had this before, so I someone else experiencing problems as well on Windows 8.1?