We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use the HTTP Request that has been migrated inside packagist.org
This avoids the need to include the PEAR repo:
vmware-vcloud-sdk-php-patched/composer.json
Lines 26 to 31 in ea6446c
and the code changes from:
Line 36 in ea6446c
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use the HTTP Request that has been migrated inside packagist.org
This avoids the need to include the PEAR repo:
vmware-vcloud-sdk-php-patched/composer.json
Lines 26 to 31 in ea6446c
and the code changes from:
vmware-vcloud-sdk-php-patched/composer.json
Line 36 in ea6446c
to
Happy to make a PR if people agree?
Doing this seems to work thought a warning does display:
The text was updated successfully, but these errors were encountered: