Skip to content

Commit

Permalink
add required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
real-splendid committed Aug 18, 2022
1 parent 9150bcb commit 974055d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"friendsofphp/php-cs-fixer": "^3.0.0",
"justinrainbow/json-schema": "^5.1",
"league/container": "^3.2|^4.2",
"php-cs-fixer/diff": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phploc/phploc": "^5.0|^6.0|^7.0",
"psr/container": "^1.0|^2.0",
Expand All @@ -35,7 +36,8 @@
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/console": "^4.2|^5.0|^6.0",
"symfony/finder": "^4.2|^5.0|^6.0",
"symfony/http-client": "^4.3|^5.0|^6.0"
"symfony/http-client": "^4.3|^5.0|^6.0",
"symfony/process": "^5.4"
},
"require-dev": {
"ergebnis/phpstan-rules": "^0.15.0",
Expand Down

0 comments on commit 974055d

Please sign in to comment.