You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
I am locally setting this demo. I get following error on
make init
make logs
shows meThe text was updated successfully, but these errors were encountered: