summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-05 12:25:29 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2024-01-05 15:14:49 +0200
commit90bee5435cb3721aa591a2df71839257952a33c5 (patch)
tree119ae098b675f7975a0303bc25574b8b50f7a743
parentebcbf4f63d12305c43a2286cfa04dd1330286e61 (diff)
Build(deps-dev): Bump phpstan/phpstan from 1.10.50 to 1.10.52
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.50 to 1.10.52. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.50...1.10.52) --- updated-dependencies: - dependency-name: phpstan/phpstan 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.lock12
2 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index ae15db11d..be57ef0ad 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"require-dev": {
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.8.0",
- "phpstan/phpstan": "^1.10.50",
+ "phpstan/phpstan": "^1.10.52",
"phpstan/phpstan-doctrine": "^1.3.53",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-phpunit": "^1.3.15",
diff --git a/composer.lock b/composer.lock
index de2949520..32db2e1d4 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": "fde95e7376cee0a619ebc2afcfce546a",
+ "content-hash": "23f96518150a1d9d1a87091534c48c91",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1357,16 +1357,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.50",
+ "version": "1.10.52",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4"
+ "reference": "0cd0c330081d4f1e1d630701fe4f342c3b659685"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4",
- "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0cd0c330081d4f1e1d630701fe4f342c3b659685",
+ "reference": "0cd0c330081d4f1e1d630701fe4f342c3b659685",
"shasum": ""
},
"require": {
@@ -1415,7 +1415,7 @@
"type": "tidelift"
}
],
- "time": "2023-12-13T10:59:42+00:00"
+ "time": "2024-01-05T09:51:32+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",