Describe the bug
In the wordcamp.test service, composer.json requires wpackagist-plugin/camptix-mercadopago.
it could not be found in any version, there may be a typo in the package name.
To reproduce
Steps to reproduce the behavior:
- Follow the instructions at https://github.com/WordPress/wordcamp.org/blob/production/.docker/readme.md
- Prior to running
docker-compose up --build, apply this fix if necessary https://github.com/WordPress/wordcamp.org/pull/765/files
- Run
docker-compose up --build
- See the output below
Expected behavior
I expect to see wordcamp.test_1 | Startup complete. in the output.
Docker Output
wordcamp.test_1 | Updating dependencies
wordcamp.test_1 | Your requirements could not be resolved to an installable set of packages.
wordcamp.test_1 |
wordcamp.test_1 | Problem 1
wordcamp.test_1 | - Root composer.json requires wpackagist-plugin/camptix-mercadopago, it could not be found in any version, there may be a typo in the package name.
wordcamp.test_1 |
wordcamp.test_1 | Potential causes:
wordcamp.test_1 | - A typo in the package name
wordcamp.test_1 | - The package is not available in a stable-enough version according to your minimum-stability setting
wordcamp.test_1 | see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
wordcamp.test_1 | - It's a private package and you forgot to add a custom repository to find it
wordcamp.test_1 |
wordcamp.test_1 | Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
wordcamp.test_1 | [09-May-2022 03:06:25] NOTICE: fpm is running, pid 43
wordcamp.test_1 | [09-May-2022 03:06:25] NOTICE: ready to handle connections
System (please complete the following information):
- Device: Macbook Pro
- OS: MacOS 12.3.1
- Docker Desktop 4.1.1 (69879)