Skip to content

Commit e2dfcd4

Browse files
author
Leon
committed
fix updated dependency
1 parent 627f10a commit e2dfcd4

3 files changed

Lines changed: 61 additions & 57 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"phpunit/phpunit": "*",
3232
"dealerdirect/phpcodesniffer-composer-installer": "*",
3333
"wp-coding-standards/wpcs": "*",
34-
"jakub-onderka/php-parallel-lint": "*",
34+
"php-parallel-lint/php-parallel-lint": "*",
3535
"10up/wp_mock": "^0.4.2"
3636
},
3737
"autoload": {

composer.lock

Lines changed: 58 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp2static-addon-s3.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: WP2Static Add-on: S3 Deployment
55
* Plugin URI: https://wp2static.com
66
* Description: AWS S3 deployment add-on for WP2Static.
7-
* Version: 1.0-alpha-006
7+
* Version: 1.0-alpha-007
88
* Author: Leon Stafford
99
* Author URI: https://ljs.dev
1010
* License: Unlicense
@@ -17,7 +17,7 @@
1717
}
1818

1919
define( 'WP2STATIC_S3_PATH', plugin_dir_path( __FILE__ ) );
20-
define( 'WP2STATIC_S3_VERSION', '1.0-alpha-006' );
20+
define( 'WP2STATIC_S3_VERSION', '1.0-alpha-007' );
2121

2222
if ( file_exists( WP2STATIC_S3_PATH . 'vendor/autoload.php' ) ) {
2323
require_once WP2STATIC_S3_PATH . 'vendor/autoload.php';

0 commit comments

Comments
 (0)