Skip to content

Commit

Permalink
Composer: Update minimum PHP requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 committed Aug 22, 2024
1 parent e263c84 commit fc015aa
Showing 1 changed file with 2 additions and 2 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

0 comments on commit fc015aa

Please sign in to comment.