From 6fbc2540ab41685f0dd67b1196c095f1d2ffb70f Mon Sep 17 00:00:00 2001 From: Jens True Date: Fri, 17 May 2024 06:17:37 +0000 Subject: [PATCH] Config update --- .phplint.yml | 3 +-- composer.lock | 10 +++++----- phpbench.json | 4 +--- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.phplint.yml b/.phplint.yml index 9060bba..2b8f655 100644 --- a/.phplint.yml +++ b/.phplint.yml @@ -5,9 +5,8 @@ path: jobs: 10 extensions: - php -exclude: +exclude:com - vendor warning: true memory-limit: -1 -no-cache: true log-junit: "output/lint.xml" \ No newline at end of file diff --git a/composer.lock b/composer.lock index b0a7254..86db0c0 100644 --- a/composer.lock +++ b/composer.lock @@ -1377,16 +1377,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e" + "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/666cb1703742cea9cc80fee631f0940e1592fa6e", - "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b", + "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b", "shasum": "" }, "require": { @@ -1431,7 +1431,7 @@ "type": "github" } ], - "time": "2024-05-13T06:02:22+00:00" + "time": "2024-05-15T08:00:59+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/phpbench.json b/phpbench.json index 3798e7e..76515f1 100644 --- a/phpbench.json +++ b/phpbench.json @@ -1,9 +1,7 @@ { "runner.bootstrap": "vendor/autoload.php", "runner.path": "benchmark/", - "runner.php_config": { - "xdebug.mode": "none" - }, + "runner.php_disable_ini": true, "runner.retry_threshold": 10, "runner.iterations": 10, "report.outputs": {