From 488c75804101baf92ebb4f1c62a5b02562963c45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:28:37 +0000 Subject: [PATCH] chore(deps): update dependency oblak/wordpress-coding-standard to v1.0.2 --- composer.lock | 51 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index 0116984..fc0bf69 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a1a4aebebab025a49685a9b6e8fb2fb4", + "content-hash": "1bcc4232f40f786727f5aec050e43f25", "packages": [], "packages-dev": [ { @@ -87,16 +87,16 @@ }, { "name": "oblak/wordpress-coding-standard", - "version": "v1.0.1", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/oblakstudio/wordpress-coding-standards.git", - "reference": "1200c99b65b7ea0698bce345bbe10e3b635fab58" + "reference": "aa964f84e76916fbf15b9fa72bdca1948daef30f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oblakstudio/wordpress-coding-standards/zipball/1200c99b65b7ea0698bce345bbe10e3b635fab58", - "reference": "1200c99b65b7ea0698bce345bbe10e3b635fab58", + "url": "https://api.github.com/repos/oblakstudio/wordpress-coding-standards/zipball/aa964f84e76916fbf15b9fa72bdca1948daef30f", + "reference": "aa964f84e76916fbf15b9fa72bdca1948daef30f", "shasum": "" }, "require": { @@ -106,7 +106,7 @@ "phpcompatibility/phpcompatibility-wp": "2.1.4", "phpcsstandards/phpcsextra": "1.1.0", "phpcsstandards/phpcsutils": "1.0.8", - "squizlabs/php_codesniffer": "3.7.2", + "squizlabs/php_codesniffer": "3.8.1", "wp-coding-standards/wpcs": "^3" }, "require-dev": { @@ -134,9 +134,9 @@ ], "support": { "issues": "https://github.com/oblakstudio/wordpress-coding-standards/issues", - "source": "https://github.com/oblakstudio/wordpress-coding-standards/tree/v1.0.1" + "source": "https://github.com/oblakstudio/wordpress-coding-standards/tree/v1.0.2" }, - "time": "2023-12-09T17:30:35+00:00" + "time": "2024-01-16T15:43:51+00:00" }, { "name": "phpcompatibility/php-compatibility", @@ -450,16 +450,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.2", + "version": "3.8.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" + "reference": "14f5fff1e64118595db5408e946f3a22c75807f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", - "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7", + "reference": "14f5fff1e64118595db5408e946f3a22c75807f7", "shasum": "" }, "require": { @@ -469,11 +469,11 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" }, "bin": [ - "bin/phpcs", - "bin/phpcbf" + "bin/phpcbf", + "bin/phpcs" ], "type": "library", "extra": { @@ -488,20 +488,29 @@ "authors": [ { "name": "Greg Sherwood", - "role": "lead" + "role": "Former lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "Current lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", "standards", "static analysis" ], "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", + "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", + "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" }, "funding": [ { @@ -517,7 +526,7 @@ "type": "open_collective" } ], - "time": "2023-02-22T23:07:41+00:00" + "time": "2024-01-11T20:47:48+00:00" }, { "name": "wp-coding-standards/wpcs",