summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-23 12:03:37 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2021-08-23 17:43:43 +0200
commit0432d30e7bfd676bae3479d152d2279b0290de39 (patch)
tree7be3221808b6ea103a941ad05f68a54c004913e2 /composer.lock
parentc19aaaf889a53d345d93997797364a40b95e9f9c (diff)
Bump phpstan/phpstan-strict-rules from 0.12.10 to 0.12.11
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 0.12.10 to 0.12.11. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/0.12.10...0.12.11) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 04b9f2a0f..33f452110 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1542,21 +1542,21 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "0.12.10",
+ "version": "0.12.11",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "ce82a050f9da4a32e438272907e38cdd04806223"
+ "reference": "2b72e8e17d2034145f239126e876e5fb659675e2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/ce82a050f9da4a32e438272907e38cdd04806223",
- "reference": "ce82a050f9da4a32e438272907e38cdd04806223",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/2b72e8e17d2034145f239126e876e5fb659675e2",
+ "reference": "2b72e8e17d2034145f239126e876e5fb659675e2",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
- "phpstan/phpstan": "^0.12.66"
+ "phpstan/phpstan": "^0.12.96"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
@@ -1586,9 +1586,9 @@
"description": "Extra strict and opinionated rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
- "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.10"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.11"
},
- "time": "2021-07-04T14:57:39+00:00"
+ "time": "2021-08-21T11:36:27+00:00"
},
{
"name": "phpunit/php-code-coverage",