schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

jms/translation-bundle (1.5.2) #539

Closed bosskurt closed 4 years ago

bosskurt commented 4 years ago

when i use composer update, it tries to update jms/translation-bundle to version 1.5.2, however i get below error all the time...

error: cannot create /shared/httpd/app/vendor/composer/2b621506/schmittjoh-JMSTranslationBundle-162c4ae/Changelog.md File exists

The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
Failed to download jms/translation-bundle from dist: The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems): ZipArchive::extractTo(/shared/httpd/app/vendor/composer/2b621506/schmittjoh-JMSTranslationBundle-162c4ae/Changelog.md): failed to open stream: File exists
Now trying to download from source
goetas commented 4 years ago

Are you on mac or windows with the case insensitive file system?

The issue you are reporting should have been solved by https://github.com/schmittjoh/JMSTranslationBundle/pull/534

bosskurt commented 4 years ago

I am using docker for windows and the composer is running inside docker container (linux). I tried multiple times but nothing changes, I still get the error

goetas commented 4 years ago

Can you try to use the latest dev version? You can add @dev to the version requirement on your composer.json

goetas commented 4 years ago

solved in https://github.com/schmittjoh/JMSTranslationBundle/releases/tag/1.5.3