summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-12 12:07:59 +0000
committerGitHub <noreply@github.com>2024-01-12 12:07:59 +0000
commitc0b9ac72ce8529adb3c6a673fe742607c7253f00 (patch)
treee435ed259c93047b03ebe91f202053b78fb0b533
parent69741134fd4e70d530a137d3d22bd49cf1ef44a0 (diff)
Build(deps-dev): Bump squizlabs/php_codesniffer from 3.8.0 to 3.8.1dependabot/composer/squizlabs/php_codesniffer-3.8.1
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.8.0...3.8.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 2f0b1507d..b2f687c3d 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,7 @@
},
"require-dev": {
"phpunit/phpunit": "9.6.*",
- "squizlabs/php_codesniffer": "^3.8.0",
+ "squizlabs/php_codesniffer": "^3.8.1",
"phpstan/phpstan": "^1.10.52",
"phpstan/phpstan-doctrine": "^1.3.54",
"phpstan/phpstan-strict-rules": "^1.5.2",
diff --git a/composer.lock b/composer.lock
index caf9a62a7..dcf616da8 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": "e5d7748ea83b8cf4edcceb70ea640c44",
+ "content-hash": "113e5dd3a2c70250bb7b3737d45adc72",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -3073,16 +3073,16 @@
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.8.0",
+ "version": "3.8.1",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
- "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7"
+ "reference": "14f5fff1e64118595db5408e946f3a22c75807f7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
- "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7",
+ "reference": "14f5fff1e64118595db5408e946f3a22c75807f7",
"shasum": ""
},
"require": {
@@ -3092,11 +3092,11 @@
"php": ">=5.4.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.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": {
@@ -3149,7 +3149,7 @@
"type": "open_collective"
}
],
- "time": "2023-12-08T12:32:31+00:00"
+ "time": "2024-01-11T20:47:48+00:00"
},
{
"name": "theseer/tokenizer",