Updated composer dependencies

This commit is contained in:
Dylan K. Taylor 2020-09-26 13:17:54 +01:00
parent 89cce4c749
commit 05a94f35d6
2 changed files with 12 additions and 12 deletions

View File

@ -50,7 +50,7 @@
"respect/validation": "^2.0"
},
"require-dev": {
"phpstan/phpstan": "0.12.42",
"phpstan/phpstan": "0.12.44",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "^9.2"

22
composer.lock generated
View File

@ -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": "adc74d30203a9378694bc478baf7a142",
"content-hash": "13b64be4a6f2487487d1acbcfafcb82f",
"packages": [
{
"name": "adhocore/json-comment",
@ -1079,16 +1079,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.10.1",
"version": "v4.10.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "1b479e7592812411c20c34d9ed33db3957bde66e"
"reference": "658f1be311a230e0907f5dfe0213742aff0596de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1b479e7592812411c20c34d9ed33db3957bde66e",
"reference": "1b479e7592812411c20c34d9ed33db3957bde66e",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/658f1be311a230e0907f5dfe0213742aff0596de",
"reference": "658f1be311a230e0907f5dfe0213742aff0596de",
"shasum": ""
},
"require": {
@ -1127,7 +1127,7 @@
"parser",
"php"
],
"time": "2020-09-23T18:23:49+00:00"
"time": "2020-09-26T10:30:38+00:00"
},
{
"name": "phar-io/manifest",
@ -1443,16 +1443,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.12.42",
"version": "0.12.44",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4"
"reference": "330b45776ea77f167b150e24787412414a8fa469"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7c43b7c2d5ca6554f6231e82e342a710163ac5f4",
"reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/330b45776ea77f167b150e24787412414a8fa469",
"reference": "330b45776ea77f167b150e24787412414a8fa469",
"shasum": ""
},
"require": {
@ -1495,7 +1495,7 @@
"type": "tidelift"
}
],
"time": "2020-09-02T13:14:53+00:00"
"time": "2020-09-24T15:28:47+00:00"
},
{
"name": "phpstan/phpstan-phpunit",