Skip to content

Commit

Permalink
Bump minimum WP to 6.3, minimum PHP to 7.2. (#625)
Browse files Browse the repository at this point in the history
* Bump minimum WP to 6.3, minimum PHP to 7.2.24.

* Composer: Update minimum PHP requirement.
  • Loading branch information
dd32 authored Aug 22, 2024
1 parent e5d6b20 commit e0b7ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"minimum-stability": "dev",
"prefer-stable" : true,
"require": {
"php": ">=5.6"
"php": ">=7.2.24|^8"
},
"require-dev": {
"automattic/vipwpcs": "^3.0",
Expand All @@ -43,7 +43,7 @@
},
"scripts": {
"lint": "phpcs",
"lint-compat": "phpcs -p --standard=PHPCompatibilityWP --runtime-set testVersion 5.6- --extensions=php --ignore='tests/,dist/,includes/Yubico/,vendor/,wordpress/,node_modules/' .",
"lint-compat": "phpcs -p --standard=PHPCompatibilityWP --runtime-set testVersion 7.2- --extensions=php --ignore='tests/,dist/,includes/Yubico/,vendor/,wordpress/,node_modules/' .",
"test": "phpunit",
"test:watch": [
"Composer\\Config::disableProcessTimeout",
Expand Down
4 changes: 2 additions & 2 deletions two-factor.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* Plugin URI: https://wordpress.org/plugins/two-factor/
* Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes.
* Version: 0.9.1
* Requires at least: 4.6
* Requires PHP: 5.6
* Requires at least: 6.3
* Requires PHP: 7.2
* Author: Plugin Contributors
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors
* License: GPL-2.0-or-later
Expand Down

0 comments on commit e0b7ffd

Please sign in to comment.