You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
Pyrus should automatically uppercase "RC" version numbers when they are given on the command line.
Currently it simply fails:
$ pyrus upgrade pear/php_codesniffer-1.5.0rc3
Pyrus version 2.0.0a4 SHA-1: 72271D92C3AA1FA96DF9606CD538868544609A52
Using PEAR installation found at /opt/phpfarm/inst/php-5.3.27/pear
Pyrus\HTTPException: Download of http://pear.php.net/rest/r/php_codesniffer/v2.1.5.0rc3.xml failed, file does not exist
When using RC3 instead of rc3, it works better.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Pyrus should automatically uppercase "RC" version numbers when they are given on the command line.
Currently it simply fails:
When using
RC3
instead ofrc3
, it works better.The text was updated successfully, but these errors were encountered: