Skip to content

Commit b81b43f

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 e776290 commit b81b43f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"minimum-stability": "dev",
1010
"prefer-stable": true,
1111
"require": {
12-
"php": "^7.0|^8.0",
12+
"php": "^8.1",
1313
"open-telemetry/context": "^1.0"
1414
},
1515
"autoload": {
@@ -22,10 +22,10 @@
2222
"phan/phan": "^5.0",
2323
"phpstan/phpstan": "^1.1",
2424
"phpstan/phpstan-phpunit": "^1.0",
25-
"psalm/plugin-phpunit": "^0.18.4",
25+
"psalm/plugin-phpunit": "^0.19.2",
2626
"open-telemetry/sdk": "^1.0",
2727
"phpunit/phpunit": "^9.5",
28-
"vimeo/psalm": "^5.0",
28+
"vimeo/psalm": "6.4.0",
2929
"symfony/http-client": "^5.4|^6.0",
3030
"guzzlehttp/promises": "^2",
3131
"php-http/message-factory": "^1.0",

0 commit comments

Comments
 (0)