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

Modernize the library and remove support for outdated PHP versions #16

Open
5 tasks
fabiang opened this issue Jan 7, 2025 · 0 comments
Open
5 tasks

Comments

@fabiang
Copy link
Owner

fabiang commented Jan 7, 2025

It's time to move forward and drop support for older PHP versions.

  • Create a version 2 branch.
  • Deprecate version 1.x after one year.
  • Determine the minimum supported PHP version (likely PHP 7.1, pending further research).
  • Add type declarations for parameters, return types, and properties.
  • Remove all compatibility shims for older PHP versions.

Related issue #15

fabiang added a commit that referenced this issue Jan 29, 2025
- Added data types everywhere + strict types
- Drop support for PHP < 8.1
- Renamed "Sasl" to "SASL"
- SASL factroy is now an enum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant