Support the ongoing development of Laravel.io →
posted 8 years ago
Packages

Hi there! I have a Laravel 4.2 -based application and today I tried to update it (I wanted to add a new package) using the composer and it failed with the following error:

...
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - illuminate/hashing v5.2.25 requires illuminate/contracts 5.3.* -> no mat                       ching package found.
    - Conclusion: don't install laravel/framework v4.2.19
    - Conclusion: don't install laravel/framework v4.2.18
    - Conclusion: remove laravel/framework v4.2.17
    - Conclusion: don't install laravel/framework v4.2.17
    - Conclusion: don't install laravel/framework v4.2.16
    - Conclusion: don't install laravel/framework v4.2.15
    - Conclusion: don't install laravel/framework v4.2.14
    - Conclusion: don't install laravel/framework v4.2.13
    - Conclusion: don't install laravel/framework v4.2.12
    - Conclusion: don't install laravel/framework v4.2.11
    - Conclusion: don't install laravel/framework v4.2.10
    - Conclusion: don't install laravel/framework v4.2.9
    - Conclusion: don't install laravel/framework v4.2.8
    - Conclusion: don't install laravel/framework v4.2.7
    - Conclusion: don't install laravel/framework v4.2.6
    - Conclusion: don't install laravel/framework v4.2.5
    - Conclusion: don't install laravel/framework v4.2.4
    - Conclusion: don't install laravel/framework v4.2.3
    - Conclusion: don't install laravel/framework v4.2.2
    - Conclusion: don't install laravel/framework v4.2.1
...
Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

I can see that hashing package v5.2.25 requires illuminate/contracts 5.3.* ! Actually, it is the only version of this package that requires contracts 5.3. Is this a type error? Can I override this?

Alexandros

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

agougousis agougousis Joined 20 Jan 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.