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

Avoid requirement for PEAR custom repository #29

Open
oliverGrist opened this issue Oct 5, 2018 · 0 comments
Open

Avoid requirement for PEAR custom repository #29

oliverGrist opened this issue Oct 5, 2018 · 0 comments

Comments

@oliverGrist
Copy link

oliverGrist commented Oct 5, 2018

Use the HTTP Request that has been migrated inside packagist.org

This avoids the need to include the PEAR repo:

"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}
],

and the code changes from:

"pear-pear/HTTP_Request2": "2.1.*",

to

    "pear/http_request2": "*"

Happy to make a PR if people agree?


Doing this seems to work thought a warning does display:

  - Installing vmware/vcloud-sdk-patched (v550.5.0): Downloading (100%)
  - Installing pear/pear_exception (v1.0.0): Downloading (100%)
  - Installing pear/net_url2 (v2.2.2): Downloading (100%)
  - Installing pear/http_request2 (v2.3.0): Downloading (100%)
vmware/vcloud-sdk-patched suggests installing pear-pear/HTTP_Request2 (Requires HTTP_Request2 from pear's repository http://pear.php.net if it is not installed system-wise)
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

No branches or pull requests

1 participant