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

fix composer.json to support automatic class loading #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As Composer has already a builtin class loader, it would be nice if the library 
would make use of that feature.

I attached a simple patch which enables autoloading of PHPSQLCreator and 
PHPSQLParser as soon as their are called for the first time.

Original issue reported on code.google.com by phoffman...@gmail.com on 13 Jan 2014 at 2:34

Attachments:

GoogleCodeExporter commented 8 years ago
Changes has been included in r1022

Original comment by pho...@gmx.de on 13 Jan 2014 at 3:20

GoogleCodeExporter commented 8 years ago
Wow, probably the fastest fix I've ever seen, thank you!

Original comment by phoffman...@gmail.com on 13 Jan 2014 at 3:22

GoogleCodeExporter commented 8 years ago
;-)

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