Skip to content

Commit fbc70ea

Browse files
Add Symfony as explicit dependency
Since my custom cli implementation crashes, and I have no idea why I switched to Symfony Process
1 parent 4d3637c commit fbc70ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"ext-json": "*",
5050
"ext-spl": "*",
5151
"sebastian/environment": "^3.0|^4.0|^5.0",
52-
"sebastianfeldmann/cli": "^3.4"
52+
"sebastianfeldmann/cli": "^3.4",
53+
"symfony/process": "^3.0|^4.0|^5.0|^6.0"
5354
},
5455
"require-dev": {
5556
"sebastianfeldmann/git": "^3.2",
5657
"sebastianfeldmann/ftp": "^0.9",
57-
"guzzlehttp/guzzle": "^5.3.3|^6.2.1",
58+
"guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0.0",
5859
"aws/aws-sdk-php": "^3.10",
5960
"kunalvarma05/dropbox-php-sdk": "^0.2",
60-
"tightenco/collect": "^5.0",
6161
"phpseclib/phpseclib": "^2.0",
6262
"softlayer/objectstorage": "dev-master",
6363
"vlucas/phpdotenv": "^4.0",

0 commit comments

Comments
 (0)