We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1075c14 commit 48ba977Copy full SHA for 48ba977
modules/system/classes/UpdateManager.php
@@ -14,7 +14,7 @@ class UpdateManager
14
/**
15
* @var string WANT_VERSION is the default composer version string to use.
16
*/
17
- const WANT_VERSION = '^3.5';
+ const WANT_VERSION = '^3.6';
18
19
20
* Requests details about a project based on its identifier.
0 commit comments