From 49b0923dce8db7c27d97ad2a330a3e9d95a0c9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:34:09 +0000 Subject: [PATCH] Bump squizlabs/php_codesniffer Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 2.6.1 to 2.8.1. - [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases) - [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/2.6.1...2.8.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../composer.lock | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/wp-content/plugins/wp-woocommerce-stock-synchronization-develop/composer.lock b/wp-content/plugins/wp-woocommerce-stock-synchronization-develop/composer.lock index ec53a7e9..04e3bba6 100644 --- a/wp-content/plugins/wp-woocommerce-stock-synchronization-develop/composer.lock +++ b/wp-content/plugins/wp-woocommerce-stock-synchronization-develop/composer.lock @@ -1,25 +1,24 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "c424caa379a6719f4e19de43a928ffc6", "content-hash": "515b03159b13229d2e6b4427af5a9916", "packages": [], "packages-dev": [ { "name": "squizlabs/php_codesniffer", - "version": "2.6.1", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d" + "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", - "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", + "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d", "shasum": "" }, "require": { @@ -84,7 +83,12 @@ "phpcs", "standards" ], - "time": "2016-05-30 22:24:32" + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2017-03-01T22:17:45+00:00" }, { "name": "wp-coding-standards/wpcs", @@ -120,7 +124,7 @@ "standards", "wordpress" ], - "time": "2016-02-01 16:14:59" + "time": "2016-02-01T16:14:59+00:00" } ], "aliases": [], @@ -129,5 +133,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }