Skip to content

Commit

Permalink
Allow tests to run on PHP8.4
Browse files Browse the repository at this point in the history
This then also prepares the package to be released for PHP8.4
runtimes

(cherry picked from commit 0a5575e1e3d23dfabb8ccf38dc07c0ced251d820)
  • Loading branch information
heiglandreas authored and scheb committed Nov 29, 2024
1 parent e75b087 commit c4700f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"scheb/2fa-bundle": "self.version",
"spomky-labs/otphp": "^10.0 || ^11.0",
"paragonie/constant_time_encoding": "^2.4"
Expand Down

0 comments on commit c4700f0

Please sign in to comment.