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