We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0565a commit d303b2eCopy full SHA for d303b2e
Command/CKFinderDownloadCommand.php
@@ -26,7 +26,7 @@
26
*/
27
class CKFinderDownloadCommand extends Command
28
{
29
- const LATEST_VERSION = '3.5.2.1';
+ const LATEST_VERSION = '3.5.3';
30
const FALLBACK_VERSION = '3.5.1';
31
32
/**
composer.json
@@ -17,7 +17,7 @@
17
"symfony/mime": "~4.0|~5.0",
18
"pimple/pimple": "~3.0",
19
"monolog/monolog": "~1.4|~2.0",
20
- "league/flysystem": "^1.0.62",
+ "league/flysystem": "^1.1.8",
21
"league/flysystem-aws-s3-v3": "^1.0.24",
22
"league/flysystem-cached-adapter": "^1.0.7"
23
},
0 commit comments