Bump phpstan/phpstan-strict-rules from 0.12.3 to 0.12.4 (#3748)

This commit is contained in:
dependabot-preview[bot] 2020-08-05 10:38:00 +00:00 committed by GitHub
parent 3f89bd7bff
commit e238d583b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View File

@ -1022,21 +1022,21 @@
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",
"version": "0.12.3", "version": "0.12.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git", "url": "https://github.com/phpstan/phpstan-strict-rules.git",
"reference": "937283265620af9e2005743134ebb4e197b12d8e" "reference": "9b86e1eb77c796628e239820a01a2d327d607a5e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/937283265620af9e2005743134ebb4e197b12d8e", "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/9b86e1eb77c796628e239820a01a2d327d607a5e",
"reference": "937283265620af9e2005743134ebb4e197b12d8e", "reference": "9b86e1eb77c796628e239820a01a2d327d607a5e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~7.1", "php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.6" "phpstan/phpstan": "^0.12.33"
}, },
"require-dev": { "require-dev": {
"consistence/coding-standard": "^3.0.1", "consistence/coding-standard": "^3.0.1",
@ -1069,7 +1069,7 @@
"MIT" "MIT"
], ],
"description": "Extra strict and opinionated rules for PHPStan", "description": "Extra strict and opinionated rules for PHPStan",
"time": "2020-07-16T08:58:37+00:00" "time": "2020-07-21T14:49:47+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",