mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-19 12:24:28 +00:00
Quality improvements
This commit is contained in:
82
composer.lock
generated
82
composer.lock
generated
@ -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": "667bb75c25a72b3d35f64ada9d9d9e0d",
|
||||
"content-hash": "9d079e1055ee327f2d46ed48b8a25cd6",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
@ -1082,6 +1082,82 @@
|
||||
},
|
||||
"time": "2024-01-11T11:49:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpmetrics/phpmetrics",
|
||||
"version": "v3.0.0rc5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpmetrics/PhpMetrics.git",
|
||||
"reference": "7a4ee5d6a8233f449fb9125ad586d3880c8a1b2f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpmetrics/PhpMetrics/zipball/7a4ee5d6a8233f449fb9125ad586d3880c8a1b2f",
|
||||
"reference": "7a4ee5d6a8233f449fb9125ad586d3880c8a1b2f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-tokenizer": "*",
|
||||
"nikic/php-parser": "^4",
|
||||
"php": ">=8.1"
|
||||
},
|
||||
"replace": {
|
||||
"halleck45/php-metrics": "*",
|
||||
"halleck45/phpmetrics": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phake/phake": "^4.4.0",
|
||||
"phpstan/extension-installer": "^1.3",
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.1",
|
||||
"phpstan/phpstan-phpunit": "^1.3",
|
||||
"phpstan/phpstan-strict-rules": "^1.5",
|
||||
"phpunit/phpunit": "^10.3",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"sebastian/comparator": ">=5.0.0",
|
||||
"squizlabs/php_codesniffer": "^3.7",
|
||||
"symfony/dom-crawler": "^6.3",
|
||||
"vimeo/psalm": "^5.15"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-dom": "To allow XML parsing and report results.",
|
||||
"ext-yaml": "To allow yaml parsing of configuration files."
|
||||
},
|
||||
"bin": [
|
||||
"bin/phpmetrics"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Hal\\": "src/Hal"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jean-François Lépine",
|
||||
"email": "lepinejeanfrancois@yahoo.fr",
|
||||
"homepage": "http://www.lepine.pro",
|
||||
"role": "Copyright Holder"
|
||||
}
|
||||
],
|
||||
"description": "Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !",
|
||||
"homepage": "http://www.phpmetrics.org",
|
||||
"keywords": [
|
||||
"analysis",
|
||||
"qa",
|
||||
"quality",
|
||||
"testing"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/PhpMetrics/PhpMetrics/issues",
|
||||
"source": "https://github.com/phpmetrics/PhpMetrics/tree/v3.0.0rc5"
|
||||
},
|
||||
"time": "2024-01-17T10:59:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
"version": "1.25.0",
|
||||
@ -3649,7 +3725,9 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"phpmetrics/phpmetrics": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
Reference in New Issue
Block a user