Skip to content

Your requirements could not be resolved to an installable set of packages (composer.json) #204

@almadorx

Description

@almadorx

I've been trying to install from this repository with PHP 7.4, 8.1, and 8.3, but I'm getting a different set of errors every time.

Problem 1 - Root composer.json requires php ^7.4 but your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 2 - algolia/algoliasearch-client-php is locked to version 1.28.1 and an update of this package was not requested. - algolia/algoliasearch-client-php 1.28.1 requires php ^5.3 || ^7.0 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 3 - dflydev/fig-cookies is locked to version v2.0.3 and an update of this package was not requested. - dflydev/fig-cookies v2.0.3 requires php ^7.2 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 4 - lcobucci/jwt is locked to version 3.4.6 and an update of this package was not requested. - lcobucci/jwt 3.4.6 requires php ^5.6 || ^7.0 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 5 - psr7-sessions/storageless is locked to version 7.3.0 and an update of this package was not requested. - psr7-sessions/storageless 7.3.0 requires php ^7.4.7 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 6 - rvdv/nntp is locked to version v0.9.2 and an update of this package was not requested. - rvdv/nntp v0.9.2 requires php ^5.5|^7.0 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 7 - symfony/options-resolver is locked to version v7.2.0 and an update of this package was not requested. - symfony/options-resolver v7.2.0 requires php >=8.2 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 8 - symfony/string is locked to version v7.2.0 and an update of this package was not requested. - symfony/string v7.2.0 requires php >=8.2 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement. Problem 9 - symfony/console is locked to version v6.4.17 and an update of this package was not requested. - symfony/console v6.4.17 requires symfony/string ^5.4|^6.0|^7.0 -> satisfiable by symfony/string[v7.2.0]. - symfony/string v7.2.0 requires php >=8.2 -> your php version (8.1; overridden via config.platform, actual: 7.4.33) does not satisfy that requirement.

The closest is PHP 8.3, and these updates to composer.json
"algolia/algoliasearch-client-php": "^4", "psr7-sessions/storageless": "^10.0",

But "rvdv/nntp": "^0.9.2" requires php: ^5.5|^7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions