Skip to content

Commit d705b68

Browse files
committed
Upgrade FM to last version due to vulnerability
See GHSA-9f46-5r25-5wfm
1 parent b27b553 commit d705b68

File tree

3 files changed

+1313
-627
lines changed

3 files changed

+1313
-627
lines changed

install/deb/filemanager/filegator/composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,20 @@
55
"type": "project",
66
"config": {
77
"platform": {
8-
"php": "7.1.3"
8+
"php": "7.2.5"
99
}
1010
},
1111
"require": {
12-
"php": "^7.1.3",
12+
"php": "^7.2",
1313
"monolog/monolog": "^1.24",
1414
"nikic/fast-route": "^1.3",
1515
"symfony/security-csrf": "^4.4",
1616
"symfony/http-foundation": "^4.4",
1717
"dibi/dibi": "^4.1",
1818
"php-di/php-di": "^6.0",
1919
"rakit/validation": "^1.1",
20-
"league/flysystem": "^1.0",
21-
"league/flysystem-ziparchive": "^1.0",
22-
"league/flysystem-sftp": "^1.0"
20+
"league/flysystem": "^1.1",
21+
"league/flysystem-ziparchive": "^1.0"
2322
},
2423
"authors": [
2524
{
@@ -38,7 +37,7 @@
3837
}
3938
},
4039
"require-dev": {
41-
"phpunit/phpunit": "^7.5",
40+
"phpunit/phpunit": "^8.0",
4241
"symfony/var-dumper": "^4.4",
4342
"league/flysystem-memory": "^1.0",
4443
"phpstan/phpstan": "^0.11.8"

0 commit comments

Comments
 (0)