nikaia / translation-sheet

Translating Laravel languages files using a Google Spreadsheet.
GNU General Public License v3.0
291 stars 60 forks source link

[Bug] Unable to install via composer due to google/apiclient v2.1.2 being installed #14

Closed adrianmejias closed 7 years ago

adrianmejias commented 7 years ago

Unable to call composer require nikaia/translation-sheet in terminal due to google/apiclient v2.1.2 being installed:

screen shot 2017-05-31 at 4 20 13 pm

google/apiclient ^2.1 in composer.json (being used by another package):

screen shot 2017-05-31 at 4 21 54 pm

nbourguig commented 7 years ago

Hi,

Are you using another version of google/client elsewhere, or maybe another package using another version hence the conflict ?

adrianmejias commented 7 years ago

Looks like I have google/apiclient v2.1.3 installed. Which means another package is installing v2.1.3.

screen shot 2017-06-23 at 9 44 04 am

Is there any possibility of changing translation-sheet to require ^2.1 instead of straight up 2.1.2?

nbourguig commented 7 years ago

It seems there were some breaking changes that introduces some issues. That's why i explicitly set the version in https://github.com/nikaia/translation-sheet/releases/tag/1.1.0

I will look into it as soon as I have some time.

nbourguig commented 7 years ago

Hi,

Let know me if this solves your issue. https://github.com/nikaia/translation-sheet/releases/tag/1.2.0