Skip to content

Commit

Permalink
Add missing fileinfo extension to require section
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Kerouanton committed Jun 8, 2017
1 parent 0bd1a8d commit a37143f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"description": "Aws adapter for Gaufrette",
"type": "metapackage",
"require": {
"knplabs/gaufrette": "0.*@dev",
"aws/aws-sdk-php": "~2||~3"
"knplabs/gaufrette": "~0.4@dev",
"aws/aws-sdk-php": "~2||~3",
"ext-fileinfo": "*"
},
"authors": [
{
Expand Down

0 comments on commit a37143f

Please sign in to comment.