Skip to content

Commit 1186de0

Browse files
bors[bot]norkunas
andauthored
Merge #232
232: Use CS fixer shim and bump dev deps r=brunoocasali a=norkunas # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - Replaces `friendsofphp/php-cs-fixer` dependency to phar package `php-cs-fixer/shim` to avoid pulling unnecessary dependencies/blocking from upgrades in dev env ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Tomas <[email protected]>
2 parents 65486e6 + 903ccf5 commit 1186de0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

composer.json

Lines changed: 11 additions & 10 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": {

0 commit comments

Comments
 (0)