Skip to content

Commit 903ccf5

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

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

composer.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,22 @@
2727
"symfony/serializer": "^4.4 || ^5.0 || ^6.0"
2828
},
2929
"require-dev": {
30+
"doctrine/annotations": "^2.0",
3031
"doctrine/orm": "^2.9",
31-
"friendsofphp/php-cs-fixer": "^3.0",
32-
"nyholm/psr7": "^1.3",
32+
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
33+
"nyholm/psr7": "^1.5.1",
34+
"php-cs-fixer/shim": "^3.14",
3335
"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",
36+
"phpstan/phpstan": "^1.10.6",
37+
"phpstan/phpstan-doctrine": "^1.3.33",
38+
"phpstan/phpstan-phpunit": "^1.3.10",
39+
"phpstan/phpstan-symfony": "^1.2.23",
40+
"phpunit/php-code-coverage": "^9.2.26",
41+
"phpunit/phpunit": "^9.6.5",
4042
"symfony/doctrine-bridge": "^4.4 || ^5.0 || ^6.0",
4143
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
4244
"symfony/phpunit-bridge": "^4.4 || ^5.0 || ^6.0",
43-
"symfony/yaml": "^4.4 || ^5.0 || ^6.0",
44-
"matthiasnoback/symfony-dependency-injection-test": "^4.3"
45+
"symfony/yaml": "^4.4 || ^5.0 || ^6.0"
4546
},
4647
"autoload": {
4748
"psr-4": {
@@ -56,7 +57,8 @@
5657
"config": {
5758
"sort-packages": true,
5859
"allow-plugins": {
59-
"phpstan/extension-installer": true
60+
"phpstan/extension-installer": true,
61+
"php-http/discovery": true
6062
}
6163
},
6264
"scripts": {

0 commit comments

Comments
 (0)