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

make init does not work for local setup #397

Open
SOHELAHMED7 opened this issue Jan 3, 2024 · 1 comment
Open

make init does not work for local setup #397

SOHELAHMED7 opened this issue Jan 3, 2024 · 1 comment

Comments

@SOHELAHMED7
Copy link

Description

I am locally setting this demo. I get following error on make init

$ make init 
Error response from daemon: Container c21af3aee50aaa9d8341513b8d5f72ed23c537 is restarting, wait until the container is running
make: *** [Makefile:82: init] Error 1

make logs shows me

symfony-demo-php-1       | Installing dependencies from lock file (including require-dev)
symfony-demo-php-1       | Verifying lock file contents can be installed on current platform.
symfony-demo-php-1       | Your lock file does not contain a compatible set of packages. Please run composer update.
symfony-demo-php-1       | 
symfony-demo-php-1       |   Problem 1
symfony-demo-php-1       |     - lcobucci/clock is locked to version 3.1.0 and an update of this package was not requested.
symfony-demo-php-1       |     - lcobucci/clock 3.1.0 requires php ~8.2.0 -> your php version (8.3.1) does not satisfy that requirement.
symfony-demo-php-1       |   Problem 2
symfony-demo-php-1       |     - lcobucci/clock 3.1.0 requires php ~8.2.0 -> your php version (8.3.1) does not satisfy that requirement.
symfony-demo-php-1       |     - web-auth/metadata-service 4.7.7 requires lcobucci/clock ^2.2|^3.0 -> satisfiable by lcobucci/clock[3.1.0].
symfony-demo-php-1       |     - web-auth/metadata-service is locked to version 4.7.7 and an update of this package was not requested.
symfony-demo-php-1       | 
symfony-demo-php-1 exited with code 2

@Spomky
Copy link
Contributor

Spomky commented Feb 17, 2024

Hi,

🤔 This is a strange behavior.
I will test it on another environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants