Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No dependencies in newly created project #119

Closed
skoro opened this issue Jan 28, 2023 · 2 comments · Fixed by #137
Closed

No dependencies in newly created project #119

skoro opened this issue Jan 28, 2023 · 2 comments · Fixed by #137
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@skoro
Copy link

skoro commented Jan 28, 2023

Bug Report

Installation of a new project with composer create-project mezzio/mezzio-skeleton mezzio ended up with the following messages and no dependencies are installed into vendor dir:
image

Q A
Version(s) x.y.z
PHP 8.2.1
Composer 2.5.1

Summary

No dependencies are installed.

Current behavior

No dependencies, vendor directory is missing.

How to reproduce

composer create-project mezzio/mezzio-skeleton mezzio

Expected behavior

Install dependecies

@skoro skoro added the Bug Something isn't working label Jan 28, 2023
@samsonasik
Copy link
Member

manually run composer update seems can be temporary solution, another way, probably composer.lock can be removed.

There was a PR from @boesing at :

@settermjd
Copy link

I've been getting that issue repeatedly for some time now. Pretty frustrating.

@Xerkus Xerkus added this to the 3.15.0 milestone Jan 8, 2024
@Xerkus Xerkus self-assigned this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
4 participants