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

Get rid of phive #881

Merged
merged 2 commits into from
May 20, 2022
Merged

Get rid of phive #881

merged 2 commits into from
May 20, 2022

Conversation

patrickkusebauch
Copy link
Collaborator

Closes: #785

@patrickkusebauch patrickkusebauch marked this pull request as ready for review May 18, 2022 15:24
@patrickkusebauch patrickkusebauch changed the title WIP: Get rid of phive Get rid of phive May 18, 2022
@patrickkusebauch
Copy link
Collaborator Author

The failed checks are not using the changed workflow in this PR, that's why they are failing.

@@ -19,8 +19,8 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"composer/xdebug-handler": "^3.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To make things work, I had to change some packages' versions. I have tested that they are still working as expected.

@@ -15,6 +15,9 @@ var_dump($env->get('BAR'));
var_dump($env->get('TEST'));

--EXPECT--
Standard input code:7:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I guess this is what you meant when talking about the extra PHPUnit output. I tried to figure out what causes that, but in the end I said to myself that it doesn't really matter anyway.

Copy link
Collaborator

@dbrumann dbrumann left a comment

Choose a reason for hiding this comment

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

Looks great. Thanks for taking care of this and updating the docs as well. I will merge it soon-ish.

@dbrumann dbrumann merged commit 5b774bb into qossmic:main May 20, 2022
@MGatner
Copy link

MGatner commented Jun 7, 2022

Does this mean that Phive installation is no longer supported? Or is this just about this package using Phive?

@patrickkusebauch
Copy link
Collaborator Author

It's about this package using phive. You should still be able to install deptrac via phive yourself.

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.

Move (some) tools from phive to composer.json require-dev
3 participants