RussellEngland / php-sql-parser

Automatically exported from code.google.com/p/php-sql-parser
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Unable to install using composer without svn binary #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. composer require greenlion/php-sql-parser 2014-03-10
2.
3.

What is the expected output? What do you see instead?
Package should be able to be installed normally without requiring SVN.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Look at how Smarty PHP solved this: 
https://code.google.com/p/smarty-php/source/browse/trunk/composer.json

Original issue reported on code.google.com by gena01 on 25 May 2014 at 1:43

GoogleCodeExporter commented 8 years ago
I have changed the composer file, can you check that in your project? Thanks!

Original comment by pho...@gmx.de on 28 May 2014 at 3:13

GoogleCodeExporter commented 8 years ago

Original comment by pho...@gmx.de on 3 Jun 2014 at 7:55

GoogleCodeExporter commented 8 years ago
Tried packagist: https://packagist.org/packages/greenlion/php-sql-parser
Which still shows the source living on Google Code and no dist folder.

Any specific release I should be looking at?

Here is the composer show output:
name     : greenlion/php-sql-parser
descrip. : A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of 
SQL
keywords : sql, parser, mysql, creator
versions : dev-trunk
type     : library
license  : BSD-3-Clause
source   : [svn] http://php-sql-parser.googlecode.com/svn /trunk/@1359
dist     : []
names    : greenlion/php-sql-parser

autoload
files

requires
php >=5.3.2

requires (dev)
squizlabs/php_codesniffer >=1.5.1
phpunit/phpunit >=4.0.14

Original comment by gena01 on 4 Jun 2014 at 2:08

GoogleCodeExporter commented 8 years ago
Trying to check 4.0.0 release:
$ composer show greenlion/php-sql-parser 4.0.0
No composer.json found in the current directory, showing available packages 
from packagist
name     : greenlion/php-sql-parser
descrip. : A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of 
SQL
keywords : sql, parser, mysql, creator
versions : 4.0.0
type     : library
license  : BSD-3-Clause
source   : [svn] http://php-sql-parser.googlecode.com/svn /tags/4.0.0/@1353
dist     : []
names    : greenlion/php-sql-parser

autoload
files

requires
php >=5.3.2

requires (dev)
squizlabs/php_codesniffer >=1.5.1
phpunit/phpunit >=4.0.14

Original comment by gena01 on 4 Jun 2014 at 2:11