Skip to content

Commit 3744be6

Browse files
committed
Bump phpunit version
1 parent 4bd8dd8 commit 3744be6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"phpstan/phpstan": "^2.2",
2424
"phpstan/phpstan-deprecation-rules": "^2.0",
2525
"phpstan/phpstan-strict-rules": "^2.0",
26-
"phpunit/phpunit": "^13.0",
26+
"phpunit/phpunit": "^13.2",
2727
"symfony/var-dumper": "^7.4|^8.0"
2828
},
2929
"autoload-dev": {

libs/parser/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jetbrains/phpstorm-attributes": "^1.2",
2525
"phplrt/compiler": "^3.7",
2626
"phpstan/phpstan": "^2.2",
27-
"phpunit/phpunit": "^13.0"
27+
"phpunit/phpunit": "^13.2"
2828
},
2929
"autoload-dev": {
3030
"psr-4": {

libs/phpdoc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"phpstan/phpdoc-parser": "^2.3",
2222
"phpstan/phpstan": "^2.2",
23-
"phpunit/phpunit": "^13.0"
23+
"phpunit/phpunit": "^13.2"
2424
},
2525
"autoload-dev": {
2626
"psr-4": {

libs/printer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"phpstan/phpstan": "^2.2",
22-
"phpunit/phpunit": "^13.0"
22+
"phpunit/phpunit": "^13.2"
2323
},
2424
"autoload-dev": {
2525
"psr-4": {

libs/types/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"phpstan/phpstan": "^2.2",
21-
"phpunit/phpunit": "^13.0"
21+
"phpunit/phpunit": "^13.2"
2222
},
2323
"autoload-dev": {
2424
"psr-4": {

0 commit comments

Comments
 (0)