olifanton / ton

PHP SDK library for The Open Network blockchain
MIT License
39 stars 4 forks source link

Outdated Requires #16

Closed Xmk closed 3 weeks ago

Xmk commented 3 weeks ago

When try to install on pure Laravel 11 Do you have idea, how do it?

composer require olifanton/ton

./composer.json has been updated
Running composer update olifanton/ton
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - olifanton/ton[0.1.1, ..., 0.1.3, 1.0.0, ..., 1.4.4] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - olifanton/ton 0.1.0 requires php 8.1 || 8.2 -> your php version (8.3.8) does not satisfy that requirement.
    - Root composer.json requires olifanton/ton * -> satisfiable by olifanton/ton[0.1.0, 0.1.1, 0.1.2, 0.1.3, 1.0.0, ..., 1.4.4].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require olifanton/ton:*" to figure out if any version is installable, or "composer require olifanton/ton:^2.1" if you know which you need.
romanzaycev commented 3 weeks ago

Fixed in version 1.4.5