Skip to content

Raise supported PHP version to 8.0 and related updates#25

Merged
thecodedrift merged 1 commit intothecodedrift:mainfrom
reedy:php8
Apr 13, 2026
Merged

Raise supported PHP version to 8.0 and related updates#25
thecodedrift merged 1 commit intothecodedrift:mainfrom
reedy:php8

Conversation

@reedy
Copy link
Copy Markdown
Collaborator

@reedy reedy commented Mar 22, 2026

Fixes #19

@reedy
Copy link
Copy Markdown
Collaborator Author

reedy commented Mar 22, 2026

Basically zero functional changes... Does help not having to worry about testing on ancient PHP versions...

https://www.php.net/eol.php

Still supported (by this library):

8.1 - 31 Dec 2025

8.0 - 26 Nov 2023

Dropped:

7.4 - 28 Nov 2022

7.3 - 6 Dec 2021

7.2 - 30 Nov 2020

https://www.php.net/supported-versions.php

8.2 is out of active support (31 Dec 2024), and security support drops on 31 Dec 2026

8.3 is also out of active support (31 Dec 2025), but security support has a bit longer left (31 Dec 2027)

Comment thread src/HOTP.php
@thecodedrift thecodedrift merged commit 45bb145 into thecodedrift:main Apr 13, 2026
6 checks passed
@thecodedrift
Copy link
Copy Markdown
Owner

Merged this down. I think we're good to just bump minor with this change

thecodedrift added a commit that referenced this pull request Apr 13, 2026
Bumped to 2.1.0 (not 2.0.1) since raising the
minimum PHP version to 8.0 in #25 is a breaking
change. Closes #18.
@reedy reedy deleted the php8 branch April 13, 2026 23:40
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.

Dropping PHP 7.x support

2 participants