When I try and start Zuluru 3 from the docker-compose file I get the following error:
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- psr/container is locked to version 2.0.2 and an update of this package was not requested.
- psr/container 2.0.2 requires php >=7.4.0 -> your php version (7.3.33) does not satisfy that requirement.
Problem 2
- psr/container 2.0.2 requires php >=7.4.0 -> your php version (7.3.33) does not satisfy that requirement.
- fakerphp/faker v1.17.0 requires psr/container ^1.0 || ^2.0 -> satisfiable by psr/container[2.0.2].
- fakerphp/faker is locked to version v1.17.0 and an update of this package was not requested.
Any ideas how to fix this?
When I try and start Zuluru 3 from the docker-compose file I get the following error:
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- psr/container is locked to version 2.0.2 and an update of this package was not requested.
- psr/container 2.0.2 requires php >=7.4.0 -> your php version (7.3.33) does not satisfy that requirement.
Problem 2
- psr/container 2.0.2 requires php >=7.4.0 -> your php version (7.3.33) does not satisfy that requirement.
- fakerphp/faker v1.17.0 requires psr/container ^1.0 || ^2.0 -> satisfiable by psr/container[2.0.2].
- fakerphp/faker is locked to version v1.17.0 and an update of this package was not requested.
Any ideas how to fix this?