Thanks to visit codestin.com
Credit goes to github.com

Skip to content

composer: bump to PHPUnit 4.6 #128

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 1 commit into from
Apr 20, 2015
Merged

composer: bump to PHPUnit 4.6 #128

merged 1 commit into from
Apr 20, 2015

Conversation

TomasVotruba
Copy link

No description provided.

@mCzolko
Copy link

mCzolko commented Mar 27, 2015

👌

@@ -9,7 +9,7 @@
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit": "4.6.*",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why don't use semantic versioning and change it to: "~4.6" instead?

Copy link
Author

Choose a reason for hiding this comment

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

To keep previous intention. Shall I then?

Choose a reason for hiding this comment

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

This won't install atm anyway. There's no stable 4.6.x release yet.

Choose a reason for hiding this comment

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

Also, looking at travis for this build, it used 3.7 anyway?

Copy link
Author

Choose a reason for hiding this comment

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

@GrahamCampbell My bad, 4.5 is correct. Will fix after reply.

For the second, Travis uses own internal PHPUnit. This is probably for local use.

Choose a reason for hiding this comment

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

You can still use the one from the composer if it's there. It'll be updated more frequently than travis', and it would make sense to use the same version on local machines as on the ci.

Copy link
Author

Choose a reason for hiding this comment

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

I prefer not to bother composer with PHPUnit, similar to composer self-update.

Choose a reason for hiding this comment

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

I prefer not to bother composer with PHPUnit, similar to composer self-update.

That;s not the same though. You're installing phpunit with composer on travis, then not using it?

Copy link
Author

Choose a reason for hiding this comment

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

I have both locally, like Travis does. This is OT for this PR though. Step by step.

@TomasVotruba
Copy link
Author

Ping @domnikl What need to be done to merge this?

@domnikl
Copy link
Contributor

domnikl commented Apr 20, 2015

@TomasVotruba sorry, I could've merged it long ago :)

domnikl pushed a commit that referenced this pull request Apr 20, 2015
composer: bump to PHPUnit 4.6
@domnikl domnikl merged commit 0213028 into DesignPatternsPHP:master Apr 20, 2015
@TomasVotruba
Copy link
Author

Oh, thanks :)

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.

4 participants