summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-14 12:29:51 +0000
committerGitHub <noreply@github.com>2024-03-14 12:29:51 +0000
commit123c5f0e4a2cd4725ed205f6d95b4c035a0cb79a (patch)
treec36529934a6de41254adaecdd53e804b591d9366
parentacc649e48021c6044807cfe9aa87402fe9ca394f (diff)
Build(deps-dev): Bump phpstan/phpstan from 1.10.60 to 1.10.62dependabot/composer/phpstan/phpstan-1.10.62
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.60 to 1.10.62. - [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.60...1.10.62) --- 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 3412ba0be..e9b30c3b2 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"require-dev": {
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.9.0",
- "phpstan/phpstan": "^1.10.60",
+ "phpstan/phpstan": "^1.10.62",
"phpstan/phpstan-doctrine": "^1.3.62",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-phpunit": "^1.3.16",
diff --git a/composer.lock b/composer.lock
index f83f92dda..994d54061 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": "2e2daba5c72b79cc834329cbf28178a2",
+ "content-hash": "335d2c3d1fdbea89b9d5ea54fa93259d",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1359,16 +1359,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.60",
+ "version": "1.10.62",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe"
+ "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/95dcea7d6c628a3f2f56d091d8a0219485a86bbe",
- "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9",
+ "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9",
"shasum": ""
},
"require": {
@@ -1417,7 +1417,7 @@
"type": "tidelift"
}
],
- "time": "2024-03-07T13:30:19+00:00"
+ "time": "2024-03-13T12:27:20+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",