-
Notifications
You must be signed in to change notification settings - Fork 90
Composer versions mismatch when creating skeleton project #79
Comments
To clarify what is going on here: the In general, this means that the composer execution is modified with packages that don't correspond the current |
Note that composer doesn't reload the |
@Ocramius Is there anyway composer can be forced to reload the |
Not as far as I know.
|
@Ocramius The actual problem was that the version constrain was never set for an added package. That caused composer to load the latest available package, even if it was a higher version than the actual required version string. |
When trying to setup PSR7-Sessions just after creating a new skeleton project, the dependencies installed are not compatible between them.
One has to perform a composer update before installing it (as documented in):
psr7-sessions/storageless#47
This is not a big deal, but should either be corrected on the command level or documents on the instalation guides to avoid new developers getting stuck with composer issues.
Cheers,
LF
The text was updated successfully, but these errors were encountered: