Skip to content

small cleanup #167

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

Merged
merged 2 commits into from
Jan 20, 2017
Merged

small cleanup #167

merged 2 commits into from
Jan 20, 2017

Conversation

pavelvondrasek
Copy link
Contributor

No description provided.

Copy link
Member

@dbu dbu left a comment

Choose a reason for hiding this comment

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

i like all the changes.

regarding the installation failure with uuid: lets raise the branch alias to 1.3 in composer.json and increase minimum php version to 5.6 in .travis.yml and composer.json. can you add that in this pull request?

@pavelvondrasek
Copy link
Contributor Author

Of course I can :)

raised branch alias to 1.3
@dbu dbu merged commit 0f8fb61 into phpcr:master Jan 20, 2017
@dbu
Copy link
Member

dbu commented Jan 20, 2017

thanks!

if you want to replace the getMock calls with createMock (and ::class pseudo-constants), that would now be possible as we have php 5.6

@pavelvondrasek
Copy link
Contributor Author

Thank you too, David!

Yes I want :) I will do it!

Isn't bad that we haven't phpunit in dev-dependencies?

@dbu
Copy link
Member

dbu commented Jan 20, 2017

this is an often disputed question and one i myself have no real opinion on. on one hand, its not really a dependency of our code, only of the tests. on the other hand, we would reliably know which phpunit version is used and have the tests written for that version.

as its require-dev there is no impact on users of this library, so if you want to change it, feel free :-)

@pavelvondrasek
Copy link
Contributor Author

Ok, I think that will be better to know for which version are tests written I think it's transparent :)

Which phpunit version you prefer in dev-deps?

@dbu
Copy link
Member

dbu commented Jan 20, 2017 via email

@pavelvondrasek
Copy link
Contributor Author

Ok :-)

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