Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure build matrix #4 #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Configure build matrix #4 #6

wants to merge 6 commits into from

Conversation

michaelspiss
Copy link

Sorry for the second pull request, but i messed up the first one :/
This should cover all requested changes.

Copy link
Member

@Hywan Hywan left a comment

Choose a reason for hiding this comment

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

Your patch seems good. I don't know what the strategy @jubianchi has in mind but it looks correct. However, could you match the same matrix as we have here https://github.com/atoum/atoum/blob/master/.travis.yml? We still support hhvm and hhvm nightly.

"require-dev": {
"atoum/atoum": "~2.0"
"phpspec/prophecy": "~1.5",
"atoum/atoum": "^2.0"
Copy link
Member

Choose a reason for hiding this comment

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

atoum/atoum is really a development dependency here. If you are using atoum and you would like this extension, atoum is already present. However, to test this extension alone, you need atoum, but as a development dependency.

Copy link
Author

Choose a reason for hiding this comment

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

Moving atoum/atoum to the require section was part of the issue, see: #4

Copy link
Member

Choose a reason for hiding this comment

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

@Hywan nope: in order to make composer check dependencies, extensiosn have to define atoum as a required dependency. Composer resolve dependency tree by merging the root package required and dev. required dependencies and children's required deps.

@jubianchi
Copy link
Member

@Hywan we don't support HHVM: atoum does not work correctly on this engine and we do not plan to add support for it right now so it's better to simply remove it from the matrix.

@jubianchi jubianchi self-assigned this Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants