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
First of all, thanks for your effort in maintaining this OS project.
I wanted to use this in a WordPress plugin, but I'm afraid that 1.8mb might be too much for a library. This is the default structure when installing this plugin without require-dev: composer install greenlion/php-sql-parser:
Howdy!
First of all, thanks for your effort in maintaining this OS project.
I wanted to use this in a WordPress plugin, but I'm afraid that 1.8mb might be too much for a library. This is the default structure when installing this plugin without
require-dev
:composer install greenlion/php-sql-parser
:I didn't look into it in-depth, but I think just the
src
folder is relevant for a developer that's just going to use PHP-SQL-Parser, right?This is a common pitfall on Packagist, even Symfony includes
tests
folders in their packages. A shame, really.Just tossing out this idea to see if someone can come up with a solution. Maybe a release branch with just
src
with GitHooks to Packagist?Best,
Lucas
The text was updated successfully, but these errors were encountered: