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" "respect/validation": "^2.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "0.12.42", "phpstan/phpstan": "0.12.44",
"phpstan/phpstan-phpunit": "^0.12.6", "phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2", "phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "^9.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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "adc74d30203a9378694bc478baf7a142", "content-hash": "13b64be4a6f2487487d1acbcfafcb82f",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -1079,16 +1079,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.10.1", "version": "v4.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "1b479e7592812411c20c34d9ed33db3957bde66e" "reference": "658f1be311a230e0907f5dfe0213742aff0596de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1b479e7592812411c20c34d9ed33db3957bde66e", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/658f1be311a230e0907f5dfe0213742aff0596de",
"reference": "1b479e7592812411c20c34d9ed33db3957bde66e", "reference": "658f1be311a230e0907f5dfe0213742aff0596de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1127,7 +1127,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2020-09-23T18:23:49+00:00" "time": "2020-09-26T10:30:38+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -1443,16 +1443,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.42", "version": "0.12.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4" "reference": "330b45776ea77f167b150e24787412414a8fa469"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7c43b7c2d5ca6554f6231e82e342a710163ac5f4", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/330b45776ea77f167b150e24787412414a8fa469",
"reference": "7c43b7c2d5ca6554f6231e82e342a710163ac5f4", "reference": "330b45776ea77f167b150e24787412414a8fa469",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1495,7 +1495,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-09-02T13:14:53+00:00" "time": "2020-09-24T15:28:47+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",