Skip to content

Your requirements could not be resolved to an installable set of packages. (5.3.12) #287

Open
@Aspyryan

Description

@Aspyryan

When trying to install this package using composer require thecodingmachine/tdbm 5.3.12 -W or with 5.* or without -W option, the install fails with this message Your requirements could not be resolved to an installable set of packages. How do I figure out what exactly is going on and what needs an update...

Full error: (Click)
./composer.json has been updated
Running composer update thecodingmachine/tdbm
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - mouf/utils.log.psr.multi-logger[v1.0.0, ..., 1.0.x-dev] require psr/log ~1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 3.0.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.
    - thecodingmachine/tdbm v5.3.12 requires mouf/utils.log.psr.multi-logger ^1.0 -> satisfiable by mouf/utils.log.psr.multi-logger[v1.0.0, 1.0.x-dev].
    - Root composer.json requires thecodingmachine/tdbm 5.3.12 -> satisfiable by thecodingmachine/tdbm[v5.3.12].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
composer.json: (Click)
{
    "require-dev": {
        "samdark/sitemap": "^2.4"
    },
    "require": {
        "rbdwllr/reallysimplejwt": "^5.0",
        "google/recaptcha": "1.3",
        "slim/slim": "4.*",
        "slim/psr7": "^1.6",
        "php-di/php-di": "^7.0",
        "phpoffice/phpword": "^1.2",
        "phpmailer/phpmailer": "^6.8",
        "google/apiclient": "2.15.0",
        "brick/json-mapper": "^0.1.1",
        "catfan/medoo": "^2.1",
        "monolog/monolog": "^3.5"
    },
    "autoload": {
        "psr-4": {
            "xxx\\": "www/admin",
            "xxx\\calendar\\": "calendar",
            "xxx\\common\\": "common"
        },
        "files": [
            "www/admin/api/mappers/mapLid.php"
        ]
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions