Skip to content

Commit 70bd78c

Browse files
real-splendidreal-splendid
andauthored
Add required dependencies (#591)
* add required dependencies * Update composer.json Co-authored-by: real-splendid <work645@yandex.ru>
1 parent 9150bcb commit 70bd78c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"friendsofphp/php-cs-fixer": "^3.0.0",
2727
"justinrainbow/json-schema": "^5.1",
2828
"league/container": "^3.2|^4.2",
29+
"php-cs-fixer/diff": "^2.0",
2930
"php-parallel-lint/php-parallel-lint": "^1.3",
3031
"phploc/phploc": "^5.0|^6.0|^7.0",
3132
"psr/container": "^1.0|^2.0",
@@ -35,7 +36,8 @@
3536
"symfony/cache": "^4.4|^5.0|^6.0",
3637
"symfony/console": "^4.2|^5.0|^6.0",
3738
"symfony/finder": "^4.2|^5.0|^6.0",
38-
"symfony/http-client": "^4.3|^5.0|^6.0"
39+
"symfony/http-client": "^4.3|^5.0|^6.0",
40+
"symfony/process": "^5.4|^6.0"
3941
},
4042
"require-dev": {
4143
"ergebnis/phpstan-rules": "^0.15.0",

0 commit comments

Comments
 (0)