summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-09 08:59:29 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-09 11:40:59 +0200
commit8c9f4f951440bf195c82ad1a70b5bcb9c6227a08 (patch)
tree35799aaa7c68b53bb67d779c148f27cdad79ca1c
parentf158cdbb12e5281a9b4eb1bc0a8105f63d563a2c (diff)
Build(deps-dev): Bump phpstan/phpstan from 1.10.27 to 1.10.28
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.27 to 1.10.28. - [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.27...1.10.28) --- 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 0e91f5287..e5f93d207 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"require-dev": {
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.2",
- "phpstan/phpstan": "^1.10.26",
+ "phpstan/phpstan": "^1.10.28",
"phpstan/phpstan-doctrine": "^1.3.40",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-phpunit": "^1.3.13",
diff --git a/composer.lock b/composer.lock
index edb56487d..0ebd7ae39 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": "d1b3dae961ec41e0e94f78ec46b631a6",
+ "content-hash": "5e62bd7e991b5aaa8878678a4146f555",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1356,16 +1356,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.27",
+ "version": "1.10.28",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "a9f44dcea06f59d1363b100bb29f297b311fa640"
+ "reference": "e4545b55904ebef470423d3ddddb74fa7325497a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a9f44dcea06f59d1363b100bb29f297b311fa640",
- "reference": "a9f44dcea06f59d1363b100bb29f297b311fa640",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e4545b55904ebef470423d3ddddb74fa7325497a",
+ "reference": "e4545b55904ebef470423d3ddddb74fa7325497a",
"shasum": ""
},
"require": {
@@ -1414,7 +1414,7 @@
"type": "tidelift"
}
],
- "time": "2023-08-05T09:57:55+00:00"
+ "time": "2023-08-08T12:33:42+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",