Skip to content

Commit be5544b

Browse files
committed
Update composer dev dependencies
1 parent 3a169a0 commit be5544b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"druidfi/mysqldump-php": "^1.1",
1919
"fakerphp/faker": "^1.17",
2020
"justinrainbow/json-schema": "^5.2",
21-
"phpstan/phpstan": "^2.0",
22-
"phpstan/phpstan-phpunit": "^2.0",
2321
"symfony/config": "^6.1",
2422
"symfony/console": "^6.1",
2523
"symfony/dependency-injection": "^6.1",
@@ -29,10 +27,12 @@
2927
"theseer/tokenizer": "^1.2"
3028
},
3129
"require-dev": {
32-
"php-parallel-lint/php-parallel-lint": "^1.3",
30+
"php-parallel-lint/php-parallel-lint": "^1.4",
31+
"phpstan/phpstan": "^2.0",
32+
"phpstan/phpstan-phpunit": "^2.0",
3333
"phpunit/phpunit": "^10.5",
34-
"slevomat/coding-standard": "^8.14",
35-
"squizlabs/php_codesniffer": "^3.7"
34+
"slevomat/coding-standard": "^8.15",
35+
"squizlabs/php_codesniffer": "^3.11"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)