We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9150bcb commit 70bd78cCopy full SHA for 70bd78c
composer.json
@@ -26,6 +26,7 @@
26
"friendsofphp/php-cs-fixer": "^3.0.0",
27
"justinrainbow/json-schema": "^5.1",
28
"league/container": "^3.2|^4.2",
29
+ "php-cs-fixer/diff": "^2.0",
30
"php-parallel-lint/php-parallel-lint": "^1.3",
31
"phploc/phploc": "^5.0|^6.0|^7.0",
32
"psr/container": "^1.0|^2.0",
@@ -35,7 +36,8 @@
35
36
"symfony/cache": "^4.4|^5.0|^6.0",
37
"symfony/console": "^4.2|^5.0|^6.0",
38
"symfony/finder": "^4.2|^5.0|^6.0",
- "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"
41
},
42
"require-dev": {
43
"ergebnis/phpstan-rules": "^0.15.0",
0 commit comments