Skip to content

Commit

Permalink
feat: be compatible with new symfony projects
Browse files Browse the repository at this point in the history
feat: be compatible with new symfony projects
  • Loading branch information
odinuv authored Mar 29, 2018
2 parents dc18946 + 60b3e56 commit 1efbba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"require": {
"keboola/csv": "~1.1.3",
"guzzlehttp/guzzle": "~6.0",
"symfony/filesystem": "^3.0||~2.3",
"symfony/process": "^3.0||~2.3",
"symfony/filesystem": "^4.0||^3.0||~2.3",
"symfony/process": "^4.0||^3.0||~2.3",
"aws/aws-sdk-php": "~3.2"
},
"require-dev": {
Expand Down

0 comments on commit 1efbba8

Please sign in to comment.