Skip to content

Composer install fails with "Your lock file does not contain a compatible set of packages. Please run composer update." #326

@MuslehuddinJuned

Description

@MuslehuddinJuned

After run this command: composer create-project --prefer-dist cretueusebiu/laravel-vue-spa
I found this error:
Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1
- league/commonmark is locked to version 2.0.2 and an update of this package was not requested.
- league/commonmark 2.0.2 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
Problem 2
- league/config is locked to version v1.1.1 and an update of this package was not requested.
- league/config v1.1.1 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
Problem 3
- league/commonmark 2.0.2 requires php ^7.4 || ^8.0 -> your php version (7.3.10) does not satisfy that requirement.
- laravel/framework v8.54.0 requires league/commonmark ^1.3|^2.0 -> satisfiable by league/commonmark[2.0.2].
- laravel/framework is locked to version v8.54.0 and an update of this package was not requested.

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