Skip to content

Commit 2a06444

Browse files
committed
update development dependencies
1 parent be10345 commit 2a06444

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"php": "^8.2"
1414
},
1515
"require-dev": {
16-
"brainbits/phpcs-standard": "^7.0.1",
16+
"brainbits/phpcs-standard": "^7.0.2",
1717
"brainbits/phpstan-rules": "^3.1.2",
18-
"ergebnis/phpstan-rules": "^2.2.0",
18+
"ergebnis/phpstan-rules": "^2.5.2",
1919
"thecodingmachine/phpstan-safe-rule": "^1.2.0",
2020
"thecodingmachine/phpstan-strict-rules": "^1.0.0",
21-
"phpstan/phpstan-phpunit": "^1.4.0",
22-
"squizlabs/php_codesniffer": "^3.10.3",
23-
"phpstan/phpstan": "^1.12.7",
24-
"phpstan/phpstan-strict-rules": "^1.6.1",
25-
"phpunit/phpunit": "^11.4.3",
26-
"rector/rector": "^1.2.9"
21+
"phpstan/phpstan-phpunit": "^1.4.2",
22+
"squizlabs/php_codesniffer": "^3.11.3",
23+
"phpstan/phpstan": "^1.12.19",
24+
"phpstan/phpstan-strict-rules": "^1.6.2",
25+
"phpunit/phpunit": "^11.5.10",
26+
"rector/rector": "^1.2.10"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)