Skip to content

Commit

Permalink
Require stable mime-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Mar 9, 2020
1 parent 86ca644 commit 450143c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"league/mime-type-detection": "dev-master"
"league/mime-type-detection": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
Expand Down
1 change: 1 addition & 0 deletions src/AwsS3V3/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"require": {
"php": "^7.2",
"league/flysystem": "2.0.0-alpha.1",
"league/mime-type-detection": "^1.0.0",
"aws/aws-sdk-php": "^3.132.4"
},
"conflict": {
Expand Down
3 changes: 2 additions & 1 deletion src/FTP/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"require": {
"php": "^7.2",
"league/flysystem": "2.0.0-alpha.1"
"league/flysystem": "2.0.0-alpha.1",
"league/mime-type-detection": "^1.0.0"
},
"license": "MIT",
"authors": [
Expand Down
1 change: 0 additions & 1 deletion src/PHPSecLibV2/SftpAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use League\Flysystem\FileAttributes;
use League\Flysystem\FilesystemAdapter;
use League\Flysystem\FilesystemException;
use League\Flysystem\MimeType;
use League\Flysystem\PathPrefixer;
use League\Flysystem\StorageAttributes;
use League\Flysystem\UnableToCopyFile;
Expand Down
1 change: 1 addition & 0 deletions src/PHPSecLibV2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"require": {
"php": "^7.2",
"league/flysystem": "2.0.0-alpha.1",
"league/mime-type-detection": "^1.0.0",
"phpseclib/phpseclib": "^2.0"
},
"license": "MIT",
Expand Down

0 comments on commit 450143c

Please sign in to comment.