Skip to content

Commit e79ba0a

Browse files
chore(deps): update dependency phpunit/phpunit to v13
1 parent b797853 commit e79ba0a

47 files changed

Lines changed: 47 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/AutoInstrumentationInstaller/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "Apache-2.0",
99
"require": {},
1010
"require-dev": {
11-
"phpunit/phpunit": "^9.5"
11+
"phpunit/phpunit": "^13.0"
1212
},
1313
"bin": [
1414
"install-otel-instrumentation",

src/Aws/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"php-http/mock-client": "*",
3131
"phpstan/phpstan": "^1.4",
3232
"phpstan/phpstan-phpunit": "^1.0",
33-
"phpunit/phpunit": "~9",
33+
"phpunit/phpunit": "~13",
3434
"psalm/plugin-phpunit": "^0.20.0",
3535
"vimeo/psalm": "6.16.1"
3636
},

src/Context/Swoole/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/phpstan-phpunit": "^1.0",
3131
"psalm/plugin-phpunit": "^0.20.0",
3232
"open-telemetry/sdk": "^1.0",
33-
"phpunit/phpunit": "^9.5",
33+
"phpunit/phpunit": "^13.0",
3434
"vimeo/psalm": "6.16.1"
3535
}
3636
}

src/Exporter/Instana/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"phpstan/phpstan-phpunit": "^1.0",
3030
"psalm/plugin-phpunit": "^0.20.0",
3131
"open-telemetry/sdk": "^1.0",
32-
"phpunit/phpunit": "^9.5",
32+
"phpunit/phpunit": "^13.0",
3333
"vimeo/psalm": "^4|^5|^6",
3434
"symfony/http-client": "^5.4|^6.0",
3535
"guzzlehttp/promises": "^1.5|^2",

src/Instrumentation/AwsSdk/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"phpstan/phpstan-phpunit": "^1.0",
2626
"psalm/plugin-phpunit": "^0.20.0",
2727
"open-telemetry/sdk": "^1.0",
28-
"phpunit/phpunit": "^9.5",
28+
"phpunit/phpunit": "^13.0",
2929
"vimeo/psalm": "6.16.1"
3030
},
3131
"autoload": {

src/Instrumentation/CakePHP/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"phpstan/phpstan-phpunit": "^1.0",
2626
"psalm/plugin-phpunit": "^0.20.0",
2727
"open-telemetry/sdk": "^1.0",
28-
"phpunit/phpunit": "^9.5|^10.5",
28+
"phpunit/phpunit": "13.1.12",
2929
"vimeo/psalm": "6.16.1",
3030
"symfony/http-client": "^6 || ^7"
3131
},

src/Instrumentation/CodeIgniter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"phpstan/phpstan": "^1.1",
2828
"phpstan/phpstan-phpunit": "^1.0",
2929
"psalm/plugin-phpunit": "^0.20.0",
30-
"phpunit/phpunit": "^9.5",
30+
"phpunit/phpunit": "^13.0",
3131
"vimeo/psalm": "6.16.1"
3232
},
3333
"autoload": {

src/Instrumentation/Curl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/phpstan-phpunit": "^1.0",
3131
"psalm/plugin-phpunit": "^0.20.0",
3232
"open-telemetry/sdk": "^1.0",
33-
"phpunit/phpunit": "^9.5",
33+
"phpunit/phpunit": "^13.0",
3434
"vimeo/psalm": "6.16.1"
3535
},
3636
"autoload": {

src/Instrumentation/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/phpstan-phpunit": "^1.0",
3131
"psalm/plugin-phpunit": "^0.20.0",
3232
"open-telemetry/sdk": "^1.0",
33-
"phpunit/phpunit": "^9.5",
33+
"phpunit/phpunit": "^13.0",
3434
"vimeo/psalm": "6.16.1"
3535
},
3636
"autoload": {

src/Instrumentation/ExtAmqp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"phpstan/phpstan-phpunit": "^1.0",
2525
"psalm/plugin-phpunit": "^0.20.0",
2626
"open-telemetry/sdk": "^1.0",
27-
"phpunit/phpunit": "^9.5",
27+
"phpunit/phpunit": "^13.0",
2828
"vimeo/psalm": "6.16.1"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)