Open gena01 opened 10 years ago
Yes, it is vital to the community that the packagist entry for this be updated. Trying to clone this currently with a composer entry ala:
"require": {
"greenlion/php-sql-parser": "~4.0"
}
displays the following:
[RuntimeException]
Package could not be downloaded, svn: E175002: Unable to connect to a repository at URL 'http://php-sql-parser.g
ooglecode.com/svn/tags/4.0.0'
svn: E175002: OPTIONS of 'http://php-sql-parser.googlecode.com/svn/tags/4.0.0': Could not read status line: conn
ection was closed by server (http://php-sql-parser.googlecode.com)
Did your fix solve this RuntimeException?
Please fix this. !
I updated the URL to the github one.
Would be nice to point packagist here for sources and releases: https://packagist.org/packages/greenlion/php-sql-parser
Composer handles github.com using API and is able to download the zip files for releases as well.