-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
separate the client from the extension #36
Comments
You mean extracting just the RedisClient class (and drivers), without storages, journals and other classes, to separate repo+package? |
yes, exactly |
What about removing the composer requirements of this package instead? |
We could degrade the requirements to just |
Exactly. :-) require-dev already has nette/nette in it so suggest it is. The same might be useful for Kdyby/Doctrine by the way. |
i really like your client and i'm using it in some of my libraries. but the libraries can be used without nette, but this lib requires some nette parts, which are not really required for the client, thus it forces the users of my lib to download these nette packages.
i think the client can stand on its own and the extension should just require the client
The text was updated successfully, but these errors were encountered: