updating to PHP 8.0 in composer JSON file

This commit is contained in:
2023-03-09 13:01:49 -07:00
parent cd884c7f76
commit d21eb055d3
2 changed files with 113 additions and 182 deletions

View File

@@ -11,11 +11,11 @@
}
],
"require": {
"php": ">=7.3.0",
"eftec/bladeone": "^4.1"
"php": ">=8.0.0",
"eftec/bladeone": "^4.8"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"wp-cli/i18n-command": "^2.2.8",
"wp-coding-standards/wpcs": "^2.3.0"
},