-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cake5 #20
Cake5 #20
Conversation
….php, replaced zackkitzmiller/tiny with tuupola/base62 for base62 obfluscation, added TuupolaStrategy
…Strategy.php, removed deprecation tag from TinyStrategy.php
/** | ||
* Class TinyStrategy | ||
* | ||
* @deprecated Use Muffin\Obfuscate\Model\Behavior\Strategy\Base62Strategy instead | ||
*/ | ||
class TinyStrategy implements StrategyInterface |
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.
I am wondering if we should just drop this TinyStragtegy
. Existing users will have to change the underlying lib anyway, so they can change the strategy name too.
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.
You're right, we may drop the TinyStrategy completely
This is initial upgrade to CakePHP5.0 and phpunit 10, when accepted please merge this PR with new branch
cake5
. Thank you