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

fix: add laminas/laminas-feed package to support aggregator #414

Open
wants to merge 2 commits into
base: 3.x-develop
Choose a base branch
from

Conversation

yusufhm
Copy link
Contributor

@yusufhm yusufhm commented Jul 18, 2024

A couple projects use the aggregator module from this repository, but the image is missing the laminas/laminas-feed composer package, thereby failing the commands that use the module. Adding this package should fix this issue.

A couple projects use the `aggregator` module from this repository, but the image is missing the `laminas/laminas-feed` composer package, thereby failing the commands that use the module. Adding this package should fix this issue.
@yusufhm yusufhm force-pushed the bugfix/missing-laminas-feed-composer-package branch from 6f96b30 to 5b5bab8 Compare August 1, 2024 03:02
@yusufhm
Copy link
Contributor Author

yusufhm commented Aug 1, 2024

Tested using the following:

$ docker buildx bake -f docker-compose.yml -f docker-compose.override.yml cli
...
...
=> => naming to docker.io/govcms/govcms:10.x-edge

$ docker run --rm -it govcms/govcms:10.x-edge bash -c "composer why laminas/laminas-feed"                                                                                                                                                      
configured lagoon-php.ini
govcms/lagoon - requires laminas/laminas-feed (^2.17)

I had also tested previously that it fixes the cron runs for two projects which use the aggregator module when I locally add the composer module in the cli image.

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

Successfully merging this pull request may close these issues.

1 participant