Feat: Raise minimum PHP requirement to 7.4

This commit is contained in:
2025-04-18 19:10:45 +01:00
parent 643f5c6d41
commit 6527fde363
4 changed files with 33 additions and 35 deletions

View File

@@ -1,21 +1,21 @@
{
"name": "wpallstars/wp-plugin-starter-template",
"description": "A comprehensive starter template for WordPress plugins with best practices for AI-assisted development.",
"name": "wpallstars/wp-plugin-starter-template-for-ai-coding",
"description": "A starter template for building WordPress plugins, focusing on AI coding assistance compatibility.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WPALLSTARS",
"email": "info@wpallstars.com"
"name": "WP All Stars",
"email": "support@wpallstars.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"10up/wp_mock": "0.3.0",
"10up/wp_mock": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1"