Skip to content

Commit 31bbfe2

Browse files
committed
Bump the minimum require WCF version
Closes #4481
1 parent 17a6454 commit 31bbfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/acp/form/DevtoolsProjectAddForm.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class DevtoolsProjectAddForm extends AbstractFormBuilderForm
5151
/**
5252
* Defines the minimum WCF version supported by the dev tool.
5353
*/
54-
private const MIN_WCF_VERSION = "3.1.0";
54+
private const MIN_WCF_VERSION = "5.4.22";
5555

5656
/**
5757
* @inheritDoc

0 commit comments

Comments
 (0)