-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
Move Swiftmailer and Twig to Composer "suggest" block #875
Comments
@CameronHall Could you send a patch? |
2 tasks
sergeyklay
pushed a commit
that referenced
this issue
Nov 19, 2018
Moved Swiftmailer and Twig to the Composer "suggest"
sergeyklay
pushed a commit
that referenced
this issue
Nov 19, 2018
Moved Swiftmailer and Twig to the Composer "suggest"
Thanks @sergeyklay
|
sergeyklay
pushed a commit
that referenced
this issue
Jul 27, 2019
* #875: Swiftmailer and Twig are no longer required Moved Swiftmailer and Twig to the Composer "suggest" * Add new validator: ArrayInclusionIn * Fix unit test * Fix unit test - last test method * Support for the TIMESTAMPDIFF * Add options to ReCaptcha Validator to make it work with v3. * Fixed PHPCS issues * fix(oracle): Added missing interface method sharedLock * Moved opening brace to newline as suggested Co-Authored-By: lubber-de <c64@lubber.de> * Translate Adapter for multi-column csv (#890) * [Translate] add an intl MessageFormatter interpolator (#892) * Tidied up READMEs. * Applied PSR2 to tests. * Code standards. * Tidied up Annotations. * Tidied up codebase.
ruudboon
added a commit
to ruudboon/incubator
that referenced
this issue
Aug 30, 2019
* phalcon#875: Swiftmailer and Twig are no longer required Moved Swiftmailer and Twig to the Composer "suggest" * Add new validator: ArrayInclusionIn * Fix unit test * Fix unit test - last test method * Support for the TIMESTAMPDIFF * Add options to ReCaptcha Validator to make it work with v3. * Fixed PHPCS issues * fix(oracle): Added missing interface method sharedLock * Moved opening brace to newline as suggested Co-Authored-By: lubber-de <c64@lubber.de> * Translate Adapter for multi-column csv (phalcon#890) * [Translate] add an intl MessageFormatter interpolator (phalcon#892) * Tidied up READMEs. * Applied PSR2 to tests. * Code standards. * Tidied up Annotations. * Tidied up codebase.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe the libraries used for adapters that the incubator supports should be "suggested" instead of "required". It should be the developer's responsibility to require the library they need opposed to forcing a specific version and/or downloading a library that isn't going to be used.
My specific case being, that SwiftMailer is up to version six. I'd like to upgrade to that version but I'm held back by this library enforcing version 5.x. It's not the end of the world but it's frustrating and inconvenient.
The text was updated successfully, but these errors were encountered: