Skip to content

Commit 706cd78

Browse files
committed
Retarget develop → 3.1
1 parent c0df7c6 commit 706cd78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "proprietary",
77
"require": {
88
"php": "^8.0.2",
9-
"october/rain": "dev-develop",
9+
"october/rain": "^3.1",
1010
"laravel/framework": "^9.0"
1111
},
1212
"require-dev": {

modules/system/classes/UpdateManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class UpdateManager
1414
/**
1515
* @var string WANT_VERSION is the default composer version string to use.
1616
*/
17-
const WANT_VERSION = 'dev-develop';
17+
const WANT_VERSION = '^3.1';
1818

1919
/**
2020
* Requests details about a project based on its identifier.

0 commit comments

Comments
 (0)