Skip to content

Commit

Permalink
version update / deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Jan 26, 2024
1 parent 7de82d5 commit bbe523f
Show file tree
Hide file tree
Showing 6 changed files with 436 additions and 435 deletions.
2 changes: 1 addition & 1 deletion cf7-antispam.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* CONSTANTS */
define( 'CF7ANTISPAM_NAME', 'cf7-antispam' );

define( 'CF7ANTISPAM_VERSION', '0.6.0' );
define( 'CF7ANTISPAM_VERSION', '0.6.1' );

define( 'CF7ANTISPAM_PLUGIN', __FILE__ );

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"require": {
"geoip2/geoip2": "~2.0",
"l3u/b8": "*"
"l3u/b8": "*",
"ext-json": "*",
"ext-openssl": "*"
},
"scripts": {
"PHPCS": "vendor/bin/phpcs --standard=phpcs.xml.dist -s --report=full,summary,source",
Expand Down
Loading

0 comments on commit bbe523f

Please sign in to comment.