-
-
Notifications
You must be signed in to change notification settings - Fork 660
Add recipe for devzair/mail-logger-bundle 2.0 #1778
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
base: main
Are you sure you want to change the base?
Add recipe for devzair/mail-logger-bundle 2.0 #1778
Conversation
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
License: MIT |
devzair/mail-logger-bundle/1.0/config/packages/mail_logger.yaml
Outdated
Show resolved
Hide resolved
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
}, | ||
"requirements": { | ||
"php": ">=8.1", | ||
"symfony": "^6.0 || ^7.0" | ||
} |
There was a problem hiding this comment.
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
}, | |
"requirements": { | |
"php": ">=8.1", | |
"symfony": "^6.0 || ^7.0" | |
} | |
} |
The recipe intentionally does not support Symfony 5 / PHP 7.4 because the bundle uses modern PHP 8.1 features (constructor promotion, type safety...).
👉 Maintainer: @Devzair-Officiel
👉 Bundle repository: https://github.com/Devzair-Officiel/Mail-logger-bundle
👉 Packagist: https://packagist.org/packages/devzair/mail-logger-bundle
✅ The bundle is properly namespaced and autoloaded (PSR-4).
✅ The manifest.json declares the bundle class under the
bundles
key.✅ The recipe adds a config file
mail_logger.yaml
using copy-from-recipe.This PR adds a Symfony Flex recipe for the package devzair/mail-logger-bundle.
It provides automatic configuration and bundle registration.
Files added:
The bundle allows automatic logging of all emails sent via Symfony Mailer.