opentelemetry-php/examples/traces
Brett McBride f798bb6f01
Drop PHP 7.4 support (#1244)
* drop php 7.4 support
update composer.json minimums, and run rector over the code to update what it can. changed some static analysis
config to fix some rector-induced failures.

* adding union typehints

* reformat constructor property promotions

* updating/removing phpdoc

* suppress protobuf extension complaint
submitted a PR upstream to fix phan stubs

* don't validate packages against 7.4

* remove php8 polyfill

* fix readonly comments

* apply trailing commas to multiline fixer
upgrade php-cs-fixer, and apply a new rule for multiline comments

* remove unreachable default match arms for protobuf serializer

* adding more union types to vars

* use weakmap directly

* remove handling for not-supported WeakMap

* spacing
2024-03-03 20:21:16 -05:00
..
demo Add scheme to collector endpoint on traces example (#913) 2023-01-20 08:20:51 +11:00
exporters fixing some psalm 5 complaints (#1110) 2023-09-05 08:56:24 +10:00
features Drop PHP 7.4 support (#1244) 2024-03-03 20:21:16 -05:00
getting_started.php psalm check examples (#1006) 2023-05-31 08:13:35 +02:00