Skip to content

Commit 174f2ef

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 f9d7f65 commit 174f2ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 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": "^8.0",
12+
"php": "^8.1",
1313
"open-telemetry/context": "^1.0"
1414
},
1515
"autoload": {
@@ -22,12 +22,12 @@
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": "^4|^5",
28+
"vimeo/psalm": "^4|^5|^6",
2929
"symfony/http-client": "^5.4|^6.0",
30-
"guzzlehttp/promises": "^1.5",
30+
"guzzlehttp/promises": "^1.5|^2",
3131
"php-http/message-factory": "^1.0",
3232
"nyholm/psr7": "^1.5"
3333
},

0 commit comments

Comments
 (0)