Skip to content

Commit

Permalink
Retarget develop → 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samgeorges committed Oct 5, 2022
1 parent c0df7c6 commit 706cd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "proprietary",
"require": {
"php": "^8.0.2",
"october/rain": "dev-develop",
"october/rain": "^3.1",
"laravel/framework": "^9.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion modules/system/classes/UpdateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UpdateManager
/**
* @var string WANT_VERSION is the default composer version string to use.
*/
const WANT_VERSION = 'dev-develop';
const WANT_VERSION = '^3.1';

/**
* Requests details about a project based on its identifier.
Expand Down

0 comments on commit 706cd78

Please sign in to comment.