umpirsky / Twig-Gettext-Extractor

The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.
MIT License
113 stars 32 forks source link

Can't resolve dependencies (twig/extensions ~1.1.0) #24

Closed Pavinati closed 9 years ago

Pavinati commented 9 years ago

Hi there,

I was trying to install Twig-Gettext-Extractor, but i run into this problem :

Problem 1

my composer file ends like this

"require": { "twig/twig": "~1.0", "twig/extensions": "~1.1.0", "umpirsky/twig-gettext-extractor": "1.1.*" }

strange considering the requirement are "twig/extensions": ">=1.0,<2.0"

I'm working on windows7 and i'm not using symfhony. Thanks again :)

umpirsky commented 9 years ago

Fixed in 1.1.5. See https://github.com/umpirsky/Twig-Gettext-Extractor/pull/25.

Thanks for reporting @Pavinati. :+1: