Skip to content

Commit e188fa2

Browse files
authored
Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix semconv deprecations (#315)
* Fixed a bit of warnings and deprecations * Dropped support for PHP 7.4 and 8.0. Introduced support for PHP 8.4 * Set revision psalm to 6.4.0, more suppressions * Curl instrumentation fix * updated packages generating deprecated warnings
1 parent 103ca21 commit e188fa2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"phpbench/phpbench": "^1.2",
3030
"phpstan/phpstan": "^1.1",
3131
"phpstan/phpstan-phpunit": "^1.0",
32-
"psalm/plugin-phpunit": "^0.18.4",
32+
"psalm/plugin-phpunit": "^0.19.2",
3333
"phpunit/phpunit": "^9.5",
34-
"vimeo/psalm": "^5.0"
34+
"vimeo/psalm": "6.4.0"
3535
},
3636
"config": {
3737
"allow-plugins": {

tests/Benchmark/LoggingBench.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Monolog\Logger;
66
use OpenTelemetry\Contrib\Logs\Monolog\Handler;
77

8+
/** @psalm-suppress UnusedClass */
89
class LoggingBench
910
{
1011
private array $loggers = [];

0 commit comments

Comments
 (0)