Skip to content
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

Merged
merged 11 commits into from
Sep 27, 2023
Merged

Cake5 #20

merged 11 commits into from
Sep 27, 2023

Conversation

arusinowski
Copy link
Contributor

This is initial upgrade to CakePHP5.0 and phpunit 10, when accepted please merge this PR with new branch cake5. Thank you

….php, replaced zackkitzmiller/tiny with tuupola/base62 for base62 obfluscation, added TuupolaStrategy
src/Model/Behavior/Strategy/TuupolaStrategy.php Outdated Show resolved Hide resolved
tests/bootstrap.php Outdated Show resolved Hide resolved
…Strategy.php, removed deprecation tag from TinyStrategy.php
/**
* Class TinyStrategy
*
* @deprecated Use Muffin\Obfuscate\Model\Behavior\Strategy\Base62Strategy instead
*/
class TinyStrategy implements StrategyInterface
Copy link
Member

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.

Copy link
Contributor Author

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

@ADmad ADmad merged commit df5c999 into UseMuffin:master Sep 27, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants