October: error on composer update

Created on 8 Jul 2016  路  7Comments  路  Source: octobercms/october

hello,

Build 347

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?

Most helpful comment

@marcoelho97 The issue was fixed 2 days ago, try install today and see if it still happens, hopefully not.

All 7 comments

+1
I have the same error:
image

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

Was this page helpful?
0 / 5 - 0 ratings