Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mail_logger:
enabled: true
14 changes: 14 additions & 0 deletions devzair/mail-logger-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{

Check failure on line 1 in devzair/mail-logger-bundle/2.0/manifest.json

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Unsupported key: "requirements"
"bundles": {
"DevZair\\MailLoggerBundle\\MailLoggerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"requirements": {
"php": ">=8.1",
"symfony": "^6.0 || ^7.0"
}
Comment on lines +9 to +13
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this section. requirements is not a supported option for manifest.json.
Here is configuration reference https://github.com/symfony/recipes?tab=readme-ov-file#full-example

Suggested change
},
"requirements": {
"php": ">=8.1",
"symfony": "^6.0 || ^7.0"
}
}

}
Loading