We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8863bdb commit c6e9d01Copy full SHA for c6e9d01
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.3';
+ const WANT_VERSION = '^3.4';
18
19
20
* Requests details about a project based on its identifier.
0 commit comments