hello,
When I do sudo composer update I get this error,
Your requirements could not be resolved to an installable set of packages.
Problem 1
- october/cms dev-develop requires october/rain ~1.0 -> satisfiable by october/rain[1.0.x-dev].
- october/cms dev-develop requires october/rain ~1.0 -> satisfiable by october/rain[1.0.x-dev].
- Conclusion: don't install october/rain 1.0.x-dev
- Installation request for october/cms dev-develop -> satisfiable by october/cms[dev-develop].
What am I doing wrong?
+1
I have the same error:

Open composer.json replace all october/* packages from dev-develop to ~1.0
Eg: https://github.com/octobercms/october/blob/master/composer.json#L28
ok will give it a go!
@daftspunk I have installed the project tuesday, and, those 4 lines still come with "Dev-develop", will I have to change the four of them to "~1.0" every time I install a new october??
Also, thanks for the reply!! c:
@marcoelho97 The issue was fixed 2 days ago, try install today and see if it still happens, hopefully not.
Tks for all the help @daftspunk
@daftspunk Thank you very much! it does, indeed, work :D
Most helpful comment
@marcoelho97 The issue was fixed 2 days ago, try install today and see if it still happens, hopefully not.