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

PHP8 Support #68

Merged
merged 2 commits into from
May 2, 2021
Merged

PHP8 Support #68

merged 2 commits into from
May 2, 2021

Conversation

Saeven
Copy link
Owner

@Saeven Saeven commented May 2, 2021

Composer updated to add a massive set of laminas/laminas-cache exclusions. Rather than relying on opt-in w/suggest, they ask developers to use the "replace" method to opt-out. It's not its intended purpose, but we're painted into a corner here. Will test impact on satellite projects after packages gets this PR.

Passwdqc is not yet supported on PHP8, so I'm removing it for now. zxcvbn is better anyways!

Halite now throws errrors in specific uses of HiddenString, so we are using the getString method to solve that.
laminas/console is deprecated, so we are adding the only method we were using onto the main module (isConsole) for dev. I'll line it up into a domain-proper location later on.

Saeven added 2 commits May 2, 2021 13:03
…ther than relying on opt-in w/suggest, they ask developers to use the "replace" method to opt-out. It's not its intended purpose, but we're painted into a corner here.

Passwdqc is not yet supported on PHP8, so I'm removing it for now.  zxcvbn is better anyways!
Halite now throws errrors in specific uses of HiddenString, so we are using the getString method to solve that.
laminas/console is deprecated, so we are adding the only method we were using onto the main module (isConsole) for dev.  I'll line it up into a domain-proper location later on.
@sonarcloud
Copy link

sonarcloud bot commented May 2, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Saeven Saeven merged commit bca3fa8 into master May 2, 2021
@Saeven Saeven deleted the feature/php8-support branch January 13, 2023 04:29
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.

None yet

1 participant