Skip to content

Commit d303b2e

Browse files
Version 3.5.3
1 parent 5e0565a commit d303b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Command/CKFinderDownloadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
class CKFinderDownloadCommand extends Command
2828
{
29-
const LATEST_VERSION = '3.5.2.1';
29+
const LATEST_VERSION = '3.5.3';
3030
const FALLBACK_VERSION = '3.5.1';
3131

3232
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"symfony/mime": "~4.0|~5.0",
1818
"pimple/pimple": "~3.0",
1919
"monolog/monolog": "~1.4|~2.0",
20-
"league/flysystem": "^1.0.62",
20+
"league/flysystem": "^1.1.8",
2121
"league/flysystem-aws-s3-v3": "^1.0.24",
2222
"league/flysystem-cached-adapter": "^1.0.7"
2323
},

0 commit comments

Comments
 (0)