mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-15 17:37:39 +00:00
This commit is contained in:
@ -5,9 +5,8 @@ path:
|
|||||||
jobs: 10
|
jobs: 10
|
||||||
extensions:
|
extensions:
|
||||||
- php
|
- php
|
||||||
exclude:
|
exclude:com
|
||||||
- vendor
|
- vendor
|
||||||
warning: true
|
warning: true
|
||||||
memory-limit: -1
|
memory-limit: -1
|
||||||
no-cache: true
|
|
||||||
log-junit: "output/lint.xml"
|
log-junit: "output/lint.xml"
|
10
composer.lock
generated
10
composer.lock
generated
@ -1377,16 +1377,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.11.0",
|
"version": "1.11.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "666cb1703742cea9cc80fee631f0940e1592fa6e"
|
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/666cb1703742cea9cc80fee631f0940e1592fa6e",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b",
|
||||||
"reference": "666cb1703742cea9cc80fee631f0940e1592fa6e",
|
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1431,7 +1431,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-05-13T06:02:22+00:00"
|
"time": "2024-05-15T08:00:59+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"runner.bootstrap": "vendor/autoload.php",
|
"runner.bootstrap": "vendor/autoload.php",
|
||||||
"runner.path": "benchmark/",
|
"runner.path": "benchmark/",
|
||||||
"runner.php_config": {
|
"runner.php_disable_ini": true,
|
||||||
"xdebug.mode": "none"
|
|
||||||
},
|
|
||||||
"runner.retry_threshold": 10,
|
"runner.retry_threshold": 10,
|
||||||
"runner.iterations": 10,
|
"runner.iterations": 10,
|
||||||
"report.outputs": {
|
"report.outputs": {
|
||||||
|
Reference in New Issue
Block a user