Skip to content

Commit

Permalink
fix: add laminas/laminas-feed package to support aggregator
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yusufhm authored Jul 18, 2024
1 parent fb8b89c commit 6f96b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"govcms/govcms": "3.x-develop-dev",
"govcms/govcms-custom": "*",
"govcms/scaffold-tooling": "5.3.0",
"laminas/laminas-feed": "^2.17",
"webmozart/path-util": "^2.3"
},
"require-dev": {
Expand Down

0 comments on commit 6f96b30

Please sign in to comment.