Skip to content

Commit 335253e

Browse files
committed
Remove hardcoded version and add PHP requirement to composer.json
1 parent 2b272f7 commit 335253e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "gravitykit/gravity-forms-zero-spam",
33
"description": "Enhance Gravity Forms to include effective anti-spam measures.",
4-
"version": "1.6.0",
54
"type": "wordpress-plugin",
65
"license": "GPL-2.0-or-later",
6+
"require": {
7+
"php": ">=7.4"
8+
},
79
"require-dev": {
810
"squizlabs/php_codesniffer": "*",
911
"wp-coding-standards/wpcs": "^3.0",

0 commit comments

Comments
 (0)