Skip to content

Commit

Permalink
Add PHP version compatibility checker
Browse files Browse the repository at this point in the history
zackkatz committed Aug 26, 2024

Verified

This commit was signed with the committer’s verified signature.
zackkatz Zack Katz
1 parent 56b88d1 commit 4cf25ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -94,7 +94,8 @@
"@prefix_vendor",
"@post_update_install",
"composer dump-autoload -o"
]
],
"compat": "./vendor/bin/phpcs -p ./ ./gravityview.php ./tests --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 7.2- --ignore=vendor/*,vendor_prefixed/*,node_modules/*"
},
"config": {
"platform-check": false,

0 comments on commit 4cf25ab

Please sign in to comment.