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

Reliance on PEAR packages despite being removed from PEAR itself #1370

Closed
ghost opened this issue Aug 26, 2020 · 5 comments
Closed

Reliance on PEAR packages despite being removed from PEAR itself #1370

ghost opened this issue Aug 26, 2020 · 5 comments

Comments

@ghost
Copy link

ghost commented Aug 26, 2020

I have installed Phing via Composer, but tasks such as GitCheckout require PEAR packages to be installed, despite Phing being removed from PEAR.

Are you planning to address this, so no additional PEAR packages are required?

@mrook
Copy link
Member

mrook commented Aug 26, 2020

Hi @paul-gene! Phing 2.x is still available through our (deprecated) channel. Phing 3.x (main branch) is only installable through composer, and the various tasks will be updated to reflect that. There may be error messages that still reference PEAR though (we'll fix them when we see them).

@ghost
Copy link
Author

ghost commented Aug 27, 2020

So to clarify, v3 will not require any PEAR packages for additional tasks such as the GIT related ones?

@mrook
Copy link
Member

mrook commented Aug 27, 2020

Any PEAR packages that we require will be pulled in through Composer, or packaged into the .phar file.

@mrook mrook added this to the 3.0.0-rc1 milestone Sep 2, 2020
mrook added a commit that referenced this issue Sep 2, 2020
@mrook
Copy link
Member

mrook commented Nov 23, 2020

@siad007 I think I got rid of the mentions of PEAR that need to be removed, can you do a quick double-check? Thanks.

@siad007
Copy link
Member

siad007 commented Nov 24, 2020

LGTM

@siad007 siad007 closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants