Skip to content

Conversation

@W0rma
Copy link
Contributor

@W0rma W0rma commented Mar 20, 2022

No description provided.

composer.json Outdated
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
},
"minimum-stability": "dev",
"minimum-stability": "RC",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minimum-stability must be dev, because we have a circular dependency here.
module-phpbrowser is a dev dependency of codeception/codeception and must be compatible with branches of codeception/codeception and in reverse, codeception/codeception must be compatible with branches of module-phpbrowser. That's why we have *@dev in version constraint.

Setting COMPOSER_ROOT_VERSION may help to install dependencies on a branch, but it is difficult to test.

@W0rma W0rma closed this Mar 20, 2022
@W0rma W0rma deleted the codeception5-constraints branch March 20, 2022 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants