Skip to content
Snippets Groups Projects
Verified Commit faef0c76 authored by Dave Long's avatar Dave Long
Browse files

Issue #3352389 by catch, smustgrave, xjm, heddn: Add open-telemetry/sdk and...

Issue #3352389 by catch, smustgrave, xjm, heddn: Add open-telemetry/sdk and open-telemetry/exporter-otlp as dev dependencies
parent c42d65e4
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
"justinrainbow/json-schema": "^5.2", "justinrainbow/json-schema": "^5.2",
"mglaman/phpstan-drupal": "^1.1.34", "mglaman/phpstan-drupal": "^1.1.34",
"mikey179/vfsstream": "^1.6.11", "mikey179/vfsstream": "^1.6.11",
"open-telemetry/exporter-otlp": "@beta",
"open-telemetry/sdk": "@beta",
"php-http/guzzle7-adapter": "^1.0",
"phpspec/prophecy-phpunit": "^2", "phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.10.1", "phpstan/phpstan": "^1.10.1",
...@@ -60,7 +63,8 @@ ...@@ -60,7 +63,8 @@
"drupal/core-project-message": true, "drupal/core-project-message": true,
"drupal/core-vendor-hardening": true, "drupal/core-vendor-hardening": true,
"phpstan/extension-installer": true, "phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true "dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
} }
}, },
"extra": { "extra": {
......
This diff is collapsed.
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
"justinrainbow/json-schema": "^5.2", "justinrainbow/json-schema": "^5.2",
"mglaman/phpstan-drupal": "^1.1.34", "mglaman/phpstan-drupal": "^1.1.34",
"mikey179/vfsstream": "^1.6.11", "mikey179/vfsstream": "^1.6.11",
"open-telemetry/exporter-otlp": "@beta",
"open-telemetry/sdk": "@beta",
"php-http/guzzle7-adapter": "^1.0",
"phpspec/prophecy-phpunit": "^2", "phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.10.1", "phpstan/phpstan": "^1.10.1",
......
...@@ -22,14 +22,25 @@ ...@@ -22,14 +22,25 @@
"dealerdirect/phpcodesniffer-composer-installer": "v1.0.0", "dealerdirect/phpcodesniffer-composer-installer": "v1.0.0",
"doctrine/instantiator": "2.0.0", "doctrine/instantiator": "2.0.0",
"drupal/coder": "8.3.18", "drupal/coder": "8.3.18",
"google/protobuf": "v3.23.3",
"instaclick/php-webdriver": "1.4.16", "instaclick/php-webdriver": "1.4.16",
"justinrainbow/json-schema": "5.2.12", "justinrainbow/json-schema": "5.2.12",
"mglaman/phpstan-drupal": "1.1.34", "mglaman/phpstan-drupal": "1.1.34",
"mikey179/vfsstream": "v1.6.11", "mikey179/vfsstream": "v1.6.11",
"myclabs/deep-copy": "1.11.1", "myclabs/deep-copy": "1.11.1",
"nikic/php-parser": "v4.15.5", "nikic/php-parser": "v4.15.5",
"open-telemetry/api": "0.0.17",
"open-telemetry/context": "0.0.17",
"open-telemetry/exporter-otlp": "0.0.17",
"open-telemetry/gen-otlp-protobuf": "0.0.17",
"open-telemetry/sdk": "0.0.17",
"open-telemetry/sem-conv": "0.0.17",
"phar-io/manifest": "2.0.3", "phar-io/manifest": "2.0.3",
"phar-io/version": "3.2.1", "phar-io/version": "3.2.1",
"php-http/discovery": "1.18.1",
"php-http/guzzle7-adapter": "1.0.0",
"php-http/httplug": "2.4.0",
"php-http/promise": "1.1.0",
"phpdocumentor/reflection-common": "2.2.0", "phpdocumentor/reflection-common": "2.2.0",
"phpdocumentor/reflection-docblock": "5.3.0", "phpdocumentor/reflection-docblock": "5.3.0",
"phpdocumentor/type-resolver": "1.7.2", "phpdocumentor/type-resolver": "1.7.2",
...@@ -74,6 +85,7 @@ ...@@ -74,6 +85,7 @@
"symfony/finder": "v6.3.0", "symfony/finder": "v6.3.0",
"symfony/lock": "v6.3.0", "symfony/lock": "v6.3.0",
"symfony/phpunit-bridge": "v6.3.0", "symfony/phpunit-bridge": "v6.3.0",
"symfony/polyfill-php82": "v1.27.0",
"theseer/tokenizer": "1.2.1", "theseer/tokenizer": "1.2.1",
"webflo/drupal-finder": "1.2.2", "webflo/drupal-finder": "1.2.2",
"webmozart/assert": "1.11.0" "webmozart/assert": "1.11.0"
......
...@@ -239,6 +239,7 @@ contaynz ...@@ -239,6 +239,7 @@ contaynz
contentblock contentblock
contextuals contextuals
controlgroup controlgroup
conv
corefake corefake
coretest coretest
corge corge
...@@ -527,6 +528,7 @@ htkey ...@@ -527,6 +528,7 @@ htkey
htmlcorrector htmlcorrector
httpheader httpheader
httpkernel httpkernel
httplug
httponly httponly
huhuu huhuu
hurlant hurlant
...@@ -840,6 +842,7 @@ optin ...@@ -840,6 +842,7 @@ optin
optionchecker optionchecker
orgchart orgchart
ossp ossp
otlp
otsikko otsikko
outdent outdent
outro outro
...@@ -944,6 +947,7 @@ proname ...@@ -944,6 +947,7 @@ proname
prophesize prophesize
prophesized prophesized
prophesizing prophesizing
protobuf
protossl protossl
proxied proxied
proxying proxying
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment