Updated composer dependencies

This commit is contained in:
Dylan K. Taylor 2022-06-29 02:13:32 +01:00
parent df2d1fd4f9
commit 0da9260994
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

14
composer.lock generated
View File

@ -1848,21 +1848,21 @@
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",
"version": "1.2.3", "version": "1.3.0",
"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": "0c82c96f2a55d8b91bbc7ee6512c94f68a206b43" "reference": "543675a9be82d4befb9ca0bd8cdc9d211665037f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/0c82c96f2a55d8b91bbc7ee6512c94f68a206b43", "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/543675a9be82d4befb9ca0bd8cdc9d211665037f",
"reference": "0c82c96f2a55d8b91bbc7ee6512c94f68a206b43", "reference": "543675a9be82d4befb9ca0bd8cdc9d211665037f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.6.3" "phpstan/phpstan": "^1.7.15"
}, },
"require-dev": { "require-dev": {
"nikic/php-parser": "^4.13.0", "nikic/php-parser": "^4.13.0",
@ -1890,9 +1890,9 @@
"description": "Extra strict and opinionated rules for PHPStan", "description": "Extra strict and opinionated rules for PHPStan",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues", "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
"source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.2.3" "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.3.0"
}, },
"time": "2022-05-04T15:20:40+00:00" "time": "2022-06-24T06:47:20+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",