From 4c0796f7c8fd9bf072d305ab5fcd948ed832c0b5 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 9 Jan 2020 15:15:10 -0500 Subject: [PATCH] Update PHP_CodeSniffer. --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index fb6798da24a..b8f42df5651 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ "phpmd/phpmd": "2.8.1", "phpunit/phpunit": "7.5.20", "sebastian/phpcpd": "4.1.0", - "squizlabs/php_codesniffer": "3.4.2" + "squizlabs/php_codesniffer": "3.5.3" }, "extra": { "merge-plugin": { diff --git a/composer.lock b/composer.lock index 55036a4f162..4868c248d99 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "57651d93f4c5cb0016f85e457a0f0c7d", + "content-hash": "3f7581b3f9b526d5de757ad3b3356383", "packages": [ { "name": "ahand/mobileesp", @@ -7470,16 +7470,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.4.2", + "version": "3.5.3", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8" + "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", - "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", + "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", "shasum": "" }, "require": { @@ -7517,7 +7517,7 @@ "phpcs", "standards" ], - "time": "2019-04-10T23:49:02+00:00" + "time": "2019-12-04T04:46:47+00:00" }, { "name": "symfony/config", -- GitLab