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

[0.9] The Mockery:: globalHelpers() added for the backwards compatibility #928

Merged
merged 5 commits into from
Nov 13, 2018
Merged

Conversation

dmitry-ivanov
Copy link
Contributor

The legacy projects, or the packages, which are supporting an older PHP versions would be able to use the same code. The same static method Mockery::globalHelpers() and the same global helpers, for example mock(), for creating the mocks.

@davedevelopment davedevelopment merged commit 4876fc0 into mockery:0.9 Nov 13, 2018
@davedevelopment
Copy link
Collaborator

Thanks 👍

@dmitry-ivanov
Copy link
Contributor Author

@davedevelopment Thank you!

Do you have any plans for the next 0.9 release date yet?

@dmitry-ivanov
Copy link
Contributor Author

dmitry-ivanov commented Nov 16, 2018

@davedevelopment So, can you please release 0.9.10?

I've checked now that the last release for 0.9 was 28 Feb 2017, so I suppose you don't have any plans for 0.9.10... :)

It would be nice for the composer.json of the dependent projects:

"mockery/mockery": "0.9.x-dev|^1.0",
=>
"mockery/mockery": "^0.9|^1.0",

Kind regards!

@davedevelopment
Copy link
Collaborator

https://github.com/mockery/mockery/releases/tag/0.9.10 👍

@dmitry-ivanov
Copy link
Contributor Author

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.

2 participants