netson / l4gettext

Package to add Gettext support to Laravel 4 applications
61 stars 8 forks source link

Issue whit the composer #8

Closed facerderacer closed 10 years ago

facerderacer commented 10 years ago

We are getting some problems when we try to install the l4gettext package via the composer when we try to install version 1.3.* it takes version 1.3.0 if you look in the composer.json file of version 1.3.0 it depence on illuminate/foundation >=4.0 <=4.1 but if you look at the version that comes whit laravel its version higher then 4.1 so thats not gonna work. if we look at what your latest version is 1.3.1 and in that version you corrected this problem but if we try to get version 1.3.1 via the composer its gives the error that version 1.3.1 is not avaible. So my question is how to fix this problem?

Kind Regards Freek Tepe

netson commented 10 years ago

Oops, I forgot to update the version number in the composer file. Should be fixed now, can you try again and let me know if the problem persists?

netson commented 10 years ago

commit b408b90

facerderacer commented 10 years ago

Im still getting the same error when im trying to install see below for the error message. Is there something im doing wrong?

php composer.phar require "netson/l4gettext:1.3.*" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Installation failed, reverting ./composer.json to its original content.