-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add support for brick/varexporter
0.5.0
#45
Conversation
@@ -27,7 +27,7 @@ | |||
"extra": {}, | |||
"require": { | |||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0", | |||
"brick/varexporter": "^0.4.0", | |||
"brick/varexporter": "^0.5.0 || ^0.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
composer.lock
requires hashing again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, my mistake. Should be done now.
Signed-off-by: Alejandro Celaya <alejandrocelaya@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@acelaya @Ocramius here is same problem like with laminas/laminas-servicemanager#237
|
Description
This PR adds support for
brick/varexporter
v0.5.0, which in turn supportsnikic/PHP-Parser
5, enabling upgrades to PHPUnit 11 in downstream projects.