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

Update composer.json #318

Merged
merged 1 commit into from
Apr 21, 2014
Merged

Update composer.json #318

merged 1 commit into from
Apr 21, 2014

Conversation

GrahamCampbell
Copy link
Contributor

Better version constraints.

@@ -21,9 +21,9 @@
"lib-pcre": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"phpunit/phpunit": "~4.0",
Copy link

Choose a reason for hiding this comment

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

I actually suggest the >=3.7 to allow the PHPUnit 3.7 users to use Mockery too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This won't affect those users. These dependencies are ONLY loaded when we are running mockery's own test suite.

davedevelopment added a commit that referenced this pull request Apr 21, 2014
@davedevelopment davedevelopment merged commit fd847ea into mockery:master Apr 21, 2014
@davedevelopment
Copy link
Collaborator

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.

3 participants