We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0df7c6 commit 706cd78Copy full SHA for 706cd78
composer.json
@@ -6,7 +6,7 @@
6
"license": "proprietary",
7
"require": {
8
"php": "^8.0.2",
9
- "october/rain": "dev-develop",
+ "october/rain": "^3.1",
10
"laravel/framework": "^9.0"
11
},
12
"require-dev": {
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 = 'dev-develop';
+ const WANT_VERSION = '^3.1';
18
19
20
* Requests details about a project based on its identifier.
0 commit comments