Skip to content

Commit a37143f

Browse files
author
Albin Kerouanton
committed
Add missing fileinfo extension to require section
1 parent 0bd1a8d commit a37143f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"description": "Aws adapter for Gaufrette",
44
"type": "metapackage",
55
"require": {
6-
"knplabs/gaufrette": "0.*@dev",
7-
"aws/aws-sdk-php": "~2||~3"
6+
"knplabs/gaufrette": "~0.4@dev",
7+
"aws/aws-sdk-php": "~2||~3",
8+
"ext-fileinfo": "*"
89
},
910
"authors": [
1011
{

0 commit comments

Comments
 (0)