Skip to content

Commit e3c3c64

Browse files
authored
Update file hashes (#170)
1 parent 46b25cf commit e3c3c64

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/Console/ScanCommandOutputHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ public function onVersionResult(?string $minVersion, ?string $maxVersion): void
164164
return;
165165
}
166166

167-
if (version_compare($maxVersion, '2.0.0', '<')) {
168-
$this->symfonyStyle->error('You have an old version of etherpad! Please update to 2.0.0 or newer!');
167+
if (version_compare($maxVersion, '2.7.0', '<')) {
168+
$this->symfonyStyle->error('You have an old version of etherpad! Please update to 2.7.0 or newer!');
169169
}
170170

171171
if ($minVersion === null) {

src/Service/ApiVersionLookupService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class ApiVersionLookupService
99
{
10-
private const API_VERSIONS = [
10+
private const array API_VERSIONS = [
1111
'1' => ['1', '1.1.1'],
1212
'1.1' => ['1.2', '1.2.1'],
1313
'1.2' => ['1.2.2', '1.2.4'],

src/Service/FileHashLookupService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ class FileHashLookupService
7979
'8ae26862f7716d1bada457fdc92bb1d1' => ['2.2.2', '2.3.2'],
8080
'12ba3a5933f399b882cf847d407c31f0' => ['2.4.1', '2.5.1'],
8181
'53c72fe8218c95773dcfce173dacb3f6' => ['2.5.2', '2.6.1'],
82-
'38cff1ae26208862112021f063b361a4' => ['2.7.0', null],
82+
'38cff1ae26208862112021f063b361a4' => ['2.7.0', '2.7.3'],
83+
'c844c72dc38ff4fc8da493d2dabb50aa' => ['3.0.0', null],
8384
],
8485
'static/css/iframe_editor.css' => [
8586
'61118ff9a0beeea3203f60aa8888166f' => ['1.8.14', '2.1.0'],

0 commit comments

Comments
 (0)