Skip to content

Commit c293a11

Browse files
committed
Bump dependencies
1 parent fd012cd commit c293a11

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"type-lang/types": "^2.0"
1616
},
1717
"require-dev": {
18-
"friendsofphp/php-cs-fixer": "^3.95",
18+
"friendsofphp/php-cs-fixer": "^3.95.13",
1919
"jetbrains/phpstorm-attributes": "^1.2",
20-
"phpbench/phpbench": "^1.7",
21-
"phpdocumentor/reflection-docblock": "^6.0",
22-
"phplrt/compiler": "^3.7",
23-
"phpstan/phpdoc-parser": "^2.3",
24-
"phpstan/phpstan": "^2.2",
25-
"phpstan/phpstan-deprecation-rules": "^2.0",
26-
"phpstan/phpstan-strict-rules": "^2.0",
27-
"phpunit/phpunit": "^13.2",
20+
"phpbench/phpbench": "^1.7.0",
21+
"phpdocumentor/reflection-docblock": "^6.0.3",
22+
"phplrt/compiler": "^3.7.5",
23+
"phpstan/phpdoc-parser": "^2.3.3",
24+
"phpstan/phpstan": "^2.2.5",
25+
"phpstan/phpstan-deprecation-rules": "^2.0.4",
26+
"phpstan/phpstan-strict-rules": "^2.0.11",
27+
"phpunit/phpunit": "^13.2.4",
2828
"symfony/var-dumper": "^7.4|^8.0"
2929
},
3030
"autoload-dev": {

libs/parser/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"require-dev": {
2424
"jetbrains/phpstorm-attributes": "^1.2",
25-
"phplrt/compiler": "^3.7",
26-
"phpstan/phpstan": "^2.2",
27-
"phpunit/phpunit": "^13.2"
25+
"phplrt/compiler": "^3.7.5",
26+
"phpstan/phpstan": "^2.2.5",
27+
"phpunit/phpunit": "^13.2.4"
2828
},
2929
"autoload-dev": {
3030
"psr-4": {

libs/phpdoc/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"require-dev": {
2121
"phpstan/phpdoc-parser": "^2.3",
22-
"phpstan/phpstan": "^2.2",
23-
"phpunit/phpunit": "^13.2"
22+
"phpstan/phpstan": "^2.2.5",
23+
"phpunit/phpunit": "^13.2.4"
2424
},
2525
"autoload-dev": {
2626
"psr-4": {

libs/printer/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"require-dev": {
2121
"type-lang/parser": "^2.0",
22-
"phpstan/phpstan": "^2.2",
23-
"phpunit/phpunit": "^13.2"
22+
"phpstan/phpstan": "^2.2.5",
23+
"phpunit/phpunit": "^13.2.4"
2424
},
2525
"autoload-dev": {
2626
"psr-4": {

libs/reader/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
}
1919
},
2020
"require-dev": {
21-
"phpstan/phpstan": "^2.2",
22-
"phpunit/phpunit": "^13.2",
21+
"phpstan/phpstan": "^2.2.5",
22+
"phpunit/phpunit": "^13.2.4",
2323
"type-lang/printer": "^2.0"
2424
},
2525
"autoload-dev": {

libs/types/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
},
1919
"require-dev": {
20-
"phpstan/phpstan": "^2.2",
21-
"phpunit/phpunit": "^13.2"
20+
"phpstan/phpstan": "^2.2.5",
21+
"phpunit/phpunit": "^13.2.4"
2222
},
2323
"autoload-dev": {
2424
"psr-4": {

0 commit comments

Comments
 (0)