[DEPENDENCIES] Update dependencies, including PHPStan to dev version

This commit is contained in:
Hugo Sales 2021-12-27 14:38:53 +00:00
parent cf2f87fc1d
commit edd996d281
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 21 additions and 19 deletions

View File

@ -71,7 +71,7 @@
"friendsofphp/php-cs-fixer": "^3.2.1",
"jchook/phpunit-assert-throws": "^1.0",
"niels-de-blaauw/php-doc-check": "^0.2.2",
"phpstan/phpstan": "~1",
"phpstan/phpstan": "dev-master",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^5.4.",
"symfony/css-selector": "^5.4.",

38
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": "99b63e8fd91cd481003a04f3fcbe558d",
"content-hash": "c20d65671acbbe2cd549720e26a65feb",
"packages": [
{
"name": "alchemy/binary-driver",
@ -463,16 +463,16 @@
},
{
"name": "doctrine/common",
"version": "3.2.0",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "6d970a11479275300b5144e9373ce5feacfa9b91"
"reference": "e927fc2410c8723d053b8032e591cdff76587cdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/6d970a11479275300b5144e9373ce5feacfa9b91",
"reference": "6d970a11479275300b5144e9373ce5feacfa9b91",
"url": "https://api.github.com/repos/doctrine/common/zipball/e927fc2410c8723d053b8032e591cdff76587cdb",
"reference": "e927fc2410c8723d053b8032e591cdff76587cdb",
"shasum": ""
},
"require": {
@ -480,9 +480,9 @@
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0 || ^8.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.2.0",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5",
@ -533,7 +533,7 @@
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
"source": "https://github.com/doctrine/common/tree/3.2.0"
"source": "https://github.com/doctrine/common/tree/3.2.1"
},
"funding": [
{
@ -549,7 +549,7 @@
"type": "tidelift"
}
],
"time": "2021-10-19T06:47:22+00:00"
"time": "2021-12-26T22:39:45+00:00"
},
{
"name": "doctrine/dbal",
@ -11984,16 +11984,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.2.0",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee"
"reference": "0127c2a38735e0cc90b066fd7c7465cbf3659b55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee",
"reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0127c2a38735e0cc90b066fd7c7465cbf3659b55",
"reference": "0127c2a38735e0cc90b066fd7c7465cbf3659b55",
"shasum": ""
},
"require": {
@ -12002,6 +12002,7 @@
"conflict": {
"phpstan/phpstan-shim": "*"
},
"default-branch": true,
"bin": [
"phpstan",
"phpstan.phar"
@ -12009,7 +12010,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
"dev-master": "1.3-dev"
}
},
"autoload": {
@ -12024,7 +12025,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.2.0"
"source": "https://github.com/phpstan/phpstan/tree/master"
},
"funding": [
{
@ -12044,7 +12045,7 @@
"type": "tidelift"
}
],
"time": "2021-11-18T14:09:01+00:00"
"time": "2021-12-26T13:18:31+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -14057,7 +14058,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"someonewithpc/redis-polyfill": 20
"someonewithpc/redis-polyfill": 20,
"phpstan/phpstan": 20
},
"prefer-stable": false,
"prefer-lowest": false,