Skip to content

Commit 3f3bec2

Browse files
committed
Use CS fixer shim and bump dev deps
1 parent 96b85f8 commit 3f3bec2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"require-dev": {
3030
"doctrine/orm": "^2.9",
31-
"friendsofphp/php-cs-fixer": "^3.0",
32-
"nyholm/psr7": "^1.3",
31+
"nyholm/psr7": "^1.5.1",
32+
"php-cs-fixer/shim": "^3.14",
3333
"phpstan/extension-installer": "^1.2",
34-
"phpstan/phpstan": "^1.9.1",
35-
"phpstan/phpstan-doctrine": "^1.3.22",
36-
"phpstan/phpstan-phpunit": "^1.2.2",
37-
"phpstan/phpstan-symfony": "^1.2.16",
38-
"phpunit/php-code-coverage": "^9.2",
39-
"phpunit/phpunit": "^9.5",
34+
"phpstan/phpstan": "^1.10.6",
35+
"phpstan/phpstan-doctrine": "^1.3.33",
36+
"phpstan/phpstan-phpunit": "^1.3.10",
37+
"phpstan/phpstan-symfony": "^1.2.23",
38+
"phpunit/php-code-coverage": "^9.2.26",
39+
"phpunit/phpunit": "^9.6.5",
4040
"symfony/doctrine-bridge": "^4.4 || ^5.0 || ^6.0",
4141
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
4242
"symfony/phpunit-bridge": "^4.4 || ^5.0 || ^6.0",
@@ -56,7 +56,8 @@
5656
"config": {
5757
"sort-packages": true,
5858
"allow-plugins": {
59-
"phpstan/extension-installer": true
59+
"phpstan/extension-installer": true,
60+
"php-http/discovery": true
6061
}
6162
},
6263
"scripts": {

0 commit comments

Comments
 (0)